COLOR #849D30

HEX: #849D30
RGB: (132,157,48)

Color info

#849D30 contains mainly red and green colors. Web safe color of #849D30 is #999933 (or #993).

RGB color model

#849D30 color RGB value is (132,157,48).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 48 of 255 = 19%

132
157
48

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 48 = 337 (100%)
R 132 of 337 ~ 39.17%
G 157 of 337 ~ 46.59%
B 48 of 337 ~ 14.24%

%39.17
%46.59
%14.24

CMYK color model

#849D30 color CMYK value is (16,0,69,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 69.43%
  • key color value is 38.43%
CMYK:
(16,0,69,38)
C16M0Y69K38 
(16%,0%,69%,38%)
(0.16/0.00/0.69/0.38)	

CMYK percentages

%15.92
%0
%69.43
%38.43

Codes

Color #849D30 in popluar color models

849D30
RGB13215748
HSL74°53.17%40.20%
HSB/HSV74°69.43%61.57%
CMYK15.92%0.00%69.43%
38.43%

Color #849D30 in popluar number systems.

HEX849D30
Decimal13215748
Binary1000010010011101110000
Octal20423560

Shades and tints

Shades of #849D30

#849D30
(132,157,48)
#788F2C
(120,143,44)
#6C8128
(108,129,40)
#607324
(96,115,36)
#546520
(84,101,32)
#48571C
(72,87,28)
#3C4918
(60,73,24)
#303B14
(48,59,20)
#242D10
(36,45,16)
#181F0C
(24,31,12)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #849D30

#849D30
(132,157,48)
#8FA542
(143,165,66)
#9AAD54
(154,173,84)
#A5B566
(165,181,102)
#B0BD78
(176,189,120)
#BBC58A
(187,197,138)
#C6CD9C
(198,205,156)
#D1D5AE
(209,213,174)
#DCDDC0
(220,221,192)
#E7E5D2
(231,229,210)
#F2EDE4
(242,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D30; }

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

This text font color is #849D30.


Background Color

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

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

This div background color is #849D30.


Border color

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

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

This div border color is #849D30.


Opacity

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

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

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

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

This text has shadow with #849D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D30 on black background.


Color preview on white background

This text has color #849D30 on white background.



Black color preview on #849D30 background

This text has black color on #849D30 background.


White color preview on #849D30 background

This text has white color on #849D30 background.