COLOR #49A04A

HEX: #49A04A
RGB: (73,160,74)

Color info

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

RGB color model

#49A04A color RGB value is (73,160,74).

  • red value is 73;
  • green value is 160;
  • blue value is 74.
RGB:
(73,160,74)
(29%,63%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 160 of 255 = 63%
B 74 of 255 = 29%

73
160
74

R + G + B ~ 40%. #49A04A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 160 + 74 = 307 (100%)
R 73 of 307 ~ 23.78%
G 160 of 307 ~ 52.12%
B 74 of 307 ~ 24.1%

%23.78
%52.12
%24.1

CMYK color model

#49A04A color CMYK value is (54,0,54,37).

  • cyan value is 54.38%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 37.25%
CMYK:
(54,0,54,37)
C54M0Y54K37 
(54%,0%,54%,37%)
(0.54/0.00/0.54/0.37)	

CMYK percentages

%54.38
%0
%53.75
%37.25

Codes

Color #49A04A in popluar color models

49A04A
RGB7316074
HSL121°37.34%45.69%
HSB/HSV121°54.38%62.75%
CMYK54.38%0.00%53.75%
37.25%

Color #49A04A in popluar number systems.

HEX49A04A
Decimal7316074
Binary1001001101000001001010
Octal111240112

Shades and tints

Shades of #49A04A

#49A04A
(73,160,74)
#439244
(67,146,68)
#3D843E
(61,132,62)
#377638
(55,118,56)
#316832
(49,104,50)
#2B5A2C
(43,90,44)
#254C26
(37,76,38)
#1F3E20
(31,62,32)
#19301A
(25,48,26)
#132214
(19,34,20)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #49A04A

#49A04A
(73,160,74)
#59A85A
(89,168,90)
#69B06A
(105,176,106)
#79B87A
(121,184,122)
#89C08A
(137,192,138)
#99C89A
(153,200,154)
#A9D0AA
(169,208,170)
#B9D8BA
(185,216,186)
#C9E0CA
(201,224,202)
#D9E8DA
(217,232,218)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A04A color. Also use rgb(73,160,74) instead hex code.

Text Font Color

.myTextColor { color: #49A04A; }

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

This text font color is #49A04A.


Background Color

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

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

This div background color is #49A04A.


Border color

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

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

This div border color is #49A04A.


Opacity

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

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

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

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

This text has shadow with #49A04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A04A on black background.


Color preview on white background

This text has color #49A04A on white background.



Black color preview on #49A04A background

This text has black color on #49A04A background.


White color preview on #49A04A background

This text has white color on #49A04A background.