COLOR #858282

HEX: #858282
RGB: (133,130,130)

Color info

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

RGB color model

#858282 color RGB value is (133,130,130).

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

RGB channels and saturation

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

133
130
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 130 = 393 (100%)
R 133 of 393 ~ 33.84%
G 130 of 393 ~ 33.08%
B 130 of 393 ~ 33.08%

%33.84
%33.08
%33.08

CMYK color model

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

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

CMYK percentages

%0
%2.26
%2.26
%47.84

Codes

Color #858282 in popluar color models

858282
RGB133130130
HSL1.21%51.57%
HSB/HSV2.26%52.16%
CMYK0.00%2.26%2.26%
47.84%

Color #858282 in popluar number systems.

HEX858282
Decimal133130130
Binary100001011000001010000010
Octal205202202

Shades and tints

Shades of #858282

#858282
(133,130,130)
#797777
(121,119,119)
#6D6C6C
(109,108,108)
#616161
(97,97,97)
#555656
(85,86,86)
#494B4B
(73,75,75)
#3D4040
(61,64,64)
#313535
(49,53,53)
#252A2A
(37,42,42)
#191F1F
(25,31,31)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #858282

#858282
(133,130,130)
#908D8D
(144,141,141)
#9B9898
(155,152,152)
#A6A3A3
(166,163,163)
#B1AEAE
(177,174,174)
#BCB9B9
(188,185,185)
#C7C4C4
(199,196,196)
#D2CFCF
(210,207,207)
#DDDADA
(221,218,218)
#E8E5E5
(232,229,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858282; }

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

This text font color is #858282.


Background Color

.myBgColor { background-color: #858282; }

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

This div background color is #858282.


Border color

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

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

This div border color is #858282.


Opacity

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

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

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

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

This text has shadow with #858282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858282 on black background.


Color preview on white background

This text has color #858282 on white background.



Black color preview on #858282 background

This text has black color on #858282 background.


White color preview on #858282 background

This text has white color on #858282 background.