Color Hex Logo

#806449 Color Hex

#806449
(128,100,73)
0 Favorites   0 Comments

Color spaces of #806449

RGB 12810073
HSL0.080.270.39
HSV29°43°50°
CMYK 0.000.220.43   0.50
XYZ14.661914.18468.2685
Yxy14.18460.39500.3822
Hunter Lab37.66243.580313.3471
CIE-Lab44.49657.395019.6104

#806449 color RGB value is (128,100,73).

#806449 hex color red value is 128, green value is 100 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #806449 hue: 0.08 , saturation: 0.27 and the lightness value of 806449 is 0.39.

The process color (four color CMYK) of #806449 color hex is 0.00, 0.22, 0.43, 0.50. Web safe color of #806449 is #996633. Color #806449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100100 01001001
Octal 200 144 111
Decimal 128 100 73
Hex 80 64 49

RGB Percentages of Color #806449

%42.52
%33.22
%24.25

CMYK Percentages of Color #806449

%0
%22
%43
%50

Triadic Colors of #806449

#806449 #498064 #644980

Analogous Colors of #806449

#806449 #808049 #804949

Monochromatic Colors of #806449

#806449

Complementary Color

#806449 #496580

#806449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806449 Color CSS Codes

.mybgcolor {background-color:#806449; } 
.myforecolor {color:#806449; }
.mybordercolor {border:3px solid #806449; }

#806449 Text Font Color

<p style="color:#806449">Text here</p>

This sample text font color is #806449
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#806449 Background Color

<div style="background-color:#806449">
Div content here</div>

This div background color is #806449


#806449 Border Color

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

This div border color is #806449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,100,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806449;
  -webkit-box-shadow: 1px 1px 3px 2px #806449;
  box-shadow:         1px 1px 3px 2px #806449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,100,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #806449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #806449;
  -webkit-box-shadow: 1px 1px 3px 2px #806449;
  box-shadow:         1px 1px 3px 2px #806449;">
Div content here</div>

This div box has shadow with color #806449


Comments

No comments written yet.

Please login to write comment.