COLOR #85506A

HEX: #85506A
RGB: (133,80,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
80
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 106 = 319 (100%)
R 133 of 319 ~ 41.69%
G 80 of 319 ~ 25.08%
B 106 of 319 ~ 33.23%

%41.69
%25.08
%33.23

CMYK color model

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

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

CMYK percentages

%0
%39.85
%20.3
%47.84

Codes

Color #85506A in popluar color models

85506A
RGB13380106
HSL331°24.88%41.76%
HSB/HSV331°39.85%52.16%
CMYK0.00%39.85%20.30%
47.84%

Color #85506A in popluar number systems.

HEX85506A
Decimal13380106
Binary1000010110100001101010
Octal205120152

Shades and tints

Shades of #85506A

#85506A
(133,80,106)
#794961
(121,73,97)
#6D4258
(109,66,88)
#613B4F
(97,59,79)
#553446
(85,52,70)
#492D3D
(73,45,61)
#3D2634
(61,38,52)
#311F2B
(49,31,43)
#251822
(37,24,34)
#191119
(25,17,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #85506A

#85506A
(133,80,106)
#905F77
(144,95,119)
#9B6E84
(155,110,132)
#A67D91
(166,125,145)
#B18C9E
(177,140,158)
#BC9BAB
(188,155,171)
#C7AAB8
(199,170,184)
#D2B9C5
(210,185,197)
#DDC8D2
(221,200,210)
#E8D7DF
(232,215,223)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85506A; }

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

This text font color is #85506A.


Background Color

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

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

This div background color is #85506A.


Border color

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

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

This div border color is #85506A.


Opacity

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

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

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

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

This text has shadow with #85506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85506A on black background.


Color preview on white background

This text has color #85506A on white background.



Black color preview on #85506A background

This text has black color on #85506A background.


White color preview on #85506A background

This text has white color on #85506A background.