COLOR #849D1F

HEX: #849D1F
RGB: (132,157,31)

Color info

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

RGB color model

#849D1F color RGB value is (132,157,31).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 31 of 255 = 12%

132
157
31

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 31 = 320 (100%)
R 132 of 320 ~ 41.25%
G 157 of 320 ~ 49.06%
B 31 of 320 ~ 9.69%

%41.25
%49.06
%9.69

CMYK color model

#849D1F color CMYK value is (16,0,80,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 80.25%
  • key color value is 38.43%
CMYK:
(16,0,80,38)
C16M0Y80K38 
(16%,0%,80%,38%)
(0.16/0.00/0.80/0.38)	

CMYK percentages

%15.92
%0
%80.25
%38.43

Codes

Color #849D1F in popluar color models

849D1F
RGB13215731
HSL72°67.02%36.86%
HSB/HSV72°80.25%61.57%
CMYK15.92%0.00%80.25%
38.43%

Color #849D1F in popluar number systems.

HEX849D1F
Decimal13215731
Binary100001001001110111111
Octal20423537

Shades and tints

Shades of #849D1F

#849D1F
(132,157,31)
#788F1D
(120,143,29)
#6C811B
(108,129,27)
#607319
(96,115,25)
#546517
(84,101,23)
#485715
(72,87,21)
#3C4913
(60,73,19)
#303B11
(48,59,17)
#242D0F
(36,45,15)
#181F0D
(24,31,13)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #849D1F

#849D1F
(132,157,31)
#8FA533
(143,165,51)
#9AAD47
(154,173,71)
#A5B55B
(165,181,91)
#B0BD6F
(176,189,111)
#BBC583
(187,197,131)
#C6CD97
(198,205,151)
#D1D5AB
(209,213,171)
#DCDDBF
(220,221,191)
#E7E5D3
(231,229,211)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D1F; }

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

This text font color is #849D1F.


Background Color

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

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

This div background color is #849D1F.


Border color

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

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

This div border color is #849D1F.


Opacity

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

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

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

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

This text has shadow with #849D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D1F on black background.


Color preview on white background

This text has color #849D1F on white background.



Black color preview on #849D1F background

This text has black color on #849D1F background.


White color preview on #849D1F background

This text has white color on #849D1F background.