COLOR #85566F

HEX: #85566F
RGB: (133,86,111)

Color info

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

RGB color model

#85566F color RGB value is (133,86,111).

  • red value is 133;
  • green value is 86;
  • blue value is 111.
RGB:
(133,86,111)
(52%,34%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 111 of 255 = 44%

133
86
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 111 = 330 (100%)
R 133 of 330 ~ 40.3%
G 86 of 330 ~ 26.06%
B 111 of 330 ~ 33.64%

%40.3
%26.06
%33.64

CMYK color model

#85566F color CMYK value is (0,35,17,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,35,17,48)
C0M35Y17K48 
(0%,35%,17%,48%)
(0.00/0.35/0.17/0.48)	

CMYK percentages

%0
%35.34
%16.54
%47.84

Codes

Color #85566F in popluar color models

85566F
RGB13386111
HSL328°21.46%42.94%
HSB/HSV328°35.34%52.16%
CMYK0.00%35.34%16.54%
47.84%

Color #85566F in popluar number systems.

HEX85566F
Decimal13386111
Binary1000010110101101101111
Octal205126157

Shades and tints

Shades of #85566F

#85566F
(133,86,111)
#794F65
(121,79,101)
#6D485B
(109,72,91)
#614151
(97,65,81)
#553A47
(85,58,71)
#49333D
(73,51,61)
#3D2C33
(61,44,51)
#312529
(49,37,41)
#251E1F
(37,30,31)
#191715
(25,23,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #85566F

#85566F
(133,86,111)
#90657C
(144,101,124)
#9B7489
(155,116,137)
#A68396
(166,131,150)
#B192A3
(177,146,163)
#BCA1B0
(188,161,176)
#C7B0BD
(199,176,189)
#D2BFCA
(210,191,202)
#DDCED7
(221,206,215)
#E8DDE4
(232,221,228)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85566F; }

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

This text font color is #85566F.


Background Color

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

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

This div background color is #85566F.


Border color

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

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

This div border color is #85566F.


Opacity

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

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

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

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

This text has shadow with #85566F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85566F on black background.


Color preview on white background

This text has color #85566F on white background.



Black color preview on #85566F background

This text has black color on #85566F background.


White color preview on #85566F background

This text has white color on #85566F background.