COLOR #848970

HEX: #848970
RGB: (132,137,112)

Color info

#848970 contains red, green and blue colors in about the same proportion. Web safe color of #848970 is #999966 (or #996).

RGB color model

#848970 color RGB value is (132,137,112).

  • red value is 132;
  • green value is 137;
  • blue value is 112.
RGB:
(132,137,112)
(52%,54%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 112 of 255 = 44%

132
137
112

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 112 = 381 (100%)
R 132 of 381 ~ 34.65%
G 137 of 381 ~ 35.96%
B 112 of 381 ~ 29.4%

%34.65
%35.96
%29.4

CMYK color model

#848970 color CMYK value is (4,0,18,46).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(4,0,18,46)
C4M0Y18K46 
(4%,0%,18%,46%)
(0.04/0.00/0.18/0.46)	

CMYK percentages

%3.65
%0
%18.25
%46.27

Codes

Color #848970 in popluar color models

848970
RGB132137112
HSL72°10.04%48.82%
HSB/HSV72°18.25%53.73%
CMYK3.65%0.00%18.25%
46.27%

Color #848970 in popluar number systems.

HEX848970
Decimal132137112
Binary10000100100010011110000
Octal204211160

Shades and tints

Shades of #848970

#848970
(132,137,112)
#787D66
(120,125,102)
#6C715C
(108,113,92)
#606552
(96,101,82)
#545948
(84,89,72)
#484D3E
(72,77,62)
#3C4134
(60,65,52)
#30352A
(48,53,42)
#242920
(36,41,32)
#181D16
(24,29,22)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #848970

#848970
(132,137,112)
#8F937D
(143,147,125)
#9A9D8A
(154,157,138)
#A5A797
(165,167,151)
#B0B1A4
(176,177,164)
#BBBBB1
(187,187,177)
#C6C5BE
(198,197,190)
#D1CFCB
(209,207,203)
#DCD9D8
(220,217,216)
#E7E3E5
(231,227,229)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848970; }

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

This text font color is #848970.


Background Color

.myBgColor { background-color: #848970; }

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

This div background color is #848970.


Border color

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

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

This div border color is #848970.


Opacity

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

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

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

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

This text has shadow with #848970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848970 on black background.


Color preview on white background

This text has color #848970 on white background.



Black color preview on #848970 background

This text has black color on #848970 background.


White color preview on #848970 background

This text has white color on #848970 background.