Color Hex Logo

#807947 Color Hex

#807947
(128,121,71)
0 Favorites   0 Comments

Color spaces of #807947

RGB 12812171
HSL0.150.290.39
HSV53°45°50°
CMYK 0.000.050.45   0.50
XYZ16.876818.71898.6848
Yxy18.71890.38110.4227
Hunter Lab43.2653-6.085718.3843
CIE-Lab50.3567-4.989528.3160

#807947 color RGB value is (128,121,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 01000111
Octal 200 171 107
Decimal 128 121 71
Hex 80 79 47

RGB Percentages of Color #807947

%40.00
%37.81
%22.19

CMYK Percentages of Color #807947

%0
%5
%45
%50

Triadic Colors of #807947

#807947 #478079 #794780

Analogous Colors of #807947

#807947 #6b8047 #805d47

Monochromatic Colors of #807947

#807947

Complementary Color

#807947 #474e80

#807947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807947 Color CSS Codes

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

#807947 Text Font Color

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

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


#807947 Background Color

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

This div background color is #807947


#807947 Border Color

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

This div border color is #807947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807947


Comments

No comments written yet.

Please login to write comment.