COLOR #87A03F

HEX: #87A03F
RGB: (135,160,63)

Color info

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

RGB color model

#87A03F color RGB value is (135,160,63).

  • red value is 135;
  • green value is 160;
  • blue value is 63.
RGB:
(135,160,63)
(53%,63%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 160 of 255 = 63%
B 63 of 255 = 25%

135
160
63

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

Portions of RGB colors in percentages

R + G + B =
135 + 160 + 63 = 358 (100%)
R 135 of 358 ~ 37.71%
G 160 of 358 ~ 44.69%
B 63 of 358 ~ 17.6%

%37.71
%44.69
%17.6

CMYK color model

#87A03F color CMYK value is (16,0,61,37).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 37.25%
CMYK:
(16,0,61,37)
C16M0Y61K37 
(16%,0%,61%,37%)
(0.16/0.00/0.61/0.37)	

CMYK percentages

%15.63
%0
%60.63
%37.25

Codes

Color #87A03F in popluar color models

87A03F
RGB13516063
HSL75°43.50%43.73%
HSB/HSV75°60.63%62.75%
CMYK15.63%0.00%60.63%
37.25%

Color #87A03F in popluar number systems.

HEX87A03F
Decimal13516063
Binary1000011110100000111111
Octal20724077

Shades and tints

Shades of #87A03F

#87A03F
(135,160,63)
#7B923A
(123,146,58)
#6F8435
(111,132,53)
#637630
(99,118,48)
#57682B
(87,104,43)
#4B5A26
(75,90,38)
#3F4C21
(63,76,33)
#333E1C
(51,62,28)
#273017
(39,48,23)
#1B2212
(27,34,18)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87A03F

#87A03F
(135,160,63)
#91A850
(145,168,80)
#9BB061
(155,176,97)
#A5B872
(165,184,114)
#AFC083
(175,192,131)
#B9C894
(185,200,148)
#C3D0A5
(195,208,165)
#CDD8B6
(205,216,182)
#D7E0C7
(215,224,199)
#E1E8D8
(225,232,216)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A03F color. Also use rgb(135,160,63) instead hex code.

Text Font Color

.myTextColor { color: #87A03F; }

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

This text font color is #87A03F.


Background Color

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

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

This div background color is #87A03F.


Border color

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

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

This div border color is #87A03F.


Opacity

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

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

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

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

This text has shadow with #87A03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A03F on black background.


Color preview on white background

This text has color #87A03F on white background.



Black color preview on #87A03F background

This text has black color on #87A03F background.


White color preview on #87A03F background

This text has white color on #87A03F background.