COLOR #849170

HEX: #849170
RGB: (132,145,112)

Color info

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

RGB color model

#849170 color RGB value is (132,145,112).

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

RGB channels and saturation

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

132
145
112

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 112 = 389 (100%)
R 132 of 389 ~ 33.93%
G 145 of 389 ~ 37.28%
B 112 of 389 ~ 28.79%

%33.93
%37.28
%28.79

CMYK color model

#849170 color CMYK value is (9,0,23,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 43.14%
CMYK:
(9,0,23,43)
C9M0Y23K43 
(9%,0%,23%,43%)
(0.09/0.00/0.23/0.43)	

CMYK percentages

%8.97
%0
%22.76
%43.14

Codes

Color #849170 in popluar color models

849170
RGB132145112
HSL84°13.04%50.39%
HSB/HSV84°22.76%56.86%
CMYK8.97%0.00%22.76%
43.14%

Color #849170 in popluar number systems.

HEX849170
Decimal132145112
Binary10000100100100011110000
Octal204221160

Shades and tints

Shades of #849170

#849170
(132,145,112)
#788466
(120,132,102)
#6C775C
(108,119,92)
#606A52
(96,106,82)
#545D48
(84,93,72)
#48503E
(72,80,62)
#3C4334
(60,67,52)
#30362A
(48,54,42)
#242920
(36,41,32)
#181C16
(24,28,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #849170

#849170
(132,145,112)
#8F9B7D
(143,155,125)
#9AA58A
(154,165,138)
#A5AF97
(165,175,151)
#B0B9A4
(176,185,164)
#BBC3B1
(187,195,177)
#C6CDBE
(198,205,190)
#D1D7CB
(209,215,203)
#DCE1D8
(220,225,216)
#E7EBE5
(231,235,229)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849170; }

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

This text font color is #849170.


Background Color

.myBgColor { background-color: #849170; }

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

This div background color is #849170.


Border color

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

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

This div border color is #849170.


Opacity

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

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

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

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

This text has shadow with #849170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849170 on black background.


Color preview on white background

This text has color #849170 on white background.



Black color preview on #849170 background

This text has black color on #849170 background.


White color preview on #849170 background

This text has white color on #849170 background.