COLOR #85998A

HEX: #85998A
RGB: (133,153,138)

Color info

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

RGB color model

#85998A color RGB value is (133,153,138).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 138 of 255 = 54%

133
153
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 138 = 424 (100%)
R 133 of 424 ~ 31.37%
G 153 of 424 ~ 36.08%
B 138 of 424 ~ 32.55%

%31.37
%36.08
%32.55

CMYK color model

#85998A color CMYK value is (13,0,10,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(13,0,10,40)
C13M0Y10K40 
(13%,0%,10%,40%)
(0.13/0.00/0.10/0.40)	

CMYK percentages

%13.07
%0
%9.8
%40

Codes

Color #85998A in popluar color models

85998A
RGB133153138
HSL135°8.93%56.08%
HSB/HSV135°13.07%60.00%
CMYK13.07%0.00%9.80%
40.00%

Color #85998A in popluar number systems.

HEX85998A
Decimal133153138
Binary100001011001100110001010
Octal205231212

Shades and tints

Shades of #85998A

#85998A
(133,153,138)
#798C7E
(121,140,126)
#6D7F72
(109,127,114)
#617266
(97,114,102)
#55655A
(85,101,90)
#49584E
(73,88,78)
#3D4B42
(61,75,66)
#313E36
(49,62,54)
#25312A
(37,49,42)
#19241E
(25,36,30)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85998A

#85998A
(133,153,138)
#90A294
(144,162,148)
#9BAB9E
(155,171,158)
#A6B4A8
(166,180,168)
#B1BDB2
(177,189,178)
#BCC6BC
(188,198,188)
#C7CFC6
(199,207,198)
#D2D8D0
(210,216,208)
#DDE1DA
(221,225,218)
#E8EAE4
(232,234,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85998A; }

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

This text font color is #85998A.


Background Color

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

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

This div background color is #85998A.


Border color

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

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

This div border color is #85998A.


Opacity

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

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

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

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

This text has shadow with #85998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85998A on black background.


Color preview on white background

This text has color #85998A on white background.



Black color preview on #85998A background

This text has black color on #85998A background.


White color preview on #85998A background

This text has white color on #85998A background.