Color Hex Logo

#87994d Color Hex

#87994D
(135,153,77)
0 Favorites   0 Comments

Color spaces of #87994d

RGB 13515377
HSL0.210.330.45
HSV74°50°60°
CMYK 0.120.000.50   0.40
XYZ22.722528.469211.3187
Yxy28.46920.36350.4554
Hunter Lab53.3565-17.357624.7722
CIE-Lab60.3103-18.604037.5303

#87994d color RGB value is (135,153,77).

#87994d hex color red value is 135, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #87994d hue: 0.21 , saturation: 0.33 and the lightness value of 87994d is 0.45.

The process color (four color CMYK) of #87994d color hex is 0.12, 0.00, 0.50, 0.40. Web safe color of #87994d is #999966. Color #87994d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 01001101
Octal 207 231 115
Decimal 135 153 77
Hex 87 99 4D

RGB Percentages of Color #87994d

%36.99
%41.92
%21.10

CMYK Percentages of Color #87994d

%12
%0
%50
%40

Triadic Colors of #87994d

#87994d #4d8799 #994d87

Analogous Colors of #87994d

#87994d #61994d #99854d

Monochromatic Colors of #87994d

#87994d

Complementary Color

#87994d #5f4d99

#87994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87994d Color CSS Codes

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

#87994d Text Font Color

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

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


#87994d Background Color

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

This div background color is #87994d


#87994d Border Color

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

This div border color is #87994d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,153,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87994d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87994d;
  -webkit-box-shadow: 1px 1px 3px 2px #87994d;
  box-shadow:         1px 1px 3px 2px #87994d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87994d


Comments

No comments written yet.

Please login to write comment.