COLOR #85737A

HEX: #85737A
RGB: (133,115,122)

Color info

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

RGB color model

#85737A color RGB value is (133,115,122).

  • red value is 133;
  • green value is 115;
  • blue value is 122.
RGB:
(133,115,122)
(52%,45%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 122 of 255 = 48%

133
115
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 122 = 370 (100%)
R 133 of 370 ~ 35.95%
G 115 of 370 ~ 31.08%
B 122 of 370 ~ 32.97%

%35.95
%31.08
%32.97

CMYK color model

#85737A color CMYK value is (0,14,8,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(0,14,8,48)
C0M14Y8K48 
(0%,14%,8%,48%)
(0.00/0.14/0.08/0.48)	

CMYK percentages

%0
%13.53
%8.27
%47.84

Codes

Color #85737A in popluar color models

85737A
RGB133115122
HSL337°7.26%48.63%
HSB/HSV337°13.53%52.16%
CMYK0.00%13.53%8.27%
47.84%

Color #85737A in popluar number systems.

HEX85737A
Decimal133115122
Binary1000010111100111111010
Octal205163172

Shades and tints

Shades of #85737A

#85737A
(133,115,122)
#79696F
(121,105,111)
#6D5F64
(109,95,100)
#615559
(97,85,89)
#554B4E
(85,75,78)
#494143
(73,65,67)
#3D3738
(61,55,56)
#312D2D
(49,45,45)
#252322
(37,35,34)
#191917
(25,25,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #85737A

#85737A
(133,115,122)
#907F86
(144,127,134)
#9B8B92
(155,139,146)
#A6979E
(166,151,158)
#B1A3AA
(177,163,170)
#BCAFB6
(188,175,182)
#C7BBC2
(199,187,194)
#D2C7CE
(210,199,206)
#DDD3DA
(221,211,218)
#E8DFE6
(232,223,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85737A; }

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

This text font color is #85737A.


Background Color

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

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

This div background color is #85737A.


Border color

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

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

This div border color is #85737A.


Opacity

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

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

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

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

This text has shadow with #85737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85737A on black background.


Color preview on white background

This text has color #85737A on white background.



Black color preview on #85737A background

This text has black color on #85737A background.


White color preview on #85737A background

This text has white color on #85737A background.