COLOR #85607E

HEX: #85607E RGB: (133,96,126)

Color info

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

RGB color model

#85607E color RGB value is (133,96,126).

RGB: (133,96,126) (52%, 38%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 96 of 255 = 38%
B 126 of 255 = 49%

133
96
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 96 + 126 = 355 (100%)
R 133 of 355 ~ 37.46%
G 96 of 355 ~ 27.04%
B 126 of 355 ~ 35.49'%

%37.46
%27.04
%35.49

CMYK color model

#85607E color CMYK value is (0,28,5,48).

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK: (0,28,5,48) C0M28Y5K48 (0%,28%,5%,48%) (0.00/0.28/0.05/0.48) 

CMYK percentages

%0
%27.82
%5.26
%47.84

Codes

Color #85607E in popluar color models

85 60 7E
RGB 133 96 126
HSL 311° 16.16% 44.90%
HSB/HSV 311° 27.82% 52.16%
CMYK 0.00% 27.82% 5.26%
47.84%

Color #85607E in popluar number systems.

HEX 85 60 7E
Decimal 133 96 126
Binary 10000101 1100000 1111110
Octal 205 140 176

Shades and tints

Shades of #85607E

#85607E
(133,96,126)
#795873
(121,88,115)
#6D5068
(109,80,104)
#61485D
(97,72,93)
#554052
(85,64,82)
#493847
(73,56,71)
#3D303C
(61,48,60)
#312831
(49,40,49)
#252026
(37,32,38)
#19181B
(25,24,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #85607E

#85607E
(133,96,126)
#906E89
(144,110,137)
#9B7C94
(155,124,148)
#A68A9F
(166,138,159)
#B198AA
(177,152,170)
#BCA6B5
(188,166,181)
#C7B4C0
(199,180,192)
#D2C2CB
(210,194,203)
#DDD0D6
(221,208,214)
#E8DEE1
(232,222,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85607E color. Also use rgb(133,96,126) instead hex code.

Text Font Color

.myTextColor { color: #85607E; }

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

This text font color is #85607E.

Background Color

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

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

This div background color is #85607E.

Border color

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

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

This div border color is #85607E.

Opacity

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

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

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

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

This text has shadow with #85607E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85607E.

Preview

Color preview on black background

This text has color #85607E on black background.


Color preview on white background

This text has color #85607E on white background.


Black color preview on #85607E background

This text has black color on #85607E background.


White color preview on #85607E background

This text has white color on #85607E background.


Related colors

Complementary color

Complementary color for #hex is #7A9F81.


I love getcolorcode.com

Triadic colors

1 #7E8560 and #607E85 with #85607E are triadic colors.

2 #7E6085 and #60857E with #85607E are triadic colors.