COLOR #87994F

HEX: #87994F RGB: (135,153,79)

Color info

#87994F contains mainly red and green colors. Web safe color of #87994F is #999966 (or #996).

RGB color model

#87994F color RGB value is (135,153,79).

RGB: (135,153,79) (53%, 60%, 31%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 79 of 255 = 31%

135
153
79

R + G + B ~ 48%. #87994F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 153 + 79 = 367 (100%)
R 135 of 367 ~ 36.78%
G 153 of 367 ~ 41.69%
B 79 of 367 ~ 21.53'%

%36.78
%41.69
%21.53

CMYK color model

#87994F color CMYK value is (12,0,48,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 48.37%
  • key color value is 40.00%
CMYK: (12,0,48,40) C12M0Y48K40 (12%,0%,48%,40%) (0.12/0.00/0.48/0.40) 

CMYK percentages

%11.76
%0
%48.37
%40

Codes

Color #87994F in popluar color models

87 99 4F
RGB 135 153 79
HSL 75° 31.90% 45.49%
HSB/HSV 75° 48.37% 60.00%
CMYK 11.76% 0.00% 48.37%
40.00%

Color #87994F in popluar number systems.

HEX 87 99 4F
Decimal 135 153 79
Binary 10000111 10011001 1001111
Octal 207 231 117

Shades and tints

Shades of #87994F

#87994F
(135,153,79)
#7B8C48
(123,140,72)
#6F7F41
(111,127,65)
#63723A
(99,114,58)
#576533
(87,101,51)
#4B582C
(75,88,44)
#3F4B25
(63,75,37)
#333E1E
(51,62,30)
#273117
(39,49,23)
#1B2410
(27,36,16)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #87994F

#87994F
(135,153,79)
#91A25F
(145,162,95)
#9BAB6F
(155,171,111)
#A5B47F
(165,180,127)
#AFBD8F
(175,189,143)
#B9C69F
(185,198,159)
#C3CFAF
(195,207,175)
#CDD8BF
(205,216,191)
#D7E1CF
(215,225,207)
#E1EADF
(225,234,223)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87994F color. Also use rgb(135,153,79) instead hex code.

Text Font Color

.myTextColor { color: #87994F; }

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

This text font color is #87994F.

Background Color

.myBgColor { background-color: #87994F; }

<div style="background-color:#87994F">Inner text</div>

This div background color is #87994F.

Border color

.myBorderColor { border: 1px solid #87994F; }

<div style="border:3px solid #87994F">Div</div>

This div border color is #87994F.

Opacity

.myOpacity80 { color: #87994F; opacity: 0.8; }

<p style="color:#87994F;opacity:0.8;">80%</p>

Text with #87994F 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 #87994F;}

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

This text has shadow with #87994F color.


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

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

This text has shadow with #87994F primary color and red secondary color.


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

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

This text has shadow with #87994F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87994F.

Preview

Color preview on black background

This text has color #87994F on black background.


Color preview on white background

This text has color #87994F on white background.


Black color preview on #87994F background

This text has black color on #87994F background.


White color preview on #87994F background

This text has white color on #87994F background.


Related colors

Complementary color

Complementary color for #hex is #7866B0.


I love getcolorcode.com

Triadic colors

1 #4F8799 and #994F87 with #87994F are triadic colors.

2 #4F9987 and #99874F with #87994F are triadic colors.