COLOR #87A748

HEX: #87A748
RGB: (135,167,72)

Color info

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

RGB color model

#87A748 color RGB value is (135,167,72).

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

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 72 of 255 = 28%

135
167
72

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

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 72 = 374 (100%)
R 135 of 374 ~ 36.1%
G 167 of 374 ~ 44.65%
B 72 of 374 ~ 19.25%

%36.1
%44.65
%19.25

CMYK color model

#87A748 color CMYK value is (19,0,57,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 56.89%
  • key color value is 34.51%
CMYK:
(19,0,57,35)
C19M0Y57K35 
(19%,0%,57%,35%)
(0.19/0.00/0.57/0.35)	

CMYK percentages

%19.16
%0
%56.89
%34.51

Codes

Color #87A748 in popluar color models

87A748
RGB13516772
HSL80°39.75%46.86%
HSB/HSV80°56.89%65.49%
CMYK19.16%0.00%56.89%
34.51%

Color #87A748 in popluar number systems.

HEX87A748
Decimal13516772
Binary10000111101001111001000
Octal207247110

Shades and tints

Shades of #87A748

#87A748
(135,167,72)
#7B9842
(123,152,66)
#6F893C
(111,137,60)
#637A36
(99,122,54)
#576B30
(87,107,48)
#4B5C2A
(75,92,42)
#3F4D24
(63,77,36)
#333E1E
(51,62,30)
#272F18
(39,47,24)
#1B2012
(27,32,18)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #87A748

#87A748
(135,167,72)
#91AF58
(145,175,88)
#9BB768
(155,183,104)
#A5BF78
(165,191,120)
#AFC788
(175,199,136)
#B9CF98
(185,207,152)
#C3D7A8
(195,215,168)
#CDDFB8
(205,223,184)
#D7E7C8
(215,231,200)
#E1EFD8
(225,239,216)
#EBF7E8
(235,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A748; }

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

This text font color is #87A748.


Background Color

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

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

This div background color is #87A748.


Border color

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

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

This div border color is #87A748.


Opacity

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

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

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

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

This text has shadow with #87A748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A748 on black background.


Color preview on white background

This text has color #87A748 on white background.



Black color preview on #87A748 background

This text has black color on #87A748 background.


White color preview on #87A748 background

This text has white color on #87A748 background.