COLOR #85707B

HEX: #85707B RGB: (133,112,123)

Color info

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

RGB color model

#85707B color RGB value is (133,112,123).

RGB: (133,112,123) (52%, 44%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 123 of 255 = 48%

133
112
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 112 + 123 = 368 (100%)
R 133 of 368 ~ 36.14%
G 112 of 368 ~ 30.43%
B 123 of 368 ~ 33.42'%

%36.14
%30.43
%33.42

CMYK color model

#85707B color CMYK value is (0,16,8,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK: (0,16,8,48) C0M16Y8K48 (0%,16%,8%,48%) (0.00/0.16/0.08/0.48) 

CMYK percentages

%0
%15.79
%7.52
%47.84

Codes

Color #85707B in popluar color models

85 70 7B
RGB 133 112 123
HSL 329° 8.57% 48.04%
HSB/HSV 329° 15.79% 52.16%
CMYK 0.00% 15.79% 7.52%
47.84%

Color #85707B in popluar number systems.

HEX 85 70 7B
Decimal 133 112 123
Binary 10000101 1110000 1111011
Octal 205 160 173

Shades and tints

Shades of #85707B

#85707B
(133,112,123)
#796670
(121,102,112)
#6D5C65
(109,92,101)
#61525A
(97,82,90)
#55484F
(85,72,79)
#493E44
(73,62,68)
#3D3439
(61,52,57)
#312A2E
(49,42,46)
#252023
(37,32,35)
#191618
(25,22,24)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #85707B

#85707B
(133,112,123)
#907D87
(144,125,135)
#9B8A93
(155,138,147)
#A6979F
(166,151,159)
#B1A4AB
(177,164,171)
#BCB1B7
(188,177,183)
#C7BEC3
(199,190,195)
#D2CBCF
(210,203,207)
#DDD8DB
(221,216,219)
#E8E5E7
(232,229,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85707B; }

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

This text font color is #85707B.

Background Color

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

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

This div background color is #85707B.

Border color

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

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

This div border color is #85707B.

Opacity

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

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

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

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

This text has shadow with #85707B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85707B.

Preview

Color preview on black background

This text has color #85707B on black background.


Color preview on white background

This text has color #85707B on white background.


Black color preview on #85707B background

This text has black color on #85707B background.


White color preview on #85707B background

This text has white color on #85707B background.


Related colors

Complementary color

Complementary color for #hex is #7A8F84.


I love getcolorcode.com

Triadic colors

1 #7B8570 and #707B85 with #85707B are triadic colors.

2 #7B7085 and #70857B with #85707B are triadic colors.