COLOR #87B14C

HEX: #87B14C
RGB: (135,177,76)

Color info

#87B14C contains mainly red and green colors. Web safe color of #87B14C is #999933 (or #993).

RGB color model

#87B14C color RGB value is (135,177,76).

  • red value is 135;
  • green value is 177;
  • blue value is 76.
RGB:
(135,177,76)
(53%,69%,30%)

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 76 of 255 = 30%

135
177
76

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

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 76 = 388 (100%)
R 135 of 388 ~ 34.79%
G 177 of 388 ~ 45.62%
B 76 of 388 ~ 19.59%

%34.79
%45.62
%19.59

CMYK color model

#87B14C color CMYK value is (24,0,57,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 30.59%
CMYK:
(24,0,57,31)
C24M0Y57K31 
(24%,0%,57%,31%)
(0.24/0.00/0.57/0.31)	

CMYK percentages

%23.73
%0
%57.06
%30.59

Codes

Color #87B14C in popluar color models

87B14C
RGB13517776
HSL85°39.92%49.61%
HSB/HSV85°57.06%69.41%
CMYK23.73%0.00%57.06%
30.59%

Color #87B14C in popluar number systems.

HEX87B14C
Decimal13517776
Binary10000111101100011001100
Octal207261114

Shades and tints

Shades of #87B14C

#87B14C
(135,177,76)
#7BA146
(123,161,70)
#6F9140
(111,145,64)
#63813A
(99,129,58)
#577134
(87,113,52)
#4B612E
(75,97,46)
#3F5128
(63,81,40)
#334122
(51,65,34)
#27311C
(39,49,28)
#1B2116
(27,33,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87B14C

#87B14C
(135,177,76)
#91B85C
(145,184,92)
#9BBF6C
(155,191,108)
#A5C67C
(165,198,124)
#AFCD8C
(175,205,140)
#B9D49C
(185,212,156)
#C3DBAC
(195,219,172)
#CDE2BC
(205,226,188)
#D7E9CC
(215,233,204)
#E1F0DC
(225,240,220)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B14C color. Also use rgb(135,177,76) instead hex code.

Text Font Color

.myTextColor { color: #87B14C; }

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

This text font color is #87B14C.


Background Color

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

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

This div background color is #87B14C.


Border color

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

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

This div border color is #87B14C.


Opacity

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

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

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

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

This text has shadow with #87B14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B14C on black background.


Color preview on white background

This text has color #87B14C on white background.



Black color preview on #87B14C background

This text has black color on #87B14C background.


White color preview on #87B14C background

This text has white color on #87B14C background.