COLOR #85747B

HEX: #85747B
RGB: (133,116,123)

Color info

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

RGB color model

#85747B color RGB value is (133,116,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 123 of 255 = 48%

133
116
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 123 = 372 (100%)
R 133 of 372 ~ 35.75%
G 116 of 372 ~ 31.18%
B 123 of 372 ~ 33.06%

%35.75
%31.18
%33.06

CMYK color model

#85747B color CMYK value is (0,13,8,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(0,13,8,48)
C0M13Y8K48 
(0%,13%,8%,48%)
(0.00/0.13/0.08/0.48)	

CMYK percentages

%0
%12.78
%7.52
%47.84

Codes

Color #85747B in popluar color models

85747B
RGB133116123
HSL335°6.83%48.82%
HSB/HSV335°12.78%52.16%
CMYK0.00%12.78%7.52%
47.84%

Color #85747B in popluar number systems.

HEX85747B
Decimal133116123
Binary1000010111101001111011
Octal205164173

Shades and tints

Shades of #85747B

#85747B
(133,116,123)
#796A70
(121,106,112)
#6D6065
(109,96,101)
#61565A
(97,86,90)
#554C4F
(85,76,79)
#494244
(73,66,68)
#3D3839
(61,56,57)
#312E2E
(49,46,46)
#252423
(37,36,35)
#191A18
(25,26,24)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #85747B

#85747B
(133,116,123)
#908087
(144,128,135)
#9B8C93
(155,140,147)
#A6989F
(166,152,159)
#B1A4AB
(177,164,171)
#BCB0B7
(188,176,183)
#C7BCC3
(199,188,195)
#D2C8CF
(210,200,207)
#DDD4DB
(221,212,219)
#E8E0E7
(232,224,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85747B; }

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

This text font color is #85747B.


Background Color

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

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

This div background color is #85747B.


Border color

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

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

This div border color is #85747B.


Opacity

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

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

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

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

This text has shadow with #85747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85747B on black background.


Color preview on white background

This text has color #85747B on white background.



Black color preview on #85747B background

This text has black color on #85747B background.


White color preview on #85747B background

This text has white color on #85747B background.