COLOR #85627F

HEX: #85627F RGB: (133,98,127)

Color info

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

RGB color model

#85627F color RGB value is (133,98,127).

RGB: (133,98,127) (52%, 38%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 127 of 255 = 50%

133
98
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 98 + 127 = 358 (100%)
R 133 of 358 ~ 37.15%
G 98 of 358 ~ 27.37%
B 127 of 358 ~ 35.47'%

%37.15
%27.37
%35.47

CMYK color model

#85627F color CMYK value is (0,26,5,48).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 4.51%
  • key color value is 47.84%

CMYK: (0,26,5,48)
C0M26Y5K48 (0%, 26%, 5%, 48%)
(0.00 / 0.26 / 0.05 / 0.48)

CMYK percentages

%0
%26.32
%4.51
%47.84

Codes

Color #85627F in popluar color models

85 62 7F
RGB 133 98 127
HSL 310° 15.15% 45.29%
HSB/HSV 310° 26.32% 52.16%
CMYK 0.00% 26.32% 4.51%
47.84%

Color #85627F in popluar number systems.

HEX 85 62 7F
Decimal 133 98 127
Binary 10000101 1100010 1111111
Octal 205 142 177

Shades and tints

Shades of #85627F

#85627F
(133,98,127)
#795A74
(121,90,116)
#6D5269
(109,82,105)
#614A5E
(97,74,94)
#554253
(85,66,83)
#493A48
(73,58,72)
#3D323D
(61,50,61)
#312A32
(49,42,50)
#252227
(37,34,39)
#191A1C
(25,26,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #85627F

#85627F
(133,98,127)
#90708A
(144,112,138)
#9B7E95
(155,126,149)
#A68CA0
(166,140,160)
#B19AAB
(177,154,171)
#BCA8B6
(188,168,182)
#C7B6C1
(199,182,193)
#D2C4CC
(210,196,204)
#DDD2D7
(221,210,215)
#E8E0E2
(232,224,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85627F color. Also use rgb(133,98,127) instead hex code.

Text Font Color

.myTextColor { color: #85627F; }

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

This text font color is #85627F.

Background Color

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

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

This div background color is #85627F.

Border color

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

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

This div border color is #85627F.

Opacity

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

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

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

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

This text has shadow with #85627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85627F.

Preview

Color preview on black background

This text has color #85627F on black background.


Color preview on white background

This text has color #85627F on white background.


Black color preview on #85627F background

This text has black color on #85627F background.


White color preview on #85627F background

This text has white color on #85627F background.


Related colors

Complementary color

Complementary color for #hex is #7A9D80.


I love getcolorcode.com

Triadic colors

1 #7F8562 and #627F85 with #85627F are triadic colors.

2 #7F6285 and #62857F with #85627F are triadic colors.