COLOR #87B372

HEX: #87B372
RGB: (135,179,114)

Color info

#87B372 contains mainly red and green colors. Web safe color of #87B372 is #999966 (or #996).

RGB color model

#87B372 color RGB value is (135,179,114).

  • red value is 135;
  • green value is 179;
  • blue value is 114.
RGB:
(135,179,114)
(53%,70%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 114 of 255 = 45%

135
179
114

R + G + B ~ 56%. #87B372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 179 + 114 = 428 (100%)
R 135 of 428 ~ 31.54%
G 179 of 428 ~ 41.82%
B 114 of 428 ~ 26.64%

%31.54
%41.82
%26.64

CMYK color model

#87B372 color CMYK value is (25,0,36,30).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK:
(25,0,36,30)
C25M0Y36K30 
(25%,0%,36%,30%)
(0.25/0.00/0.36/0.30)	

CMYK percentages

%24.58
%0
%36.31
%29.8

Codes

Color #87B372 in popluar color models

87B372
RGB135179114
HSL101°29.95%57.45%
HSB/HSV101°36.31%70.20%
CMYK24.58%0.00%36.31%
29.80%

Color #87B372 in popluar number systems.

HEX87B372
Decimal135179114
Binary10000111101100111110010
Octal207263162

Shades and tints

Shades of #87B372

#87B372
(135,179,114)
#7BA368
(123,163,104)
#6F935E
(111,147,94)
#638354
(99,131,84)
#57734A
(87,115,74)
#4B6340
(75,99,64)
#3F5336
(63,83,54)
#33432C
(51,67,44)
#273322
(39,51,34)
#1B2318
(27,35,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #87B372

#87B372
(135,179,114)
#91B97E
(145,185,126)
#9BBF8A
(155,191,138)
#A5C596
(165,197,150)
#AFCBA2
(175,203,162)
#B9D1AE
(185,209,174)
#C3D7BA
(195,215,186)
#CDDDC6
(205,221,198)
#D7E3D2
(215,227,210)
#E1E9DE
(225,233,222)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B372 color. Also use rgb(135,179,114) instead hex code.

Text Font Color

.myTextColor { color: #87B372; }

<p style="color:#87B372">This sample text font color is #87B372.</p>

This text font color is #87B372.


Background Color

.myBgColor { background-color: #87B372; }

<div style="background-color:#87B372">Inner text</div>

This div background color is #87B372.


Border color

.myBorderColor { border: 1px solid #87B372; }

<div style="border:3px solid #87B372">Div</div>

This div border color is #87B372.


Opacity

.myOpacity80 { color: #87B372; opacity: 0.8; }

<p style="color:#87B372;opacity:0.8;">80%</p>

Text with #87B372 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87B372;}

<p style="text-shadow: 3px 3px 1px #87B372">Text here.</p>

This text has shadow with #87B372 color.

.textShadow {text-shadow: 3px 3px 1px #87B372, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87B372, 5px 5px 20px red">Text here.</p>

This text has shadow with #87B372 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B372, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87B372, Direction=45, Strength=4)">Text</p>

This text has shadow with #87B372 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87B372;
  -webkit-box-shadow:	1px 1px 3px 2px #87B372;
  box-shadow:		1px 1px 3px 2px #87B372;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87B372;
-webkit-box-shadow: 1px 1px 3px 2px #87B372;
box-shadow:1px 1px 3px 2px #87B372;">
Div content here</div>
This div box has shadow with color #87B372.

Preview

Color preview on black background

This text has color #87B372 on black background.


Color preview on white background

This text has color #87B372 on white background.



Black color preview on #87B372 background

This text has black color on #87B372 background.


White color preview on #87B372 background

This text has white color on #87B372 background.