Color Hex Logo

#87971f Color Hex

#87971F
(135,151,31)
0 Favorites   0 Comments

Color spaces of #87971f

RGB 13515131
HSL0.190.660.36
HSV68°79°59°
CMYK 0.110.000.79   0.41
XYZ21.305627.38305.4589
Yxy27.38300.39350.5057
Hunter Lab52.3288-18.899330.4450
CIE-Lab59.3272-20.955656.1273

#87971f color RGB value is (135,151,31).

#87971f hex color red value is 135, green value is 151 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #87971f hue: 0.19 , saturation: 0.66 and the lightness value of 87971f is 0.36.

The process color (four color CMYK) of #87971f color hex is 0.11, 0.00, 0.79, 0.41. Web safe color of #87971f is #999933. Color #87971f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010111 00011111
Octal 207 227 37
Decimal 135 151 31
Hex 87 97 1F

RGB Percentages of Color #87971f

%42.59
%47.63
%9.78

CMYK Percentages of Color #87971f

%11
%0
%79
%41

Triadic Colors of #87971f

#87971f #1f8797 #971f87

Analogous Colors of #87971f

#87971f #4b971f #976b1f

Monochromatic Colors of #87971f

#87971f

Complementary Color

#87971f #2f1f97

#87971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87971f Color CSS Codes

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

#87971f Text Font Color

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

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


#87971f Background Color

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

This div background color is #87971f


#87971f Border Color

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

This div border color is #87971f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,151,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87971f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87971f;
  -webkit-box-shadow: 1px 1px 3px 2px #87971f;
  box-shadow:         1px 1px 3px 2px #87971f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87971f


Comments

No comments written yet.

Please login to write comment.