COLOR #849D60

HEX: #849D60
RGB: (132,157,96)

Color info

#849D60 contains mainly red and green colors. Web safe color of #849D60 is #999966 (or #996).

RGB color model

#849D60 color RGB value is (132,157,96).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 96 of 255 = 38%

132
157
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 96 = 385 (100%)
R 132 of 385 ~ 34.29%
G 157 of 385 ~ 40.78%
B 96 of 385 ~ 24.94%

%34.29
%40.78
%24.94

CMYK color model

#849D60 color CMYK value is (16,0,39,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 38.43%
CMYK:
(16,0,39,38)
C16M0Y39K38 
(16%,0%,39%,38%)
(0.16/0.00/0.39/0.38)	

CMYK percentages

%15.92
%0
%38.85
%38.43

Codes

Color #849D60 in popluar color models

849D60
RGB13215796
HSL85°24.11%49.61%
HSB/HSV85°38.85%61.57%
CMYK15.92%0.00%38.85%
38.43%

Color #849D60 in popluar number systems.

HEX849D60
Decimal13215796
Binary10000100100111011100000
Octal204235140

Shades and tints

Shades of #849D60

#849D60
(132,157,96)
#788F58
(120,143,88)
#6C8150
(108,129,80)
#607348
(96,115,72)
#546540
(84,101,64)
#485738
(72,87,56)
#3C4930
(60,73,48)
#303B28
(48,59,40)
#242D20
(36,45,32)
#181F18
(24,31,24)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #849D60

#849D60
(132,157,96)
#8FA56E
(143,165,110)
#9AAD7C
(154,173,124)
#A5B58A
(165,181,138)
#B0BD98
(176,189,152)
#BBC5A6
(187,197,166)
#C6CDB4
(198,205,180)
#D1D5C2
(209,213,194)
#DCDDD0
(220,221,208)
#E7E5DE
(231,229,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D60; }

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

This text font color is #849D60.


Background Color

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

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

This div background color is #849D60.


Border color

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

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

This div border color is #849D60.


Opacity

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

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

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

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

This text has shadow with #849D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D60 on black background.


Color preview on white background

This text has color #849D60 on white background.



Black color preview on #849D60 background

This text has black color on #849D60 background.


White color preview on #849D60 background

This text has white color on #849D60 background.