COLOR #85806F

HEX: #85806F RGB: (133,128,111)

Color info

#85806F contains red, green and blue colors in about the same proportion. Web safe color of #85806F is #996666 (or #966).

RGB color model

#85806F color RGB value is (133,128,111).

RGB: (133,128,111) (52%, 50%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 111 of 255 = 44%

133
128
111

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

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 111 = 372 (100%)
R 133 of 372 ~ 35.75%
G 128 of 372 ~ 34.41%
B 111 of 372 ~ 29.84'%

%35.75
%34.41
%29.84

CMYK color model

#85806F color CMYK value is (0,4,17,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 16.54%
  • key color value is 47.84%

CMYK: (0,4,17,48)
C0M4Y17K48 (0%, 4%, 17%, 48%)
(0.00 / 0.04 / 0.17 / 0.48)

CMYK percentages

%0
%3.76
%16.54
%47.84

Codes

Color #85806F in popluar color models

85 80 6F
RGB 133 128 111
HSL 46° 9.02% 47.84%
HSB/HSV 46° 16.54% 52.16%
CMYK 0.00% 3.76% 16.54%
47.84%

Color #85806F in popluar number systems.

HEX 85 80 6F
Decimal 133 128 111
Binary 10000101 10000000 1101111
Octal 205 200 157

Shades and tints

Shades of #85806F

#85806F
(133,128,111)
#797565
(121,117,101)
#6D6A5B
(109,106,91)
#615F51
(97,95,81)
#555447
(85,84,71)
#49493D
(73,73,61)
#3D3E33
(61,62,51)
#313329
(49,51,41)
#25281F
(37,40,31)
#191D15
(25,29,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #85806F

#85806F
(133,128,111)
#908B7C
(144,139,124)
#9B9689
(155,150,137)
#A6A196
(166,161,150)
#B1ACA3
(177,172,163)
#BCB7B0
(188,183,176)
#C7C2BD
(199,194,189)
#D2CDCA
(210,205,202)
#DDD8D7
(221,216,215)
#E8E3E4
(232,227,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85806F; }

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

This text font color is #85806F.

Background Color

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

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

This div background color is #85806F.

Border color

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

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

This div border color is #85806F.

Opacity

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

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

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

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

This text has shadow with #85806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85806F.

Preview

Color preview on black background

This text has color #85806F on black background.


Color preview on white background

This text has color #85806F on white background.


Black color preview on #85806F background

This text has black color on #85806F background.


White color preview on #85806F background

This text has white color on #85806F background.


Related colors

Complementary color

Complementary color for #hex is #7A7F90.


I love getcolorcode.com

Triadic colors

1 #6F8580 and #806F85 with #85806F are triadic colors.

2 #6F8085 and #80856F with #85806F are triadic colors.