COLOR #85954E

HEX: #85954E
RGB: (133,149,78)

Color info

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

RGB color model

#85954E color RGB value is (133,149,78).

  • red value is 133;
  • green value is 149;
  • blue value is 78.
RGB:
(133,149,78)
(52%,58%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 78 of 255 = 31%

133
149
78

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

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 78 = 360 (100%)
R 133 of 360 ~ 36.94%
G 149 of 360 ~ 41.39%
B 78 of 360 ~ 21.67%

%36.94
%41.39
%21.67

CMYK color model

#85954E color CMYK value is (11,0,48,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 41.57%
CMYK:
(11,0,48,42)
C11M0Y48K42 
(11%,0%,48%,42%)
(0.11/0.00/0.48/0.42)	

CMYK percentages

%10.74
%0
%47.65
%41.57

Codes

Color #85954E in popluar color models

85954E
RGB13314978
HSL74°31.28%44.51%
HSB/HSV74°47.65%58.43%
CMYK10.74%0.00%47.65%
41.57%

Color #85954E in popluar number systems.

HEX85954E
Decimal13314978
Binary10000101100101011001110
Octal205225116

Shades and tints

Shades of #85954E

#85954E
(133,149,78)
#798847
(121,136,71)
#6D7B40
(109,123,64)
#616E39
(97,110,57)
#556132
(85,97,50)
#49542B
(73,84,43)
#3D4724
(61,71,36)
#313A1D
(49,58,29)
#252D16
(37,45,22)
#19200F
(25,32,15)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #85954E

#85954E
(133,149,78)
#909E5E
(144,158,94)
#9BA76E
(155,167,110)
#A6B07E
(166,176,126)
#B1B98E
(177,185,142)
#BCC29E
(188,194,158)
#C7CBAE
(199,203,174)
#D2D4BE
(210,212,190)
#DDDDCE
(221,221,206)
#E8E6DE
(232,230,222)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85954E color. Also use rgb(133,149,78) instead hex code.

Text Font Color

.myTextColor { color: #85954E; }

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

This text font color is #85954E.


Background Color

.myBgColor { background-color: #85954E; }

<div style="background-color:#85954E">Inner text</div>

This div background color is #85954E.


Border color

.myBorderColor { border: 1px solid #85954E; }

<div style="border:3px solid #85954E">Div</div>

This div border color is #85954E.


Opacity

.myOpacity80 { color: #85954E; opacity: 0.8; }

<p style="color:#85954E;opacity:0.8;">80%</p>

Text with #85954E 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 #85954E;}

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

This text has shadow with #85954E color.

.textShadow {text-shadow: 3px 3px 1px #85954E, 3px 3px 1px red;}

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

This text has shadow with #85954E primary color and red secondary color.


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

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

This text has shadow with #85954E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85954E on black background.


Color preview on white background

This text has color #85954E on white background.



Black color preview on #85954E background

This text has black color on #85954E background.


White color preview on #85954E background

This text has white color on #85954E background.