COLOR #858984

HEX: #858984
RGB: (133,137,132)

Color info

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

RGB color model

#858984 color RGB value is (133,137,132).

  • red value is 133;
  • green value is 137;
  • blue value is 132.
RGB:
(133,137,132)
(52%,54%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 132 of 255 = 52%

133
137
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 132 = 402 (100%)
R 133 of 402 ~ 33.08%
G 137 of 402 ~ 34.08%
B 132 of 402 ~ 32.84%

%33.08
%34.08
%32.84

CMYK color model

#858984 color CMYK value is (3,0,4,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(3,0,4,46)
C3M0Y4K46 
(3%,0%,4%,46%)
(0.03/0.00/0.04/0.46)	

CMYK percentages

%2.92
%0
%3.65
%46.27

Codes

Color #858984 in popluar color models

858984
RGB133137132
HSL108°2.07%52.75%
HSB/HSV108°3.65%53.73%
CMYK2.92%0.00%3.65%
46.27%

Color #858984 in popluar number systems.

HEX858984
Decimal133137132
Binary100001011000100110000100
Octal205211204

Shades and tints

Shades of #858984

#858984
(133,137,132)
#797D78
(121,125,120)
#6D716C
(109,113,108)
#616560
(97,101,96)
#555954
(85,89,84)
#494D48
(73,77,72)
#3D413C
(61,65,60)
#313530
(49,53,48)
#252924
(37,41,36)
#191D18
(25,29,24)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #858984

#858984
(133,137,132)
#90938F
(144,147,143)
#9B9D9A
(155,157,154)
#A6A7A5
(166,167,165)
#B1B1B0
(177,177,176)
#BCBBBB
(188,187,187)
#C7C5C6
(199,197,198)
#D2CFD1
(210,207,209)
#DDD9DC
(221,217,220)
#E8E3E7
(232,227,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858984 color. Also use rgb(133,137,132) instead hex code.

Text Font Color

.myTextColor { color: #858984; }

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

This text font color is #858984.


Background Color

.myBgColor { background-color: #858984; }

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

This div background color is #858984.


Border color

.myBorderColor { border: 1px solid #858984; }

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

This div border color is #858984.


Opacity

.myOpacity80 { color: #858984; opacity: 0.8; }

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

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

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

This text has shadow with #858984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858984 on black background.


Color preview on white background

This text has color #858984 on white background.



Black color preview on #858984 background

This text has black color on #858984 background.


White color preview on #858984 background

This text has white color on #858984 background.