COLOR #87B350

HEX: #87B350
RGB: (135,179,80)

Color info

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

RGB color model

#87B350 color RGB value is (135,179,80).

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

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 80 of 255 = 31%

135
179
80

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

Portions of RGB colors in percentages

R + G + B =
135 + 179 + 80 = 394 (100%)
R 135 of 394 ~ 34.26%
G 179 of 394 ~ 45.43%
B 80 of 394 ~ 20.3%

%34.26
%45.43
%20.3

CMYK color model

#87B350 color CMYK value is (25,0,55,30).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 55.31%
  • key color value is 29.80%
CMYK:
(25,0,55,30)
C25M0Y55K30 
(25%,0%,55%,30%)
(0.25/0.00/0.55/0.30)	

CMYK percentages

%24.58
%0
%55.31
%29.8

Codes

Color #87B350 in popluar color models

87B350
RGB13517980
HSL87°39.44%50.78%
HSB/HSV87°55.31%70.20%
CMYK24.58%0.00%55.31%
29.80%

Color #87B350 in popluar number systems.

HEX87B350
Decimal13517980
Binary10000111101100111010000
Octal207263120

Shades and tints

Shades of #87B350

#87B350
(135,179,80)
#7BA349
(123,163,73)
#6F9342
(111,147,66)
#63833B
(99,131,59)
#577334
(87,115,52)
#4B632D
(75,99,45)
#3F5326
(63,83,38)
#33431F
(51,67,31)
#273318
(39,51,24)
#1B2311
(27,35,17)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #87B350

#87B350
(135,179,80)
#91B95F
(145,185,95)
#9BBF6E
(155,191,110)
#A5C57D
(165,197,125)
#AFCB8C
(175,203,140)
#B9D19B
(185,209,155)
#C3D7AA
(195,215,170)
#CDDDB9
(205,221,185)
#D7E3C8
(215,227,200)
#E1E9D7
(225,233,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B350; }

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

This text font color is #87B350.


Background Color

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

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

This div background color is #87B350.


Border color

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

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

This div border color is #87B350.


Opacity

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

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

Text with #87B350 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 #87B350;}

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

This text has shadow with #87B350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B350 on black background.


Color preview on white background

This text has color #87B350 on white background.



Black color preview on #87B350 background

This text has black color on #87B350 background.


White color preview on #87B350 background

This text has white color on #87B350 background.