COLOR #849D79

HEX: #849D79 RGB: (132,157,121)

Color info

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

RGB color model

#849D79 color RGB value is (132,157,121).

RGB: (132,157,121) (52%, 62%, 47%)

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 121 of 255 = 47%

132
157
121

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

Portions of RGB colors in percentages

R + G + B = 132 + 157 + 121 = 410 (100%)
R 132 of 410 ~ 32.2%
G 157 of 410 ~ 38.29%
B 121 of 410 ~ 29.51'%

%32.2
%38.29
%29.51

CMYK color model

#849D79 color CMYK value is (16,0,23,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 38.43%

CMYK: (16,0,23,38)
C16M0Y23K38 (16%, 0%, 23%, 38%)
(0.16 / 0.00 / 0.23 / 0.38)

CMYK percentages

%15.92
%0
%22.93
%38.43

Codes

Color #849D79 in popluar color models

84 9D 79
RGB 132 157 121
HSL 102° 15.52% 54.51%
HSB/HSV 102° 22.93% 61.57%
CMYK 15.92% 0.00% 22.93%
38.43%

Color #849D79 in popluar number systems.

HEX 84 9D 79
Decimal 132 157 121
Binary 10000100 10011101 1111001
Octal 204 235 171

Shades and tints

Shades of #849D79

#849D79
(132,157,121)
#788F6E
(120,143,110)
#6C8163
(108,129,99)
#607358
(96,115,88)
#54654D
(84,101,77)
#485742
(72,87,66)
#3C4937
(60,73,55)
#303B2C
(48,59,44)
#242D21
(36,45,33)
#181F16
(24,31,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #849D79

#849D79
(132,157,121)
#8FA585
(143,165,133)
#9AAD91
(154,173,145)
#A5B59D
(165,181,157)
#B0BDA9
(176,189,169)
#BBC5B5
(187,197,181)
#C6CDC1
(198,205,193)
#D1D5CD
(209,213,205)
#DCDDD9
(220,221,217)
#E7E5E5
(231,229,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849D79 color. Also use rgb(132,157,121) instead hex code.

Text Font Color

.myTextColor { color: #849D79; }

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

This text font color is #849D79.

Background Color

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

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

This div background color is #849D79.

Border color

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

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

This div border color is #849D79.

Opacity

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

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

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

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

This text has shadow with #849D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849D79.

Preview

Color preview on black background

This text has color #849D79 on black background.


Color preview on white background

This text has color #849D79 on white background.


Black color preview on #849D79 background

This text has black color on #849D79 background.


White color preview on #849D79 background

This text has white color on #849D79 background.


Related colors

Complementary color

Complementary color for #hex is #7B6286.


I love getcolorcode.com

Triadic colors

1 #79849D and #9D7984 with #849D79 are triadic colors.

2 #799D84 and #9D8479 with #849D79 are triadic colors.