COLOR #85886E

HEX: #85886E
RGB: (133,136,110)

Color info

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

RGB color model

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

  • red value is 133;
  • green value is 136;
  • blue value is 110.
RGB:
(133,136,110)
(52%,53%,43%)

RGB channels and saturation

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

133
136
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 110 = 379 (100%)
R 133 of 379 ~ 35.09%
G 136 of 379 ~ 35.88%
B 110 of 379 ~ 29.02%

%35.09
%35.88
%29.02

CMYK color model

#85886E color CMYK value is (2,0,19,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(2,0,19,47)
C2M0Y19K47 
(2%,0%,19%,47%)
(0.02/0.00/0.19/0.47)	

CMYK percentages

%2.21
%0
%19.12
%46.67

Codes

Color #85886E in popluar color models

85886E
RGB133136110
HSL67°10.57%48.24%
HSB/HSV67°19.12%53.33%
CMYK2.21%0.00%19.12%
46.67%

Color #85886E in popluar number systems.

HEX85886E
Decimal133136110
Binary10000101100010001101110
Octal205210156

Shades and tints

Shades of #85886E

#85886E
(133,136,110)
#797C64
(121,124,100)
#6D705A
(109,112,90)
#616450
(97,100,80)
#555846
(85,88,70)
#494C3C
(73,76,60)
#3D4032
(61,64,50)
#313428
(49,52,40)
#25281E
(37,40,30)
#191C14
(25,28,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #85886E

#85886E
(133,136,110)
#90927B
(144,146,123)
#9B9C88
(155,156,136)
#A6A695
(166,166,149)
#B1B0A2
(177,176,162)
#BCBAAF
(188,186,175)
#C7C4BC
(199,196,188)
#D2CEC9
(210,206,201)
#DDD8D6
(221,216,214)
#E8E2E3
(232,226,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85886E; }

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

This text font color is #85886E.


Background Color

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

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

This div background color is #85886E.


Border color

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

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

This div border color is #85886E.


Opacity

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

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

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

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

This text has shadow with #85886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85886E on black background.


Color preview on white background

This text has color #85886E on white background.



Black color preview on #85886E background

This text has black color on #85886E background.


White color preview on #85886E background

This text has white color on #85886E background.