COLOR #85667D

HEX: #85667D RGB: (133,102,125)

Color info

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

RGB color model

#85667D color RGB value is (133,102,125).

RGB: (133,102,125) (52%, 40%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 125 of 255 = 49%

133
102
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 102 + 125 = 360 (100%)
R 133 of 360 ~ 36.94%
G 102 of 360 ~ 28.33%
B 125 of 360 ~ 34.72'%

%36.94
%28.33
%34.72

CMYK color model

#85667D color CMYK value is (0,23,6,48).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (0,23,6,48)
C0M23Y6K48 (0%, 23%, 6%, 48%)
(0.00 / 0.23 / 0.06 / 0.48)

CMYK percentages

%0
%23.31
%6.02
%47.84

Codes

Color #85667D in popluar color models

85 66 7D
RGB 133 102 125
HSL 315° 13.19% 46.08%
HSB/HSV 315° 23.31% 52.16%
CMYK 0.00% 23.31% 6.02%
47.84%

Color #85667D in popluar number systems.

HEX 85 66 7D
Decimal 133 102 125
Binary 10000101 1100110 1111101
Octal 205 146 175

Shades and tints

Shades of #85667D

#85667D
(133,102,125)
#795D72
(121,93,114)
#6D5467
(109,84,103)
#614B5C
(97,75,92)
#554251
(85,66,81)
#493946
(73,57,70)
#3D303B
(61,48,59)
#312730
(49,39,48)
#251E25
(37,30,37)
#19151A
(25,21,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #85667D

#85667D
(133,102,125)
#907388
(144,115,136)
#9B8093
(155,128,147)
#A68D9E
(166,141,158)
#B19AA9
(177,154,169)
#BCA7B4
(188,167,180)
#C7B4BF
(199,180,191)
#D2C1CA
(210,193,202)
#DDCED5
(221,206,213)
#E8DBE0
(232,219,224)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85667D color. Also use rgb(133,102,125) instead hex code.

Text Font Color

.myTextColor { color: #85667D; }

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

This text font color is #85667D.

Background Color

.myBgColor { background-color: #85667D; }

<div style="background-color:#85667D">Inner text</div>

This div background color is #85667D.

Border color

.myBorderColor { border: 1px solid #85667D; }

<div style="border:3px solid #85667D">Div</div>

This div border color is #85667D.

Opacity

.myOpacity80 { color: #85667D; opacity: 0.8; }

<p style="color:#85667D;opacity:0.8;">80%</p>

Text with #85667D 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 #85667D;}

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

This text has shadow with #85667D color.


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

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

This text has shadow with #85667D primary color and red secondary color.


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

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

This text has shadow with #85667D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85667D.

Preview

Color preview on black background

This text has color #85667D on black background.


Color preview on white background

This text has color #85667D on white background.


Black color preview on #85667D background

This text has black color on #85667D background.


White color preview on #85667D background

This text has white color on #85667D background.


Related colors

Complementary color

Complementary color for #hex is #7A9982.


I love getcolorcode.com

Triadic colors

1 #7D8566 and #667D85 with #85667D are triadic colors.

2 #7D6685 and #66857D with #85667D are triadic colors.