COLOR #85657B

HEX: #85657B RGB: (133,101,123)

Color info

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

RGB color model

#85657B color RGB value is (133,101,123).

RGB: (133,101,123) (52%, 40%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 123 of 255 = 48%

133
101
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 101 + 123 = 357 (100%)
R 133 of 357 ~ 37.25%
G 101 of 357 ~ 28.29%
B 123 of 357 ~ 34.45'%

%37.25
%28.29
%34.45

CMYK color model

#85657B color CMYK value is (0,24,8,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 7.52%
  • key color value is 47.84%

CMYK: (0,24,8,48)
C0M24Y8K48 (0%, 24%, 8%, 48%)
(0.00 / 0.24 / 0.08 / 0.48)

CMYK percentages

%0
%24.06
%7.52
%47.84

Codes

Color #85657B in popluar color models

85 65 7B
RGB 133 101 123
HSL 319° 13.68% 45.88%
HSB/HSV 319° 24.06% 52.16%
CMYK 0.00% 24.06% 7.52%
47.84%

Color #85657B in popluar number systems.

HEX 85 65 7B
Decimal 133 101 123
Binary 10000101 1100101 1111011
Octal 205 145 173

Shades and tints

Shades of #85657B

#85657B
(133,101,123)
#795C70
(121,92,112)
#6D5365
(109,83,101)
#614A5A
(97,74,90)
#55414F
(85,65,79)
#493844
(73,56,68)
#3D2F39
(61,47,57)
#31262E
(49,38,46)
#251D23
(37,29,35)
#191418
(25,20,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #85657B

#85657B
(133,101,123)
#907387
(144,115,135)
#9B8193
(155,129,147)
#A68F9F
(166,143,159)
#B19DAB
(177,157,171)
#BCABB7
(188,171,183)
#C7B9C3
(199,185,195)
#D2C7CF
(210,199,207)
#DDD5DB
(221,213,219)
#E8E3E7
(232,227,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85657B color. Also use rgb(133,101,123) instead hex code.

Text Font Color

.myTextColor { color: #85657B; }

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

This text font color is #85657B.

Background Color

.myBgColor { background-color: #85657B; }

<div style="background-color:#85657B">Inner text</div>

This div background color is #85657B.

Border color

.myBorderColor { border: 1px solid #85657B; }

<div style="border:3px solid #85657B">Div</div>

This div border color is #85657B.

Opacity

.myOpacity80 { color: #85657B; opacity: 0.8; }

<p style="color:#85657B;opacity:0.8;">80%</p>

Text with #85657B 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 #85657B;}

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

This text has shadow with #85657B color.


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

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

This text has shadow with #85657B primary color and red secondary color.


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

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

This text has shadow with #85657B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85657B.

Preview

Color preview on black background

This text has color #85657B on black background.


Color preview on white background

This text has color #85657B on white background.


Black color preview on #85657B background

This text has black color on #85657B background.


White color preview on #85657B background

This text has white color on #85657B background.


Related colors

Complementary color

Complementary color for #hex is #7A9A84.


I love getcolorcode.com

Triadic colors

1 #7B8565 and #657B85 with #85657B are triadic colors.

2 #7B6585 and #65857B with #85657B are triadic colors.