COLOR #85998C

HEX: #85998C
RGB: (133,153,140)

Color info

#85998C contains red, green and blue colors in about the same proportion. Web safe color of #85998C is #999999 (or #999).

RGB color model

#85998C color RGB value is (133,153,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 140 of 255 = 55%

133
153
140

R + G + B ~ 56%. #85998C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 140 = 426 (100%)
R 133 of 426 ~ 31.22%
G 153 of 426 ~ 35.92%
B 140 of 426 ~ 32.86%

%31.22
%35.92
%32.86

CMYK color model

#85998C color CMYK value is (13,0,8,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(13,0,8,40)
C13M0Y8K40 
(13%,0%,8%,40%)
(0.13/0.00/0.08/0.40)	

CMYK percentages

%13.07
%0
%8.5
%40

Codes

Color #85998C in popluar color models

85998C
RGB133153140
HSL141°8.93%56.08%
HSB/HSV141°13.07%60.00%
CMYK13.07%0.00%8.50%
40.00%

Color #85998C in popluar number systems.

HEX85998C
Decimal133153140
Binary100001011001100110001100
Octal205231214

Shades and tints

Shades of #85998C

#85998C
(133,153,140)
#798C80
(121,140,128)
#6D7F74
(109,127,116)
#617268
(97,114,104)
#55655C
(85,101,92)
#495850
(73,88,80)
#3D4B44
(61,75,68)
#313E38
(49,62,56)
#25312C
(37,49,44)
#192420
(25,36,32)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #85998C

#85998C
(133,153,140)
#90A296
(144,162,150)
#9BABA0
(155,171,160)
#A6B4AA
(166,180,170)
#B1BDB4
(177,189,180)
#BCC6BE
(188,198,190)
#C7CFC8
(199,207,200)
#D2D8D2
(210,216,210)
#DDE1DC
(221,225,220)
#E8EAE6
(232,234,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85998C color. Also use rgb(133,153,140) instead hex code.

Text Font Color

.myTextColor { color: #85998C; }

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

This text font color is #85998C.


Background Color

.myBgColor { background-color: #85998C; }

<div style="background-color:#85998C">Inner text</div>

This div background color is #85998C.


Border color

.myBorderColor { border: 1px solid #85998C; }

<div style="border:3px solid #85998C">Div</div>

This div border color is #85998C.


Opacity

.myOpacity80 { color: #85998C; opacity: 0.8; }

<p style="color:#85998C;opacity:0.8;">80%</p>

Text with #85998C 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 #85998C;}

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

This text has shadow with #85998C color.

.textShadow {text-shadow: 3px 3px 1px #85998C, 3px 3px 1px red;}

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

This text has shadow with #85998C primary color and red secondary color.


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

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

This text has shadow with #85998C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85998C on black background.


Color preview on white background

This text has color #85998C on white background.



Black color preview on #85998C background

This text has black color on #85998C background.


White color preview on #85998C background

This text has white color on #85998C background.