COLOR #85758B

HEX: #85758B
RGB: (133,117,139)

Color info

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

RGB color model

#85758B color RGB value is (133,117,139).

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

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 139 of 255 = 55%

133
117
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 139 = 389 (100%)
R 133 of 389 ~ 34.19%
G 117 of 389 ~ 30.08%
B 139 of 389 ~ 35.73%

%34.19
%30.08
%35.73

CMYK color model

#85758B color CMYK value is (4,16,0,45).

  • cyan value is 4.32%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (4,16,0,45) C4M16Y0K45 (4%,16%,0%,45%) (0.04/0.16/0.00/0.45)

CMYK percentages

%4.32
%15.83
%0
%45.49

Codes

Color #85758B in popluar color models

85758B
RGB133117139
HSL284°8.66%50.20%
HSB/HSV284°15.83%54.51%
CMYK4.32%15.83%0.00%
45.49%

Color #85758B in popluar number systems.

HEX85758B
Decimal133117139
Binary10000101111010110001011
Octal205165213

Shades and tints

Shades of #85758B

#85758B
(133,117,139)
#796B7F
(121,107,127)
#6D6173
(109,97,115)
#615767
(97,87,103)
#554D5B
(85,77,91)
#49434F
(73,67,79)
#3D3943
(61,57,67)
#312F37
(49,47,55)
#25252B
(37,37,43)
#191B1F
(25,27,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #85758B

#85758B
(133,117,139)
#908195
(144,129,149)
#9B8D9F
(155,141,159)
#A699A9
(166,153,169)
#B1A5B3
(177,165,179)
#BCB1BD
(188,177,189)
#C7BDC7
(199,189,199)
#D2C9D1
(210,201,209)
#DDD5DB
(221,213,219)
#E8E1E5
(232,225,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85758B; }

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

This text font color is #85758B.


Background Color

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

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

This div background color is #85758B.


Border color

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

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

This div border color is #85758B.


Opacity

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

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

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

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

This text has shadow with #85758B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85758B on black background.


Color preview on white background

This text has color #85758B on white background.



Black color preview on #85758B background

This text has black color on #85758B background.


White color preview on #85758B background

This text has white color on #85758B background.