COLOR #848482

HEX: #848482
RGB: (132,132,130)

Color info

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

RGB color model

#848482 color RGB value is (132,132,130).

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

RGB channels and saturation

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

132
132
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 130 = 394 (100%)
R 132 of 394 ~ 33.5%
G 132 of 394 ~ 33.5%
B 130 of 394 ~ 32.99%

%33.5
%33.5
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,0,2,48)
C0M0Y2K48 
(0%,0%,2%,48%)
(0.00/0.00/0.02/0.48)	

CMYK percentages

%0
%0
%1.52
%48.24

Codes

Color #848482 in popluar color models

848482
RGB132132130
HSL60°0.81%51.37%
HSB/HSV60°1.52%51.76%
CMYK0.00%0.00%1.52%
48.24%

Color #848482 in popluar number systems.

HEX848482
Decimal132132130
Binary100001001000010010000010
Octal204204202

Shades and tints

Shades of #848482

#848482
(132,132,130)
#787877
(120,120,119)
#6C6C6C
(108,108,108)
#606061
(96,96,97)
#545456
(84,84,86)
#48484B
(72,72,75)
#3C3C40
(60,60,64)
#303035
(48,48,53)
#24242A
(36,36,42)
#18181F
(24,24,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #848482

#848482
(132,132,130)
#8F8F8D
(143,143,141)
#9A9A98
(154,154,152)
#A5A5A3
(165,165,163)
#B0B0AE
(176,176,174)
#BBBBB9
(187,187,185)
#C6C6C4
(198,198,196)
#D1D1CF
(209,209,207)
#DCDCDA
(220,220,218)
#E7E7E5
(231,231,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848482; }

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

This text font color is #848482.


Background Color

.myBgColor { background-color: #848482; }

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

This div background color is #848482.


Border color

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

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

This div border color is #848482.


Opacity

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

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

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

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

This text has shadow with #848482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848482 on black background.


Color preview on white background

This text has color #848482 on white background.



Black color preview on #848482 background

This text has black color on #848482 background.


White color preview on #848482 background

This text has white color on #848482 background.