COLOR #85707A

HEX: #85707A RGB: (133,112,122)

Color info

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

RGB color model

#85707A color RGB value is (133,112,122).

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

RGB channels and saturation

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

133
112
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 112 + 122 = 367 (100%)
R 133 of 367 ~ 36.24%
G 112 of 367 ~ 30.52%
B 122 of 367 ~ 33.24'%

%36.24
%30.52
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 8.27%
  • 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
%8.27
%47.84

Codes

Color #85707A in popluar color models

85 70 7A
RGB 133 112 122
HSL 331° 8.57% 48.04%
HSB/HSV 331° 15.79% 52.16%
CMYK 0.00% 15.79% 8.27%
47.84%

Color #85707A in popluar number systems.

HEX 85 70 7A
Decimal 133 112 122
Binary 10000101 1110000 1111010
Octal 205 160 172

Shades and tints

Shades of #85707A

#85707A
(133,112,122)
#79666F
(121,102,111)
#6D5C64
(109,92,100)
#615259
(97,82,89)
#55484E
(85,72,78)
#493E43
(73,62,67)
#3D3438
(61,52,56)
#312A2D
(49,42,45)
#252022
(37,32,34)
#191617
(25,22,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #85707A

#85707A
(133,112,122)
#907D86
(144,125,134)
#9B8A92
(155,138,146)
#A6979E
(166,151,158)
#B1A4AA
(177,164,170)
#BCB1B6
(188,177,182)
#C7BEC2
(199,190,194)
#D2CBCE
(210,203,206)
#DDD8DA
(221,216,218)
#E8E5E6
(232,229,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85707A; }

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

This text font color is #85707A.

Background Color

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

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

This div background color is #85707A.

Border color

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

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

This div border color is #85707A.

Opacity

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

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

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

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

This text has shadow with #85707A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85707A.

Preview

Color preview on black background

This text has color #85707A on black background.


Color preview on white background

This text has color #85707A on white background.


Black color preview on #85707A background

This text has black color on #85707A background.


White color preview on #85707A background

This text has white color on #85707A background.


Related colors

Complementary color

Complementary color for #hex is #7A8F85.


I love getcolorcode.com

Triadic colors

1 #7A8570 and #707A85 with #85707A are triadic colors.

2 #7A7085 and #70857A with #85707A are triadic colors.