COLOR #86984B

HEX: #86984B
RGB: (134,152,75)

Color info

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

RGB color model

#86984B color RGB value is (134,152,75).

  • red value is 134;
  • green value is 152;
  • blue value is 75.
RGB:
(134,152,75)
(53%,60%,29%)

RGB channels and saturation

R 134 of 255 = 53%
G 152 of 255 = 60%
B 75 of 255 = 29%

134
152
75

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

Portions of RGB colors in percentages

R + G + B =
134 + 152 + 75 = 361 (100%)
R 134 of 361 ~ 37.12%
G 152 of 361 ~ 42.11%
B 75 of 361 ~ 20.78%

%37.12
%42.11
%20.78

CMYK color model

#86984B color CMYK value is (12,0,51,40).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%
CMYK:
(12,0,51,40)
C12M0Y51K40 
(12%,0%,51%,40%)
(0.12/0.00/0.51/0.40)	

CMYK percentages

%11.84
%0
%50.66
%40.39

Codes

Color #86984B in popluar color models

86984B
RGB13415275
HSL74°33.92%44.51%
HSB/HSV74°50.66%59.61%
CMYK11.84%0.00%50.66%
40.39%

Color #86984B in popluar number systems.

HEX86984B
Decimal13415275
Binary10000110100110001001011
Octal206230113

Shades and tints

Shades of #86984B

#86984B
(134,152,75)
#7A8B45
(122,139,69)
#6E7E3F
(110,126,63)
#627139
(98,113,57)
#566433
(86,100,51)
#4A572D
(74,87,45)
#3E4A27
(62,74,39)
#323D21
(50,61,33)
#26301B
(38,48,27)
#1A2315
(26,35,21)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #86984B

#86984B
(134,152,75)
#91A15B
(145,161,91)
#9CAA6B
(156,170,107)
#A7B37B
(167,179,123)
#B2BC8B
(178,188,139)
#BDC59B
(189,197,155)
#C8CEAB
(200,206,171)
#D3D7BB
(211,215,187)
#DEE0CB
(222,224,203)
#E9E9DB
(233,233,219)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86984B color. Also use rgb(134,152,75) instead hex code.

Text Font Color

.myTextColor { color: #86984B; }

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

This text font color is #86984B.


Background Color

.myBgColor { background-color: #86984B; }

<div style="background-color:#86984B">Inner text</div>

This div background color is #86984B.


Border color

.myBorderColor { border: 1px solid #86984B; }

<div style="border:3px solid #86984B">Div</div>

This div border color is #86984B.


Opacity

.myOpacity80 { color: #86984B; opacity: 0.8; }

<p style="color:#86984B;opacity:0.8;">80%</p>

Text with #86984B 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 #86984B;}

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

This text has shadow with #86984B color.

.textShadow {text-shadow: 3px 3px 1px #86984B, 3px 3px 1px red;}

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

This text has shadow with #86984B primary color and red secondary color.


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

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

This text has shadow with #86984B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86984B on black background.


Color preview on white background

This text has color #86984B on white background.



Black color preview on #86984B background

This text has black color on #86984B background.


White color preview on #86984B background

This text has white color on #86984B background.