COLOR #87983D

HEX: #87983D RGB: (135,152,61)

Color info

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

RGB color model

#87983D color RGB value is (135,152,61).

RGB: (135,152,61) (53%, 60%, 24%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 61 of 255 = 24%

135
152
61

R + G + B ~ 46%. #87983D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 152 + 61 = 348 (100%)
R 135 of 348 ~ 38.79%
G 152 of 348 ~ 43.68%
B 61 of 348 ~ 17.53'%

%38.79
%43.68
%17.53

CMYK color model

#87983D color CMYK value is (11,0,60,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 59.87%
  • key color value is 40.39%

CMYK: (11,0,60,40)
C11M0Y60K40 (11%, 0%, 60%, 40%)
(0.11 / 0.00 / 0.60 / 0.40)

CMYK percentages

%11.18
%0
%59.87
%40.39

Codes

Color #87983D in popluar color models

87 98 3D
RGB 135 152 61
HSL 71° 42.72% 41.76%
HSB/HSV 71° 59.87% 59.61%
CMYK 11.18% 0.00% 59.87%
40.39%

Color #87983D in popluar number systems.

HEX 87 98 3D
Decimal 135 152 61
Binary 10000111 10011000 111101
Octal 207 230 75

Shades and tints

Shades of #87983D

#87983D
(135,152,61)
#7B8B38
(123,139,56)
#6F7E33
(111,126,51)
#63712E
(99,113,46)
#576429
(87,100,41)
#4B5724
(75,87,36)
#3F4A1F
(63,74,31)
#333D1A
(51,61,26)
#273015
(39,48,21)
#1B2310
(27,35,16)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #87983D

#87983D
(135,152,61)
#91A14E
(145,161,78)
#9BAA5F
(155,170,95)
#A5B370
(165,179,112)
#AFBC81
(175,188,129)
#B9C592
(185,197,146)
#C3CEA3
(195,206,163)
#CDD7B4
(205,215,180)
#D7E0C5
(215,224,197)
#E1E9D6
(225,233,214)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87983D color. Also use rgb(135,152,61) instead hex code.

Text Font Color

.myTextColor { color: #87983D; }

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

This text font color is #87983D.

Background Color

.myBgColor { background-color: #87983D; }

<div style="background-color:#87983D">Inner text</div>

This div background color is #87983D.

Border color

.myBorderColor { border: 1px solid #87983D; }

<div style="border:3px solid #87983D">Div</div>

This div border color is #87983D.

Opacity

.myOpacity80 { color: #87983D; opacity: 0.8; }

<p style="color:#87983D;opacity:0.8;">80%</p>

Text with #87983D 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 #87983D;}

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

This text has shadow with #87983D color.


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

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

This text has shadow with #87983D primary color and red secondary color.


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

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

This text has shadow with #87983D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87983D.

Preview

Color preview on black background

This text has color #87983D on black background.


Color preview on white background

This text has color #87983D on white background.


Black color preview on #87983D background

This text has black color on #87983D background.


White color preview on #87983D background

This text has white color on #87983D background.


Related colors

Complementary color

Complementary color for #hex is #7867C2.


I love getcolorcode.com

Triadic colors

1 #3D8798 and #983D87 with #87983D are triadic colors.

2 #3D9887 and #98873D with #87983D are triadic colors.