COLOR #87A848

HEX: #87A848
RGB: (135,168,72)

Color info

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

RGB color model

#87A848 color RGB value is (135,168,72).

  • red value is 135;
  • green value is 168;
  • blue value is 72.
RGB:
(135,168,72)
(53%,66%,28%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 72 of 255 = 28%

135
168
72

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 72 = 375 (100%)
R 135 of 375 ~ 36%
G 168 of 375 ~ 44.8%
B 72 of 375 ~ 19.2%

%36
%44.8
%19.2

CMYK color model

#87A848 color CMYK value is (20,0,57,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 34.12%
CMYK:
(20,0,57,34)
C20M0Y57K34 
(20%,0%,57%,34%)
(0.20/0.00/0.57/0.34)	

CMYK percentages

%19.64
%0
%57.14
%34.12

Codes

Color #87A848 in popluar color models

87A848
RGB13516872
HSL81°40.00%47.06%
HSB/HSV81°57.14%65.88%
CMYK19.64%0.00%57.14%
34.12%

Color #87A848 in popluar number systems.

HEX87A848
Decimal13516872
Binary10000111101010001001000
Octal207250110

Shades and tints

Shades of #87A848

#87A848
(135,168,72)
#7B9942
(123,153,66)
#6F8A3C
(111,138,60)
#637B36
(99,123,54)
#576C30
(87,108,48)
#4B5D2A
(75,93,42)
#3F4E24
(63,78,36)
#333F1E
(51,63,30)
#273018
(39,48,24)
#1B2112
(27,33,18)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #87A848

#87A848
(135,168,72)
#91AF58
(145,175,88)
#9BB668
(155,182,104)
#A5BD78
(165,189,120)
#AFC488
(175,196,136)
#B9CB98
(185,203,152)
#C3D2A8
(195,210,168)
#CDD9B8
(205,217,184)
#D7E0C8
(215,224,200)
#E1E7D8
(225,231,216)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A848 color. Also use rgb(135,168,72) instead hex code.

Text Font Color

.myTextColor { color: #87A848; }

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

This text font color is #87A848.


Background Color

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

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

This div background color is #87A848.


Border color

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

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

This div border color is #87A848.


Opacity

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

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

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

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

This text has shadow with #87A848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A848 on black background.


Color preview on white background

This text has color #87A848 on white background.



Black color preview on #87A848 background

This text has black color on #87A848 background.


White color preview on #87A848 background

This text has white color on #87A848 background.