COLOR #85707D

HEX: #85707D
RGB: (133,112,125)

Color info

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

RGB color model

#85707D color RGB value is (133,112,125).

  • red value is 133;
  • green value is 112;
  • blue value is 125.
RGB:
(133,112,125)
(52%,44%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 125 of 255 = 49%

133
112
125

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 125 = 370 (100%)
R 133 of 370 ~ 35.95%
G 112 of 370 ~ 30.27%
B 125 of 370 ~ 33.78%

%35.95
%30.27
%33.78

CMYK color model

#85707D color CMYK value is (0,16,6,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,16,6,48)
C0M16Y6K48 
(0%,16%,6%,48%)
(0.00/0.16/0.06/0.48)	

CMYK percentages

%0
%15.79
%6.02
%47.84

Codes

Color #85707D in popluar color models

85707D
RGB133112125
HSL323°8.57%48.04%
HSB/HSV323°15.79%52.16%
CMYK0.00%15.79%6.02%
47.84%

Color #85707D in popluar number systems.

HEX85707D
Decimal133112125
Binary1000010111100001111101
Octal205160175

Shades and tints

Shades of #85707D

#85707D
(133,112,125)
#796672
(121,102,114)
#6D5C67
(109,92,103)
#61525C
(97,82,92)
#554851
(85,72,81)
#493E46
(73,62,70)
#3D343B
(61,52,59)
#312A30
(49,42,48)
#252025
(37,32,37)
#19161A
(25,22,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #85707D

#85707D
(133,112,125)
#907D88
(144,125,136)
#9B8A93
(155,138,147)
#A6979E
(166,151,158)
#B1A4A9
(177,164,169)
#BCB1B4
(188,177,180)
#C7BEBF
(199,190,191)
#D2CBCA
(210,203,202)
#DDD8D5
(221,216,213)
#E8E5E0
(232,229,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85707D; }

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

This text font color is #85707D.


Background Color

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

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

This div background color is #85707D.


Border color

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

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

This div border color is #85707D.


Opacity

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

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

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

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

This text has shadow with #85707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85707D on black background.


Color preview on white background

This text has color #85707D on white background.



Black color preview on #85707D background

This text has black color on #85707D background.


White color preview on #85707D background

This text has white color on #85707D background.