COLOR #848182

HEX: #848182 RGB: (132,129,130)

Color info

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

RGB color model

#848182 color RGB value is (132,129,130).

RGB: (132,129,130) (52%, 51%, 51%)

RGB channels and saturation

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

132
129
130

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

Portions of RGB colors in percentages

R + G + B = 132 + 129 + 130 = 391 (100%)
R 132 of 391 ~ 33.76%
G 129 of 391 ~ 32.99%
B 130 of 391 ~ 33.25'%

%33.76
%32.99
%33.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 1.52%
  • key color value is 48.24%

CMYK: (0,2,2,48)
C0M2Y2K48 (0%, 2%, 2%, 48%)
(0.00 / 0.02 / 0.02 / 0.48)

CMYK percentages

%0
%2.27
%1.52
%48.24

Codes

Color #848182 in popluar color models

84 81 82
RGB 132 129 130
HSL 340° 1.20% 51.18%
HSB/HSV 340° 2.27% 51.76%
CMYK 0.00% 2.27% 1.52%
48.24%

Color #848182 in popluar number systems.

HEX 84 81 82
Decimal 132 129 130
Binary 10000100 10000001 10000010
Octal 204 201 202

Shades and tints

Shades of #848182

#848182
(132,129,130)
#787677
(120,118,119)
#6C6B6C
(108,107,108)
#606061
(96,96,97)
#545556
(84,85,86)
#484A4B
(72,74,75)
#3C3F40
(60,63,64)
#303435
(48,52,53)
#24292A
(36,41,42)
#181E1F
(24,30,31)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #848182

#848182
(132,129,130)
#8F8C8D
(143,140,141)
#9A9798
(154,151,152)
#A5A2A3
(165,162,163)
#B0ADAE
(176,173,174)
#BBB8B9
(187,184,185)
#C6C3C4
(198,195,196)
#D1CECF
(209,206,207)
#DCD9DA
(220,217,218)
#E7E4E5
(231,228,229)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848182; }

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

This text font color is #848182.

Background Color

.myBgColor { background-color: #848182; }

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

This div background color is #848182.

Border color

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

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

This div border color is #848182.

Opacity

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

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

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

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

This text has shadow with #848182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848182.

Preview

Color preview on black background

This text has color #848182 on black background.


Color preview on white background

This text has color #848182 on white background.


Black color preview on #848182 background

This text has black color on #848182 background.


White color preview on #848182 background

This text has white color on #848182 background.


Related colors

Complementary color

Complementary color for #hex is #7B7E7D.


I love getcolorcode.com

Triadic colors

1 #828481 and #818284 with #848182 are triadic colors.

2 #828184 and #818482 with #848182 are triadic colors.