COLOR #848470

HEX: #848470
RGB: (132,132,112)

Color info

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

RGB color model

#848470 color RGB value is (132,132,112).

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

RGB channels and saturation

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

132
132
112

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 112 = 376 (100%)
R 132 of 376 ~ 35.11%
G 132 of 376 ~ 35.11%
B 112 of 376 ~ 29.79%

%35.11
%35.11
%29.79

CMYK color model

#848470 color CMYK value is (0,0,15,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(0,0,15,48)
C0M0Y15K48 
(0%,0%,15%,48%)
(0.00/0.00/0.15/0.48)	

CMYK percentages

%0
%0
%15.15
%48.24

Codes

Color #848470 in popluar color models

848470
RGB132132112
HSL60°8.20%47.84%
HSB/HSV60°15.15%51.76%
CMYK0.00%0.00%15.15%
48.24%

Color #848470 in popluar number systems.

HEX848470
Decimal132132112
Binary10000100100001001110000
Octal204204160

Shades and tints

Shades of #848470

#848470
(132,132,112)
#787866
(120,120,102)
#6C6C5C
(108,108,92)
#606052
(96,96,82)
#545448
(84,84,72)
#48483E
(72,72,62)
#3C3C34
(60,60,52)
#30302A
(48,48,42)
#242420
(36,36,32)
#181816
(24,24,22)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #848470

#848470
(132,132,112)
#8F8F7D
(143,143,125)
#9A9A8A
(154,154,138)
#A5A597
(165,165,151)
#B0B0A4
(176,176,164)
#BBBBB1
(187,187,177)
#C6C6BE
(198,198,190)
#D1D1CB
(209,209,203)
#DCDCD8
(220,220,216)
#E7E7E5
(231,231,229)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848470; }

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

This text font color is #848470.


Background Color

.myBgColor { background-color: #848470; }

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

This div background color is #848470.


Border color

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

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

This div border color is #848470.


Opacity

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

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

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

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

This text has shadow with #848470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848470 on black background.


Color preview on white background

This text has color #848470 on white background.



Black color preview on #848470 background

This text has black color on #848470 background.


White color preview on #848470 background

This text has white color on #848470 background.