Color Hex Logo

#807049 Color Hex

#807049
(128,112,73)
0 Favorites   0 Comments

Color spaces of #807049

RGB 12811273
HSL0.120.270.39
HSV43°43°50°
CMYK 0.000.130.43   0.50
XYZ15.898916.65868.6808
Yxy16.65860.38550.4040
Hunter Lab40.8149-1.893915.9603
CIE-Lab47.82700.378323.9676

#807049 color RGB value is (128,112,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 01001001
Octal 200 160 111
Decimal 128 112 73
Hex 80 70 49

RGB Percentages of Color #807049

%40.89
%35.78
%23.32

CMYK Percentages of Color #807049

%0
%13
%43
%50

Triadic Colors of #807049

#807049 #498070 #704980

Analogous Colors of #807049

#807049 #758049 #805549

Monochromatic Colors of #807049

#807049

Complementary Color

#807049 #495980

#807049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807049 Color CSS Codes

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

#807049 Text Font Color

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

This sample text font color is #807049
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.


#807049 Background Color

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

This div background color is #807049


#807049 Border Color

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

This div border color is #807049


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,112,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 #807049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807049


Comments

No comments written yet.

Please login to write comment.