COLOR #85947B

HEX: #85947B
RGB: (133,148,123)

Color info

#85947B contains red, green and blue colors in about the same proportion. Web safe color of #85947B is #999966 (or #996).

RGB color model

#85947B color RGB value is (133,148,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 123 of 255 = 48%

133
148
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 123 = 404 (100%)
R 133 of 404 ~ 32.92%
G 148 of 404 ~ 36.63%
B 123 of 404 ~ 30.45%

%32.92
%36.63
%30.45

CMYK color model

#85947B color CMYK value is (10,0,17,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(10,0,17,42)
C10M0Y17K42 
(10%,0%,17%,42%)
(0.10/0.00/0.17/0.42)	

CMYK percentages

%10.14
%0
%16.89
%41.96

Codes

Color #85947B in popluar color models

85947B
RGB133148123
HSL96°10.46%53.14%
HSB/HSV96°16.89%58.04%
CMYK10.14%0.00%16.89%
41.96%

Color #85947B in popluar number systems.

HEX85947B
Decimal133148123
Binary10000101100101001111011
Octal205224173

Shades and tints

Shades of #85947B

#85947B
(133,148,123)
#798770
(121,135,112)
#6D7A65
(109,122,101)
#616D5A
(97,109,90)
#55604F
(85,96,79)
#495344
(73,83,68)
#3D4639
(61,70,57)
#31392E
(49,57,46)
#252C23
(37,44,35)
#191F18
(25,31,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #85947B

#85947B
(133,148,123)
#909D87
(144,157,135)
#9BA693
(155,166,147)
#A6AF9F
(166,175,159)
#B1B8AB
(177,184,171)
#BCC1B7
(188,193,183)
#C7CAC3
(199,202,195)
#D2D3CF
(210,211,207)
#DDDCDB
(221,220,219)
#E8E5E7
(232,229,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85947B; }

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

This text font color is #85947B.


Background Color

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

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

This div background color is #85947B.


Border color

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

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

This div border color is #85947B.


Opacity

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

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

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

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

This text has shadow with #85947B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85947B on black background.


Color preview on white background

This text has color #85947B on white background.



Black color preview on #85947B background

This text has black color on #85947B background.


White color preview on #85947B background

This text has white color on #85947B background.