COLOR #85856A

HEX: #85856A
RGB: (133,133,106)

Color info

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

RGB color model

#85856A color RGB value is (133,133,106).

  • red value is 133;
  • green value is 133;
  • blue value is 106.
RGB:
(133,133,106)
(52%,52%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 106 of 255 = 42%

133
133
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 106 = 372 (100%)
R 133 of 372 ~ 35.75%
G 133 of 372 ~ 35.75%
B 106 of 372 ~ 28.49%

%35.75
%35.75
%28.49

CMYK color model

#85856A color CMYK value is (0,0,20,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,0,20,48)
C0M0Y20K48 
(0%,0%,20%,48%)
(0.00/0.00/0.20/0.48)	

CMYK percentages

%0
%0
%20.3
%47.84

Codes

Color #85856A in popluar color models

85856A
RGB133133106
HSL60°11.30%46.86%
HSB/HSV60°20.30%52.16%
CMYK0.00%0.00%20.30%
47.84%

Color #85856A in popluar number systems.

HEX85856A
Decimal133133106
Binary10000101100001011101010
Octal205205152

Shades and tints

Shades of #85856A

#85856A
(133,133,106)
#797961
(121,121,97)
#6D6D58
(109,109,88)
#61614F
(97,97,79)
#555546
(85,85,70)
#49493D
(73,73,61)
#3D3D34
(61,61,52)
#31312B
(49,49,43)
#252522
(37,37,34)
#191919
(25,25,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #85856A

#85856A
(133,133,106)
#909077
(144,144,119)
#9B9B84
(155,155,132)
#A6A691
(166,166,145)
#B1B19E
(177,177,158)
#BCBCAB
(188,188,171)
#C7C7B8
(199,199,184)
#D2D2C5
(210,210,197)
#DDDDD2
(221,221,210)
#E8E8DF
(232,232,223)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85856A; }

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

This text font color is #85856A.


Background Color

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

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

This div background color is #85856A.


Border color

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

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

This div border color is #85856A.


Opacity

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

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

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

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

This text has shadow with #85856A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85856A on black background.


Color preview on white background

This text has color #85856A on white background.



Black color preview on #85856A background

This text has black color on #85856A background.


White color preview on #85856A background

This text has white color on #85856A background.