COLOR #85856E

HEX: #85856E RGB: (133,133,110)

Color info

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

RGB color model

#85856E color RGB value is (133,133,110).

RGB: (133,133,110) (52%, 52%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 110 of 255 = 43%

133
133
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 110 = 376 (100%)
R 133 of 376 ~ 35.37%
G 133 of 376 ~ 35.37%
B 110 of 376 ~ 29.26'%

%35.37
%35.37
%29.26

CMYK color model

#85856E color CMYK value is (0,0,17,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%

CMYK: (0,0,17,48)
C0M0Y17K48 (0%, 0%, 17%, 48%)
(0.00 / 0.00 / 0.17 / 0.48)

CMYK percentages

%0
%0
%17.29
%47.84

Codes

Color #85856E in popluar color models

85 85 6E
RGB 133 133 110
HSL 60° 9.47% 47.65%
HSB/HSV 60° 17.29% 52.16%
CMYK 0.00% 0.00% 17.29%
47.84%

Color #85856E in popluar number systems.

HEX 85 85 6E
Decimal 133 133 110
Binary 10000101 10000101 1101110
Octal 205 205 156

Shades and tints

Shades of #85856E

#85856E
(133,133,110)
#797964
(121,121,100)
#6D6D5A
(109,109,90)
#616150
(97,97,80)
#555546
(85,85,70)
#49493C
(73,73,60)
#3D3D32
(61,61,50)
#313128
(49,49,40)
#25251E
(37,37,30)
#191914
(25,25,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #85856E

#85856E
(133,133,110)
#90907B
(144,144,123)
#9B9B88
(155,155,136)
#A6A695
(166,166,149)
#B1B1A2
(177,177,162)
#BCBCAF
(188,188,175)
#C7C7BC
(199,199,188)
#D2D2C9
(210,210,201)
#DDDDD6
(221,221,214)
#E8E8E3
(232,232,227)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85856E; }

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

This text font color is #85856E.

Background Color

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

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

This div background color is #85856E.

Border color

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

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

This div border color is #85856E.

Opacity

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

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

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

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

This text has shadow with #85856E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85856E.

Preview

Color preview on black background

This text has color #85856E on black background.


Color preview on white background

This text has color #85856E on white background.


Black color preview on #85856E background

This text has black color on #85856E background.


White color preview on #85856E background

This text has white color on #85856E background.


Related colors

Complementary color

Complementary color for #hex is #7A7A91.


I love getcolorcode.com