COLOR #858182

HEX: #858182
RGB: (133,129,130)

Color info

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

RGB color model

#858182 color RGB value is (133,129,130).

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

RGB channels and saturation

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

133
129
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 130 = 392 (100%)
R 133 of 392 ~ 33.93%
G 129 of 392 ~ 32.91%
B 130 of 392 ~ 33.16%

%33.93
%32.91
%33.16

CMYK color model

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

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

CMYK percentages

%0
%3.01
%2.26
%47.84

Codes

Color #858182 in popluar color models

858182
RGB133129130
HSL345°1.61%51.37%
HSB/HSV345°3.01%52.16%
CMYK0.00%3.01%2.26%
47.84%

Color #858182 in popluar number systems.

HEX858182
Decimal133129130
Binary100001011000000110000010
Octal205201202

Shades and tints

Shades of #858182

#858182
(133,129,130)
#797677
(121,118,119)
#6D6B6C
(109,107,108)
#616061
(97,96,97)
#555556
(85,85,86)
#494A4B
(73,74,75)
#3D3F40
(61,63,64)
#313435
(49,52,53)
#25292A
(37,41,42)
#191E1F
(25,30,31)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #858182

#858182
(133,129,130)
#908C8D
(144,140,141)
#9B9798
(155,151,152)
#A6A2A3
(166,162,163)
#B1ADAE
(177,173,174)
#BCB8B9
(188,184,185)
#C7C3C4
(199,195,196)
#D2CECF
(210,206,207)
#DDD9DA
(221,217,218)
#E8E4E5
(232,228,229)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858182; }

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

This text font color is #858182.


Background Color

.myBgColor { background-color: #858182; }

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

This div background color is #858182.


Border color

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

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

This div border color is #858182.


Opacity

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

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

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

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

This text has shadow with #858182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858182 on black background.


Color preview on white background

This text has color #858182 on white background.



Black color preview on #858182 background

This text has black color on #858182 background.


White color preview on #858182 background

This text has white color on #858182 background.