COLOR #849C76

HEX: #849C76
RGB: (132,156,118)

Color info

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

RGB color model

#849C76 color RGB value is (132,156,118).

  • red value is 132;
  • green value is 156;
  • blue value is 118.
RGB:
(132,156,118)
(52%,61%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 118 of 255 = 46%

132
156
118

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 118 = 406 (100%)
R 132 of 406 ~ 32.51%
G 156 of 406 ~ 38.42%
B 118 of 406 ~ 29.06%

%32.51
%38.42
%29.06

CMYK color model

#849C76 color CMYK value is (15,0,24,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(15,0,24,39)
C15M0Y24K39 
(15%,0%,24%,39%)
(0.15/0.00/0.24/0.39)	

CMYK percentages

%15.38
%0
%24.36
%38.82

Codes

Color #849C76 in popluar color models

849C76
RGB132156118
HSL98°16.10%53.73%
HSB/HSV98°24.36%61.18%
CMYK15.38%0.00%24.36%
38.82%

Color #849C76 in popluar number systems.

HEX849C76
Decimal132156118
Binary10000100100111001110110
Octal204234166

Shades and tints

Shades of #849C76

#849C76
(132,156,118)
#788E6C
(120,142,108)
#6C8062
(108,128,98)
#607258
(96,114,88)
#54644E
(84,100,78)
#485644
(72,86,68)
#3C483A
(60,72,58)
#303A30
(48,58,48)
#242C26
(36,44,38)
#181E1C
(24,30,28)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #849C76

#849C76
(132,156,118)
#8FA582
(143,165,130)
#9AAE8E
(154,174,142)
#A5B79A
(165,183,154)
#B0C0A6
(176,192,166)
#BBC9B2
(187,201,178)
#C6D2BE
(198,210,190)
#D1DBCA
(209,219,202)
#DCE4D6
(220,228,214)
#E7EDE2
(231,237,226)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849C76 color. Also use rgb(132,156,118) instead hex code.

Text Font Color

.myTextColor { color: #849C76; }

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

This text font color is #849C76.


Background Color

.myBgColor { background-color: #849C76; }

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

This div background color is #849C76.


Border color

.myBorderColor { border: 1px solid #849C76; }

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

This div border color is #849C76.


Opacity

.myOpacity80 { color: #849C76; opacity: 0.8; }

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

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

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

This text has shadow with #849C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C76 on black background.


Color preview on white background

This text has color #849C76 on white background.



Black color preview on #849C76 background

This text has black color on #849C76 background.


White color preview on #849C76 background

This text has white color on #849C76 background.