COLOR #849372

HEX: #849372
RGB: (132,147,114)

Color info

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

RGB color model

#849372 color RGB value is (132,147,114).

  • red value is 132;
  • green value is 147;
  • blue value is 114.
RGB:
(132,147,114)
(52%,58%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 114 of 255 = 45%

132
147
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 114 = 393 (100%)
R 132 of 393 ~ 33.59%
G 147 of 393 ~ 37.4%
B 114 of 393 ~ 29.01%

%33.59
%37.4
%29.01

CMYK color model

#849372 color CMYK value is (10,0,22,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 42.35%
CMYK:
(10,0,22,42)
C10M0Y22K42 
(10%,0%,22%,42%)
(0.10/0.00/0.22/0.42)	

CMYK percentages

%10.2
%0
%22.45
%42.35

Codes

Color #849372 in popluar color models

849372
RGB132147114
HSL87°13.25%51.18%
HSB/HSV87°22.45%57.65%
CMYK10.20%0.00%22.45%
42.35%

Color #849372 in popluar number systems.

HEX849372
Decimal132147114
Binary10000100100100111110010
Octal204223162

Shades and tints

Shades of #849372

#849372
(132,147,114)
#788668
(120,134,104)
#6C795E
(108,121,94)
#606C54
(96,108,84)
#545F4A
(84,95,74)
#485240
(72,82,64)
#3C4536
(60,69,54)
#30382C
(48,56,44)
#242B22
(36,43,34)
#181E18
(24,30,24)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #849372

#849372
(132,147,114)
#8F9C7E
(143,156,126)
#9AA58A
(154,165,138)
#A5AE96
(165,174,150)
#B0B7A2
(176,183,162)
#BBC0AE
(187,192,174)
#C6C9BA
(198,201,186)
#D1D2C6
(209,210,198)
#DCDBD2
(220,219,210)
#E7E4DE
(231,228,222)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849372; }

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

This text font color is #849372.


Background Color

.myBgColor { background-color: #849372; }

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

This div background color is #849372.


Border color

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

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

This div border color is #849372.


Opacity

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

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

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

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

This text has shadow with #849372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849372 on black background.


Color preview on white background

This text has color #849372 on white background.



Black color preview on #849372 background

This text has black color on #849372 background.


White color preview on #849372 background

This text has white color on #849372 background.