Color Hex Logo

#87921f Color Hex

#87921F
(135,146,31)
0 Favorites   0 Comments

Color spaces of #87921f

RGB 13514631
HSL0.180.650.35
HSV66°79°57°
CMYK 0.080.000.79   0.43
XYZ20.517925.80765.1963
Yxy25.80760.39820.5009
Hunter Lab50.8012-16.808429.4962
CIE-Lab57.8540-18.395854.7893

#87921f color RGB value is (135,146,31).

#87921f hex color red value is 135, green value is 146 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #87921f hue: 0.18 , saturation: 0.65 and the lightness value of 87921f is 0.35.

The process color (four color CMYK) of #87921f color hex is 0.08, 0.00, 0.79, 0.43. Web safe color of #87921f is #999933. Color #87921f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010010 00011111
Octal 207 222 37
Decimal 135 146 31
Hex 87 92 1F

RGB Percentages of Color #87921f

%43.27
%46.79
%9.94

CMYK Percentages of Color #87921f

%8
%0
%79
%43

Triadic Colors of #87921f

#87921f #1f8792 #921f87

Analogous Colors of #87921f

#87921f #4e921f #92631f

Monochromatic Colors of #87921f

#87921f

Complementary Color

#87921f #2a1f92

#87921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87921f Color CSS Codes

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

#87921f Text Font Color

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

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


#87921f Background Color

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

This div background color is #87921f


#87921f Border Color

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

This div border color is #87921f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,146,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 #87921f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87921f


Comments

No comments written yet.

Please login to write comment.