Color Hex Logo

#87944b Color Hex

#87944B
(135,148,75)
0 Favorites   0 Comments

Color spaces of #87944b

RGB 13514875
HSL0.200.330.44
HSV71°49°58°
CMYK 0.090.000.49   0.42
XYZ21.851626.838710.6853
Yxy26.83870.36800.4520
Hunter Lab51.8061-15.370024.0354
CIE-Lab58.8247-16.217136.7569

#87944b color RGB value is (135,148,75).

#87944b hex color red value is 135, green value is 148 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #87944b hue: 0.20 , saturation: 0.33 and the lightness value of 87944b is 0.44.

The process color (four color CMYK) of #87944b color hex is 0.09, 0.00, 0.49, 0.42. Web safe color of #87944b is #999933. Color #87944b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010100 01001011
Octal 207 224 113
Decimal 135 148 75
Hex 87 94 4B

RGB Percentages of Color #87944b

%37.71
%41.34
%20.95

CMYK Percentages of Color #87944b

%9
%0
%49
%42

Triadic Colors of #87944b

#87944b #4b8794 #944b87

Analogous Colors of #87944b

#87944b #63944b #947d4b

Monochromatic Colors of #87944b

#87944b

Complementary Color

#87944b #584b94

#87944b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87944b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87944b Color CSS Codes

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

#87944b Text Font Color

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

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


#87944b Background Color

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

This div background color is #87944b


#87944b Border Color

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

This div border color is #87944b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,148,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87944b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87944b;
  -webkit-box-shadow: 1px 1px 3px 2px #87944b;
  box-shadow:         1px 1px 3px 2px #87944b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,148,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87944b


Comments

No comments written yet.

Please login to write comment.