COLOR #85718B

HEX: #85718B
RGB: (133,113,139)

Color info

#85718B contains red, green and blue colors in about the same proportion. Web safe color of #85718B is #996699 (or #969).

RGB color model

#85718B color RGB value is (133,113,139).

  • red value is 133;
  • green value is 113;
  • blue value is 139.
RGB:
(133,113,139)
(52%,44%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 139 of 255 = 55%

133
113
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 139 = 385 (100%)
R 133 of 385 ~ 34.55%
G 113 of 385 ~ 29.35%
B 139 of 385 ~ 36.1%

%34.55
%29.35
%36.1

CMYK color model

#85718B color CMYK value is (4,19,0,45).

  • cyan value is 4.32%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,19,0,45)
C4M19Y0K45 
(4%,19%,0%,45%)
(0.04/0.19/0.00/0.45)	

CMYK percentages

%4.32
%18.71
%0
%45.49

Codes

Color #85718B in popluar color models

85718B
RGB133113139
HSL286°10.32%49.41%
HSB/HSV286°18.71%54.51%
CMYK4.32%18.71%0.00%
45.49%

Color #85718B in popluar number systems.

HEX85718B
Decimal133113139
Binary10000101111000110001011
Octal205161213

Shades and tints

Shades of #85718B

#85718B
(133,113,139)
#79677F
(121,103,127)
#6D5D73
(109,93,115)
#615367
(97,83,103)
#55495B
(85,73,91)
#493F4F
(73,63,79)
#3D3543
(61,53,67)
#312B37
(49,43,55)
#25212B
(37,33,43)
#19171F
(25,23,31)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #85718B

#85718B
(133,113,139)
#907D95
(144,125,149)
#9B899F
(155,137,159)
#A695A9
(166,149,169)
#B1A1B3
(177,161,179)
#BCADBD
(188,173,189)
#C7B9C7
(199,185,199)
#D2C5D1
(210,197,209)
#DDD1DB
(221,209,219)
#E8DDE5
(232,221,229)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85718B color. Also use rgb(133,113,139) instead hex code.

Text Font Color

.myTextColor { color: #85718B; }

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

This text font color is #85718B.


Background Color

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

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

This div background color is #85718B.


Border color

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

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

This div border color is #85718B.


Opacity

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

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

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

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

This text has shadow with #85718B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85718B on black background.


Color preview on white background

This text has color #85718B on white background.



Black color preview on #85718B background

This text has black color on #85718B background.


White color preview on #85718B background

This text has white color on #85718B background.