Old Burgundy (#43302e) Web Color For Web Page Design

Everything about Old Burgundy (#43302e) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

Old Burgundy (#43302e) Color Hex

Old Burgundy (#43302e) rgb(67, 48, 46)

Color spaces of Old Burgundy (#43302e)

RGB674846
HSL0.020.190.22
HSV63227
CMYK0.000.280.31 0.74
XYZ3.86483.50453.0575
Yxy0.37070.3361
Hunter Lab18.72024.09153.4205
CIE-Lab21.96058.31364.6591

Base Numbers

BaseRedGreenBlue
Binary010000110011000000101110
Octal1036056
Decimal674846
Hex43302E

Shades of Old Burgundy (#43302e)

Tints of Old Burgundy (#43302e)

RGB Percentages of Color Old Burgundy (#43302e)

Red
Green
Blue

CMYK Percentages of Color Old Burgundy (#43302e)

Cyan
Magenta
Yellow
Black

Analogous Colors of Old Burgundy (#43302e)

Triadic Colors of Old Burgundy (#43302e) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of Old Burgundy (#43302e) separated with 90° angle

Monochromatic Colors of Old Burgundy (#43302e)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

Old Burgundy (#43302e) Color Preview on Black Background

This is Old Burgundy (#43302e) on a black background

Old Burgundy (#43302e) Color Preview on White Background

This is Old Burgundy (#43302e) on a white background

Old Burgundy (#43302e) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

Old Burgundy (#43302e) Text Font Color

This is a sample text written with the Old Burgundy (#43302e) color.
This is a strong text written with the Old Burgundy (#43302e) as well.

Old Burgundy (#43302e) Background Color

                <div style="background-color:Old Burgundy (#43302e)">
                    Text on the Old Burgundy (#43302e) color
                </div>
            

Old Burgundy (#43302e) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(67, 48, 46);">Text here</p>

This is a text with rgb(67, 48, 46) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #43302e;
                  -webkit-box-shadow: 1px 1px 3px 2px #43302e;
                  box-shadow:         1px 1px 3px 2px #43302e;">
                    Div content here
                </div>
            
An html Div with text shadow using #43302e color hex code

Related palettes

Copied!
share
HEX toggle hex RGB
Boring Bordeaux