COLOR #87A11B

HEX: #87A11B RGB: (135,161,27)

Color info

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

RGB color model

#87A11B color RGB value is (135,161,27).

RGB: (135,161,27) (53%, 63%, 11%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 27 of 255 = 11%

135
161
27

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

Portions of RGB colors in percentages

R + G + B = 135 + 161 + 27 = 323 (100%)
R 135 of 323 ~ 41.8%
G 161 of 323 ~ 49.85%
B 27 of 323 ~ 8.36'%

%41.8
%49.85

CMYK color model

#87A11B color CMYK value is (16,0,83,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 83.23%
  • key color value is 36.86%

CMYK: (16,0,83,37)
C16M0Y83K37 (16%, 0%, 83%, 37%)
(0.16 / 0.00 / 0.83 / 0.37)

CMYK percentages

%16.15
%0
%83.23
%36.86

Codes

Color #87A11B in popluar color models

87 A1 1B
RGB 135 161 27
HSL 72° 71.28% 36.86%
HSB/HSV 72° 83.23% 63.14%
CMYK 16.15% 0.00% 83.23%
36.86%

Color #87A11B in popluar number systems.

HEX 87 A1 1B
Decimal 135 161 27
Binary 10000111 10100001 11011
Octal 207 241 33

Shades and tints

Shades of #87A11B

#87A11B
(135,161,27)
#7B9319
(123,147,25)
#6F8517
(111,133,23)
#637715
(99,119,21)
#576913
(87,105,19)
#4B5B11
(75,91,17)
#3F4D0F
(63,77,15)
#333F0D
(51,63,13)
#27310B
(39,49,11)
#1B2309
(27,35,9)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #87A11B

#87A11B
(135,161,27)
#91A92F
(145,169,47)
#9BB143
(155,177,67)
#A5B957
(165,185,87)
#AFC16B
(175,193,107)
#B9C97F
(185,201,127)
#C3D193
(195,209,147)
#CDD9A7
(205,217,167)
#D7E1BB
(215,225,187)
#E1E9CF
(225,233,207)
#EBF1E3
(235,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A11B color. Also use rgb(135,161,27) instead hex code.

Text Font Color

.myTextColor { color: #87A11B; }

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

This text font color is #87A11B.

Background Color

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

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

This div background color is #87A11B.

Border color

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

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

This div border color is #87A11B.

Opacity

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

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

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

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

This text has shadow with #87A11B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A11B.

Preview

Color preview on black background

This text has color #87A11B on black background.


Color preview on white background

This text has color #87A11B on white background.


Black color preview on #87A11B background

This text has black color on #87A11B background.


White color preview on #87A11B background

This text has white color on #87A11B background.


Related colors

Complementary color

Complementary color for #hex is #785EE4.


I love getcolorcode.com

Triadic colors

1 #1B87A1 and #A11B87 with #87A11B are triadic colors.

2 #1BA187 and #A1871B with #87A11B are triadic colors.