COLOR #85747F

HEX: #85747F
RGB: (133,116,127)

Color info

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

RGB color model

#85747F color RGB value is (133,116,127).

  • red value is 133;
  • green value is 116;
  • blue value is 127.
RGB:
(133,116,127)
(52%,45%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 127 of 255 = 50%

133
116
127

R + G + B ~ 49%. #85747F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 127 = 376 (100%)
R 133 of 376 ~ 35.37%
G 116 of 376 ~ 30.85%
B 127 of 376 ~ 33.78%

%35.37
%30.85
%33.78

CMYK color model

#85747F color CMYK value is (0,13,5,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,13,5,48)
C0M13Y5K48 
(0%,13%,5%,48%)
(0.00/0.13/0.05/0.48)	

CMYK percentages

%0
%12.78
%4.51
%47.84

Codes

Color #85747F in popluar color models

85747F
RGB133116127
HSL321°6.83%48.82%
HSB/HSV321°12.78%52.16%
CMYK0.00%12.78%4.51%
47.84%

Color #85747F in popluar number systems.

HEX85747F
Decimal133116127
Binary1000010111101001111111
Octal205164177

Shades and tints

Shades of #85747F

#85747F
(133,116,127)
#796A74
(121,106,116)
#6D6069
(109,96,105)
#61565E
(97,86,94)
#554C53
(85,76,83)
#494248
(73,66,72)
#3D383D
(61,56,61)
#312E32
(49,46,50)
#252427
(37,36,39)
#191A1C
(25,26,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #85747F

#85747F
(133,116,127)
#90808A
(144,128,138)
#9B8C95
(155,140,149)
#A698A0
(166,152,160)
#B1A4AB
(177,164,171)
#BCB0B6
(188,176,182)
#C7BCC1
(199,188,193)
#D2C8CC
(210,200,204)
#DDD4D7
(221,212,215)
#E8E0E2
(232,224,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85747F color. Also use rgb(133,116,127) instead hex code.

Text Font Color

.myTextColor { color: #85747F; }

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

This text font color is #85747F.


Background Color

.myBgColor { background-color: #85747F; }

<div style="background-color:#85747F">Inner text</div>

This div background color is #85747F.


Border color

.myBorderColor { border: 1px solid #85747F; }

<div style="border:3px solid #85747F">Div</div>

This div border color is #85747F.


Opacity

.myOpacity80 { color: #85747F; opacity: 0.8; }

<p style="color:#85747F;opacity:0.8;">80%</p>

Text with #85747F 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 #85747F;}

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

This text has shadow with #85747F color.

.textShadow {text-shadow: 3px 3px 1px #85747F, 3px 3px 1px red;}

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

This text has shadow with #85747F primary color and red secondary color.


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

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

This text has shadow with #85747F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85747F on black background.


Color preview on white background

This text has color #85747F on white background.



Black color preview on #85747F background

This text has black color on #85747F background.


White color preview on #85747F background

This text has white color on #85747F background.