COLOR #858284

HEX: #858284
RGB: (133,130,132)

Color info

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

RGB color model

#858284 color RGB value is (133,130,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 132 of 255 = 52%

133
130
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 132 = 395 (100%)
R 133 of 395 ~ 33.67%
G 130 of 395 ~ 32.91%
B 132 of 395 ~ 33.42%

%33.67
%32.91
%33.42

CMYK color model

#858284 color CMYK value is (0,2,1,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,2,1,48)
C0M2Y1K48 
(0%,2%,1%,48%)
(0.00/0.02/0.01/0.48)	

CMYK percentages

%0
%2.26
%0.75
%47.84

Codes

Color #858284 in popluar color models

858284
RGB133130132
HSL320°1.21%51.57%
HSB/HSV320°2.26%52.16%
CMYK0.00%2.26%0.75%
47.84%

Color #858284 in popluar number systems.

HEX858284
Decimal133130132
Binary100001011000001010000100
Octal205202204

Shades and tints

Shades of #858284

#858284
(133,130,132)
#797778
(121,119,120)
#6D6C6C
(109,108,108)
#616160
(97,97,96)
#555654
(85,86,84)
#494B48
(73,75,72)
#3D403C
(61,64,60)
#313530
(49,53,48)
#252A24
(37,42,36)
#191F18
(25,31,24)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #858284

#858284
(133,130,132)
#908D8F
(144,141,143)
#9B989A
(155,152,154)
#A6A3A5
(166,163,165)
#B1AEB0
(177,174,176)
#BCB9BB
(188,185,187)
#C7C4C6
(199,196,198)
#D2CFD1
(210,207,209)
#DDDADC
(221,218,220)
#E8E5E7
(232,229,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858284; }

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

This text font color is #858284.


Background Color

.myBgColor { background-color: #858284; }

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

This div background color is #858284.


Border color

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

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

This div border color is #858284.


Opacity

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

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

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

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

This text has shadow with #858284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858284 on black background.


Color preview on white background

This text has color #858284 on white background.



Black color preview on #858284 background

This text has black color on #858284 background.


White color preview on #858284 background

This text has white color on #858284 background.