COLOR #87B64B

HEX: #87B64B
RGB: (135,182,75)

Color info

#87B64B contains mainly red and green colors. Web safe color of #87B64B is #99CC33 (or #9C3).

RGB color model

#87B64B color RGB value is (135,182,75).

  • red value is 135;
  • green value is 182;
  • blue value is 75.
RGB:
(135,182,75)
(53%,71%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 182 of 255 = 71%
B 75 of 255 = 29%

135
182
75

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

Portions of RGB colors in percentages

R + G + B =
135 + 182 + 75 = 392 (100%)
R 135 of 392 ~ 34.44%
G 182 of 392 ~ 46.43%
B 75 of 392 ~ 19.13%

%34.44
%46.43
%19.13

CMYK color model

#87B64B color CMYK value is (26,0,59,29).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 58.79%
  • key color value is 28.63%
CMYK:
(26,0,59,29)
C26M0Y59K29 
(26%,0%,59%,29%)
(0.26/0.00/0.59/0.29)	

CMYK percentages

%25.82
%0
%58.79
%28.63

Codes

Color #87B64B in popluar color models

87B64B
RGB13518275
HSL86°42.29%50.39%
HSB/HSV86°58.79%71.37%
CMYK25.82%0.00%58.79%
28.63%

Color #87B64B in popluar number systems.

HEX87B64B
Decimal13518275
Binary10000111101101101001011
Octal207266113

Shades and tints

Shades of #87B64B

#87B64B
(135,182,75)
#7BA645
(123,166,69)
#6F963F
(111,150,63)
#638639
(99,134,57)
#577633
(87,118,51)
#4B662D
(75,102,45)
#3F5627
(63,86,39)
#334621
(51,70,33)
#27361B
(39,54,27)
#1B2615
(27,38,21)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #87B64B

#87B64B
(135,182,75)
#91BC5B
(145,188,91)
#9BC26B
(155,194,107)
#A5C87B
(165,200,123)
#AFCE8B
(175,206,139)
#B9D49B
(185,212,155)
#C3DAAB
(195,218,171)
#CDE0BB
(205,224,187)
#D7E6CB
(215,230,203)
#E1ECDB
(225,236,219)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B64B color. Also use rgb(135,182,75) instead hex code.

Text Font Color

.myTextColor { color: #87B64B; }

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

This text font color is #87B64B.


Background Color

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

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

This div background color is #87B64B.


Border color

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

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

This div border color is #87B64B.


Opacity

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

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

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

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

This text has shadow with #87B64B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B64B on black background.


Color preview on white background

This text has color #87B64B on white background.



Black color preview on #87B64B background

This text has black color on #87B64B background.


White color preview on #87B64B background

This text has white color on #87B64B background.