COLOR #849477

HEX: #849477
RGB: (132,148,119)

Color info

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

RGB color model

#849477 color RGB value is (132,148,119).

  • red value is 132;
  • green value is 148;
  • blue value is 119.
RGB: (132,148,119) (52%,58%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 119 of 255 = 47%

132
148
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 119 = 399 (100%)
R 132 of 399 ~ 33.08%
G 148 of 399 ~ 37.09%
B 119 of 399 ~ 29.82%

%33.08
%37.09
%29.82

CMYK color model

#849477 color CMYK value is (11,0,20,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK: (11,0,20,42) C11M0Y20K42 (11%,0%,20%,42%) (0.11/0.00/0.20/0.42)

CMYK percentages

%10.81
%0
%19.59
%41.96

Codes

Color #849477 in popluar color models

849477
RGB132148119
HSL93°11.93%52.35%
HSB/HSV93°19.59%58.04%
CMYK10.81%0.00%19.59%
41.96%

Color #849477 in popluar number systems.

HEX849477
Decimal132148119
Binary10000100100101001110111
Octal204224167

Shades and tints

Shades of #849477

#849477
(132,148,119)
#78876D
(120,135,109)
#6C7A63
(108,122,99)
#606D59
(96,109,89)
#54604F
(84,96,79)
#485345
(72,83,69)
#3C463B
(60,70,59)
#303931
(48,57,49)
#242C27
(36,44,39)
#181F1D
(24,31,29)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #849477

#849477
(132,148,119)
#8F9D83
(143,157,131)
#9AA68F
(154,166,143)
#A5AF9B
(165,175,155)
#B0B8A7
(176,184,167)
#BBC1B3
(187,193,179)
#C6CABF
(198,202,191)
#D1D3CB
(209,211,203)
#DCDCD7
(220,220,215)
#E7E5E3
(231,229,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849477; }

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

This text font color is #849477.


Background Color

.myBgColor { background-color: #849477; }

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

This div background color is #849477.


Border color

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

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

This div border color is #849477.


Opacity

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

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

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

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

This text has shadow with #849477 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #849477 on black background.


Color preview on white background

This text has color #849477 on white background.



Black color preview on #849477 background

This text has black color on #849477 background.


White color preview on #849477 background

This text has white color on #849477 background.