COLOR #858884

HEX: #858884
RGB: (133,136,132)

Color info

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

RGB color model

#858884 color RGB value is (133,136,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 132 of 255 = 52%

133
136
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 132 = 401 (100%)
R 133 of 401 ~ 33.17%
G 136 of 401 ~ 33.92%
B 132 of 401 ~ 32.92%

%33.17
%33.92
%32.92

CMYK color model

#858884 color CMYK value is (2,0,3,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(2,0,3,47)
C2M0Y3K47 
(2%,0%,3%,47%)
(0.02/0.00/0.03/0.47)	

CMYK percentages

%2.21
%0
%2.94
%46.67

Codes

Color #858884 in popluar color models

858884
RGB133136132
HSL105°1.65%52.55%
HSB/HSV105°2.94%53.33%
CMYK2.21%0.00%2.94%
46.67%

Color #858884 in popluar number systems.

HEX858884
Decimal133136132
Binary100001011000100010000100
Octal205210204

Shades and tints

Shades of #858884

#858884
(133,136,132)
#797C78
(121,124,120)
#6D706C
(109,112,108)
#616460
(97,100,96)
#555854
(85,88,84)
#494C48
(73,76,72)
#3D403C
(61,64,60)
#313430
(49,52,48)
#252824
(37,40,36)
#191C18
(25,28,24)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #858884

#858884
(133,136,132)
#90928F
(144,146,143)
#9B9C9A
(155,156,154)
#A6A6A5
(166,166,165)
#B1B0B0
(177,176,176)
#BCBABB
(188,186,187)
#C7C4C6
(199,196,198)
#D2CED1
(210,206,209)
#DDD8DC
(221,216,220)
#E8E2E7
(232,226,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858884; }

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

This text font color is #858884.


Background Color

.myBgColor { background-color: #858884; }

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

This div background color is #858884.


Border color

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

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

This div border color is #858884.


Opacity

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

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

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

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

This text has shadow with #858884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858884 on black background.


Color preview on white background

This text has color #858884 on white background.



Black color preview on #858884 background

This text has black color on #858884 background.


White color preview on #858884 background

This text has white color on #858884 background.