Color Hex Logo

#807942 Color Hex

#807942
(128,121,66)
0 Favorites   0 Comments

Color spaces of #807942

RGB 12812166
HSL0.150.320.38
HSV53°48°50°
CMYK 0.000.050.48   0.50
XYZ16.722818.65737.8741
Yxy18.65730.38660.4313
Hunter Lab43.1941-6.482519.4276
CIE-Lab50.2838-5.532830.9572

#807942 color RGB value is (128,121,66).

#807942 hex color red value is 128, green value is 121 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #807942 hue: 0.15 , saturation: 0.32 and the lightness value of 807942 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 01000010
Octal 200 171 102
Decimal 128 121 66
Hex 80 79 42

RGB Percentages of Color #807942

%40.63
%38.41
%20.95

CMYK Percentages of Color #807942

%0
%5
%48
%50

Triadic Colors of #807942

#807942 #428079 #794280

Analogous Colors of #807942

#807942 #688042 #805a42

Monochromatic Colors of #807942

#807942

Complementary Color

#807942 #424980

#807942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807942 Color CSS Codes

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

#807942 Text Font Color

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

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


#807942 Background Color

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

This div background color is #807942


#807942 Border Color

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

This div border color is #807942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807942


Comments

No comments written yet.

Please login to write comment.