COLOR #85946F

HEX: #85946F
RGB: (133,148,111)

Color info

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

RGB color model

#85946F color RGB value is (133,148,111).

  • red value is 133;
  • green value is 148;
  • blue value is 111.
RGB:
(133,148,111)
(52%,58%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 111 of 255 = 44%

133
148
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 111 = 392 (100%)
R 133 of 392 ~ 33.93%
G 148 of 392 ~ 37.76%
B 111 of 392 ~ 28.32%

%33.93
%37.76
%28.32

CMYK color model

#85946F color CMYK value is (10,0,25,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(10,0,25,42)
C10M0Y25K42 
(10%,0%,25%,42%)
(0.10/0.00/0.25/0.42)	

CMYK percentages

%10.14
%0
%25
%41.96

Codes

Color #85946F in popluar color models

85946F
RGB133148111
HSL84°14.74%50.78%
HSB/HSV84°25.00%58.04%
CMYK10.14%0.00%25.00%
41.96%

Color #85946F in popluar number systems.

HEX85946F
Decimal133148111
Binary10000101100101001101111
Octal205224157

Shades and tints

Shades of #85946F

#85946F
(133,148,111)
#798765
(121,135,101)
#6D7A5B
(109,122,91)
#616D51
(97,109,81)
#556047
(85,96,71)
#49533D
(73,83,61)
#3D4633
(61,70,51)
#313929
(49,57,41)
#252C1F
(37,44,31)
#191F15
(25,31,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #85946F

#85946F
(133,148,111)
#909D7C
(144,157,124)
#9BA689
(155,166,137)
#A6AF96
(166,175,150)
#B1B8A3
(177,184,163)
#BCC1B0
(188,193,176)
#C7CABD
(199,202,189)
#D2D3CA
(210,211,202)
#DDDCD7
(221,220,215)
#E8E5E4
(232,229,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85946F color. Also use rgb(133,148,111) instead hex code.

Text Font Color

.myTextColor { color: #85946F; }

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

This text font color is #85946F.


Background Color

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

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

This div background color is #85946F.


Border color

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

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

This div border color is #85946F.


Opacity

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

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

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

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

This text has shadow with #85946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85946F on black background.


Color preview on white background

This text has color #85946F on white background.



Black color preview on #85946F background

This text has black color on #85946F background.


White color preview on #85946F background

This text has white color on #85946F background.