Color Hex Logo

#807a29 Color Hex

#807A29
(128,122,41)
0 Favorites   0 Comments

Color spaces of #807a29

RGB 12812241
HSL0.160.510.33
HSV56°68°50°
CMYK 0.000.050.68   0.50
XYZ16.261918.66844.8441
Yxy18.66840.40890.4694
Hunter Lab43.2069-8.429723.5976
CIE-Lab50.2970-8.187443.4375

#807a29 color RGB value is (128,122,41).

#807a29 hex color red value is 128, green value is 122 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #807a29 hue: 0.16 , saturation: 0.51 and the lightness value of 807a29 is 0.33.

The process color (four color CMYK) of #807a29 color hex is 0.00, 0.05, 0.68, 0.50. Web safe color of #807a29 is #996633. Color #807a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111010 00101001
Octal 200 172 51
Decimal 128 122 41
Hex 80 7A 29

RGB Percentages of Color #807a29

%43.99
%41.92
%14.09

CMYK Percentages of Color #807a29

%0
%5
%68
%50

Triadic Colors of #807a29

#807a29 #29807a #7a2980

Analogous Colors of #807a29

#807a29 #5b8029 #804f29

Monochromatic Colors of #807a29

#807a29

Complementary Color

#807a29 #292f80

#807a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807a29 Color CSS Codes

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

#807a29 Text Font Color

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

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


#807a29 Background Color

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

This div background color is #807a29


#807a29 Border Color

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

This div border color is #807a29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,122,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807a29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807a29;
  -webkit-box-shadow: 1px 1px 3px 2px #807a29;
  box-shadow:         1px 1px 3px 2px #807a29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807a29


Comments

No comments written yet.

Please login to write comment.