COLOR #85966D

HEX: #85966D
RGB: (133,150,109)

Color info

#85966D contains red, green and blue colors in about the same proportion. Web safe color of #85966D is #999966 (or #996).

RGB color model

#85966D color RGB value is (133,150,109).

  • red value is 133;
  • green value is 150;
  • blue value is 109.
RGB:
(133,150,109)
(52%,59%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 109 of 255 = 43%

133
150
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 109 = 392 (100%)
R 133 of 392 ~ 33.93%
G 150 of 392 ~ 38.27%
B 109 of 392 ~ 27.81%

%33.93
%38.27
%27.81

CMYK color model

#85966D color CMYK value is (11,0,27,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(11,0,27,41)
C11M0Y27K41 
(11%,0%,27%,41%)
(0.11/0.00/0.27/0.41)	

CMYK percentages

%11.33
%0
%27.33
%41.18

Codes

Color #85966D in popluar color models

85966D
RGB133150109
HSL85°16.33%50.78%
HSB/HSV85°27.33%58.82%
CMYK11.33%0.00%27.33%
41.18%

Color #85966D in popluar number systems.

HEX85966D
Decimal133150109
Binary10000101100101101101101
Octal205226155

Shades and tints

Shades of #85966D

#85966D
(133,150,109)
#798964
(121,137,100)
#6D7C5B
(109,124,91)
#616F52
(97,111,82)
#556249
(85,98,73)
#495540
(73,85,64)
#3D4837
(61,72,55)
#313B2E
(49,59,46)
#252E25
(37,46,37)
#19211C
(25,33,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85966D

#85966D
(133,150,109)
#909F7A
(144,159,122)
#9BA887
(155,168,135)
#A6B194
(166,177,148)
#B1BAA1
(177,186,161)
#BCC3AE
(188,195,174)
#C7CCBB
(199,204,187)
#D2D5C8
(210,213,200)
#DDDED5
(221,222,213)
#E8E7E2
(232,231,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85966D color. Also use rgb(133,150,109) instead hex code.

Text Font Color

.myTextColor { color: #85966D; }

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

This text font color is #85966D.


Background Color

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

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

This div background color is #85966D.


Border color

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

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

This div border color is #85966D.


Opacity

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

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

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

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

This text has shadow with #85966D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85966D on black background.


Color preview on white background

This text has color #85966D on white background.



Black color preview on #85966D background

This text has black color on #85966D background.


White color preview on #85966D background

This text has white color on #85966D background.