COLOR #85814E

HEX: #85814E
RGB: (133,129,78)

Color info

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

RGB color model

#85814E color RGB value is (133,129,78).

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

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 78 of 255 = 31%

133
129
78

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 78 = 340 (100%)
R 133 of 340 ~ 39.12%
G 129 of 340 ~ 37.94%
B 78 of 340 ~ 22.94%

%39.12
%37.94
%22.94

CMYK color model

#85814E color CMYK value is (0,3,41,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK:
(0,3,41,48)
C0M3Y41K48 
(0%,3%,41%,48%)
(0.00/0.03/0.41/0.48)	

CMYK percentages

%0
%3.01
%41.35
%47.84

Codes

Color #85814E in popluar color models

85814E
RGB13312978
HSL56°26.07%41.37%
HSB/HSV56°41.35%52.16%
CMYK0.00%3.01%41.35%
47.84%

Color #85814E in popluar number systems.

HEX85814E
Decimal13312978
Binary10000101100000011001110
Octal205201116

Shades and tints

Shades of #85814E

#85814E
(133,129,78)
#797647
(121,118,71)
#6D6B40
(109,107,64)
#616039
(97,96,57)
#555532
(85,85,50)
#494A2B
(73,74,43)
#3D3F24
(61,63,36)
#31341D
(49,52,29)
#252916
(37,41,22)
#191E0F
(25,30,15)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #85814E

#85814E
(133,129,78)
#908C5E
(144,140,94)
#9B976E
(155,151,110)
#A6A27E
(166,162,126)
#B1AD8E
(177,173,142)
#BCB89E
(188,184,158)
#C7C3AE
(199,195,174)
#D2CEBE
(210,206,190)
#DDD9CE
(221,217,206)
#E8E4DE
(232,228,222)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85814E; }

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

This text font color is #85814E.


Background Color

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

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

This div background color is #85814E.


Border color

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

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

This div border color is #85814E.


Opacity

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

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

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

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

This text has shadow with #85814E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85814E on black background.


Color preview on white background

This text has color #85814E on white background.



Black color preview on #85814E background

This text has black color on #85814E background.


White color preview on #85814E background

This text has white color on #85814E background.