COLOR #85997D

HEX: #85997D
RGB: (133,153,125)

Color info

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

RGB color model

#85997D color RGB value is (133,153,125).

  • red value is 133;
  • green value is 153;
  • blue value is 125.
RGB:
(133,153,125)
(52%,60%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 125 of 255 = 49%

133
153
125

R + G + B ~ 54%. #85997D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 125 = 411 (100%)
R 133 of 411 ~ 32.36%
G 153 of 411 ~ 37.23%
B 125 of 411 ~ 30.41%

%32.36
%37.23
%30.41

CMYK color model

#85997D color CMYK value is (13,0,18,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(13,0,18,40)
C13M0Y18K40 
(13%,0%,18%,40%)
(0.13/0.00/0.18/0.40)	

CMYK percentages

%13.07
%0
%18.3
%40

Codes

Color #85997D in popluar color models

85997D
RGB133153125
HSL103°12.07%54.51%
HSB/HSV103°18.30%60.00%
CMYK13.07%0.00%18.30%
40.00%

Color #85997D in popluar number systems.

HEX85997D
Decimal133153125
Binary10000101100110011111101
Octal205231175

Shades and tints

Shades of #85997D

#85997D
(133,153,125)
#798C72
(121,140,114)
#6D7F67
(109,127,103)
#61725C
(97,114,92)
#556551
(85,101,81)
#495846
(73,88,70)
#3D4B3B
(61,75,59)
#313E30
(49,62,48)
#253125
(37,49,37)
#19241A
(25,36,26)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #85997D

#85997D
(133,153,125)
#90A288
(144,162,136)
#9BAB93
(155,171,147)
#A6B49E
(166,180,158)
#B1BDA9
(177,189,169)
#BCC6B4
(188,198,180)
#C7CFBF
(199,207,191)
#D2D8CA
(210,216,202)
#DDE1D5
(221,225,213)
#E8EAE0
(232,234,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85997D color. Also use rgb(133,153,125) instead hex code.

Text Font Color

.myTextColor { color: #85997D; }

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

This text font color is #85997D.


Background Color

.myBgColor { background-color: #85997D; }

<div style="background-color:#85997D">Inner text</div>

This div background color is #85997D.


Border color

.myBorderColor { border: 1px solid #85997D; }

<div style="border:3px solid #85997D">Div</div>

This div border color is #85997D.


Opacity

.myOpacity80 { color: #85997D; opacity: 0.8; }

<p style="color:#85997D;opacity:0.8;">80%</p>

Text with #85997D 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 #85997D;}

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

This text has shadow with #85997D color.

.textShadow {text-shadow: 3px 3px 1px #85997D, 3px 3px 1px red;}

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

This text has shadow with #85997D primary color and red secondary color.


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

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

This text has shadow with #85997D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85997D on black background.


Color preview on white background

This text has color #85997D on white background.



Black color preview on #85997D background

This text has black color on #85997D background.


White color preview on #85997D background

This text has white color on #85997D background.