COLOR #849D58

HEX: #849D58
RGB: (132,157,88)

Color info

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

RGB color model

#849D58 color RGB value is (132,157,88).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 88 of 255 = 35%

132
157
88

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 88 = 377 (100%)
R 132 of 377 ~ 35.01%
G 157 of 377 ~ 41.64%
B 88 of 377 ~ 23.34%

%35.01
%41.64
%23.34

CMYK color model

#849D58 color CMYK value is (16,0,44,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 43.95%
  • key color value is 38.43%
CMYK:
(16,0,44,38)
C16M0Y44K38 
(16%,0%,44%,38%)
(0.16/0.00/0.44/0.38)	

CMYK percentages

%15.92
%0
%43.95
%38.43

Codes

Color #849D58 in popluar color models

849D58
RGB13215788
HSL82°28.16%48.04%
HSB/HSV82°43.95%61.57%
CMYK15.92%0.00%43.95%
38.43%

Color #849D58 in popluar number systems.

HEX849D58
Decimal13215788
Binary10000100100111011011000
Octal204235130

Shades and tints

Shades of #849D58

#849D58
(132,157,88)
#788F50
(120,143,80)
#6C8148
(108,129,72)
#607340
(96,115,64)
#546538
(84,101,56)
#485730
(72,87,48)
#3C4928
(60,73,40)
#303B20
(48,59,32)
#242D18
(36,45,24)
#181F10
(24,31,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #849D58

#849D58
(132,157,88)
#8FA567
(143,165,103)
#9AAD76
(154,173,118)
#A5B585
(165,181,133)
#B0BD94
(176,189,148)
#BBC5A3
(187,197,163)
#C6CDB2
(198,205,178)
#D1D5C1
(209,213,193)
#DCDDD0
(220,221,208)
#E7E5DF
(231,229,223)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D58; }

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

This text font color is #849D58.


Background Color

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

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

This div background color is #849D58.


Border color

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

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

This div border color is #849D58.


Opacity

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

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

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

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

This text has shadow with #849D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D58 on black background.


Color preview on white background

This text has color #849D58 on white background.



Black color preview on #849D58 background

This text has black color on #849D58 background.


White color preview on #849D58 background

This text has white color on #849D58 background.