COLOR #848E82

HEX: #848E82
RGB: (132,142,130)

Color info

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

RGB color model

#848E82 color RGB value is (132,142,130).

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

RGB channels and saturation

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

132
142
130

R + G + B ~ 53%. #848E82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 130 = 404 (100%)
R 132 of 404 ~ 32.67%
G 142 of 404 ~ 35.15%
B 130 of 404 ~ 32.18%

%32.67
%35.15
%32.18

CMYK color model

#848E82 color CMYK value is (7,0,8,44).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(7,0,8,44)
C7M0Y8K44 
(7%,0%,8%,44%)
(0.07/0.00/0.08/0.44)	

CMYK percentages

%7.04
%0
%8.45
%44.31

Codes

Color #848E82 in popluar color models

848E82
RGB132142130
HSL110°5.04%53.33%
HSB/HSV110°8.45%55.69%
CMYK7.04%0.00%8.45%
44.31%

Color #848E82 in popluar number systems.

HEX848E82
Decimal132142130
Binary100001001000111010000010
Octal204216202

Shades and tints

Shades of #848E82

#848E82
(132,142,130)
#788277
(120,130,119)
#6C766C
(108,118,108)
#606A61
(96,106,97)
#545E56
(84,94,86)
#48524B
(72,82,75)
#3C4640
(60,70,64)
#303A35
(48,58,53)
#242E2A
(36,46,42)
#18221F
(24,34,31)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #848E82

#848E82
(132,142,130)
#8F988D
(143,152,141)
#9AA298
(154,162,152)
#A5ACA3
(165,172,163)
#B0B6AE
(176,182,174)
#BBC0B9
(187,192,185)
#C6CAC4
(198,202,196)
#D1D4CF
(209,212,207)
#DCDEDA
(220,222,218)
#E7E8E5
(231,232,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848E82; }

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

This text font color is #848E82.


Background Color

.myBgColor { background-color: #848E82; }

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

This div background color is #848E82.


Border color

.myBorderColor { border: 1px solid #848E82; }

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

This div border color is #848E82.


Opacity

.myOpacity80 { color: #848E82; opacity: 0.8; }

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

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

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

This text has shadow with #848E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E82 on black background.


Color preview on white background

This text has color #848E82 on white background.



Black color preview on #848E82 background

This text has black color on #848E82 background.


White color preview on #848E82 background

This text has white color on #848E82 background.