COLOR #49AC1F

HEX: #49AC1F
RGB: (73,172,31)

Color info

#49AC1F contains mainly green color. Web safe color of #49AC1F is #339933 (or #393).

RGB color model

#49AC1F color RGB value is (73,172,31).

  • red value is 73;
  • green value is 172;
  • blue value is 31.
RGB:
(73,172,31)
(29%,67%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 172 of 255 = 67%
B 31 of 255 = 12%

73
172
31

R + G + B ~ 36%. #49AC1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 172 + 31 = 276 (100%)
R 73 of 276 ~ 26.45%
G 172 of 276 ~ 62.32%
B 31 of 276 ~ 11.23%

%26.45
%62.32
%11.23

CMYK color model

#49AC1F color CMYK value is (58,0,82,33).

  • cyan value is 57.56%
  • magenta value is 0.00%
  • yellow value is 81.98%
  • key color value is 32.55%
CMYK:
(58,0,82,33)
C58M0Y82K33 
(58%,0%,82%,33%)
(0.58/0.00/0.82/0.33)	

CMYK percentages

%57.56
%0
%81.98
%32.55

Codes

Color #49AC1F in popluar color models

49AC1F
RGB7317231
HSL102°69.46%39.80%
HSB/HSV102°81.98%67.45%
CMYK57.56%0.00%81.98%
32.55%

Color #49AC1F in popluar number systems.

HEX49AC1F
Decimal7317231
Binary10010011010110011111
Octal11125437

Shades and tints

Shades of #49AC1F

#49AC1F
(73,172,31)
#439D1D
(67,157,29)
#3D8E1B
(61,142,27)
#377F19
(55,127,25)
#317017
(49,112,23)
#2B6115
(43,97,21)
#255213
(37,82,19)
#1F4311
(31,67,17)
#19340F
(25,52,15)
#13250D
(19,37,13)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #49AC1F

#49AC1F
(73,172,31)
#59B333
(89,179,51)
#69BA47
(105,186,71)
#79C15B
(121,193,91)
#89C86F
(137,200,111)
#99CF83
(153,207,131)
#A9D697
(169,214,151)
#B9DDAB
(185,221,171)
#C9E4BF
(201,228,191)
#D9EBD3
(217,235,211)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AC1F color. Also use rgb(73,172,31) instead hex code.

Text Font Color

.myTextColor { color: #49AC1F; }

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

This text font color is #49AC1F.


Background Color

.myBgColor { background-color: #49AC1F; }

<div style="background-color:#49AC1F">Inner text</div>

This div background color is #49AC1F.


Border color

.myBorderColor { border: 1px solid #49AC1F; }

<div style="border:3px solid #49AC1F">Div</div>

This div border color is #49AC1F.


Opacity

.myOpacity80 { color: #49AC1F; opacity: 0.8; }

<p style="color:#49AC1F;opacity:0.8;">80%</p>

Text with #49AC1F 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 #49AC1F;}

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

This text has shadow with #49AC1F color.

.textShadow {text-shadow: 3px 3px 1px #49AC1F, 3px 3px 1px red;}

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

This text has shadow with #49AC1F primary color and red secondary color.


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

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

This text has shadow with #49AC1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AC1F on black background.


Color preview on white background

This text has color #49AC1F on white background.



Black color preview on #49AC1F background

This text has black color on #49AC1F background.


White color preview on #49AC1F background

This text has white color on #49AC1F background.