COLOR #849D78

HEX: #849D78
RGB: (132,157,120)

Color info

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

RGB color model

#849D78 color RGB value is (132,157,120).

  • red value is 132;
  • green value is 157;
  • blue value is 120.
RGB:
(132,157,120)
(52%,62%,47%)

RGB channels and saturation

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

132
157
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 120 = 409 (100%)
R 132 of 409 ~ 32.27%
G 157 of 409 ~ 38.39%
B 120 of 409 ~ 29.34%

%32.27
%38.39
%29.34

CMYK color model

#849D78 color CMYK value is (16,0,24,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 38.43%
CMYK:
(16,0,24,38)
C16M0Y24K38 
(16%,0%,24%,38%)
(0.16/0.00/0.24/0.38)	

CMYK percentages

%15.92
%0
%23.57
%38.43

Codes

Color #849D78 in popluar color models

849D78
RGB132157120
HSL101°15.88%54.31%
HSB/HSV101°23.57%61.57%
CMYK15.92%0.00%23.57%
38.43%

Color #849D78 in popluar number systems.

HEX849D78
Decimal132157120
Binary10000100100111011111000
Octal204235170

Shades and tints

Shades of #849D78

#849D78
(132,157,120)
#788F6E
(120,143,110)
#6C8164
(108,129,100)
#60735A
(96,115,90)
#546550
(84,101,80)
#485746
(72,87,70)
#3C493C
(60,73,60)
#303B32
(48,59,50)
#242D28
(36,45,40)
#181F1E
(24,31,30)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #849D78

#849D78
(132,157,120)
#8FA584
(143,165,132)
#9AAD90
(154,173,144)
#A5B59C
(165,181,156)
#B0BDA8
(176,189,168)
#BBC5B4
(187,197,180)
#C6CDC0
(198,205,192)
#D1D5CC
(209,213,204)
#DCDDD8
(220,221,216)
#E7E5E4
(231,229,228)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D78; }

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

This text font color is #849D78.


Background Color

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

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

This div background color is #849D78.


Border color

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

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

This div border color is #849D78.


Opacity

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

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

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

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

This text has shadow with #849D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D78 on black background.


Color preview on white background

This text has color #849D78 on white background.



Black color preview on #849D78 background

This text has black color on #849D78 background.


White color preview on #849D78 background

This text has white color on #849D78 background.