COLOR #87AC35

HEX: #87AC35
RGB: (135,172,53)

Color info

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

RGB color model

#87AC35 color RGB value is (135,172,53).

  • red value is 135;
  • green value is 172;
  • blue value is 53.
RGB:
(135,172,53)
(53%,67%,21%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 53 of 255 = 21%

135
172
53

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

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 53 = 360 (100%)
R 135 of 360 ~ 37.5%
G 172 of 360 ~ 47.78%
B 53 of 360 ~ 14.72%

%37.5
%47.78
%14.72

CMYK color model

#87AC35 color CMYK value is (22,0,69,33).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 69.19%
  • key color value is 32.55%
CMYK:
(22,0,69,33)
C22M0Y69K33 
(22%,0%,69%,33%)
(0.22/0.00/0.69/0.33)	

CMYK percentages

%21.51
%0
%69.19
%32.55

Codes

Color #87AC35 in popluar color models

87AC35
RGB13517253
HSL79°52.89%44.12%
HSB/HSV79°69.19%67.45%
CMYK21.51%0.00%69.19%
32.55%

Color #87AC35 in popluar number systems.

HEX87AC35
Decimal13517253
Binary1000011110101100110101
Octal20725465

Shades and tints

Shades of #87AC35

#87AC35
(135,172,53)
#7B9D31
(123,157,49)
#6F8E2D
(111,142,45)
#637F29
(99,127,41)
#577025
(87,112,37)
#4B6121
(75,97,33)
#3F521D
(63,82,29)
#334319
(51,67,25)
#273415
(39,52,21)
#1B2511
(27,37,17)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #87AC35

#87AC35
(135,172,53)
#91B347
(145,179,71)
#9BBA59
(155,186,89)
#A5C16B
(165,193,107)
#AFC87D
(175,200,125)
#B9CF8F
(185,207,143)
#C3D6A1
(195,214,161)
#CDDDB3
(205,221,179)
#D7E4C5
(215,228,197)
#E1EBD7
(225,235,215)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AC35 color. Also use rgb(135,172,53) instead hex code.

Text Font Color

.myTextColor { color: #87AC35; }

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

This text font color is #87AC35.


Background Color

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

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

This div background color is #87AC35.


Border color

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

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

This div border color is #87AC35.


Opacity

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

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

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

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

This text has shadow with #87AC35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AC35 on black background.


Color preview on white background

This text has color #87AC35 on white background.



Black color preview on #87AC35 background

This text has black color on #87AC35 background.


White color preview on #87AC35 background

This text has white color on #87AC35 background.