COLOR #49A103

HEX: #49A103
RGB: (73,161,3)

Color info

#49A103 contains mainly green color. Web safe color of #49A103 is #339900 (or #390).

RGB color model

#49A103 color RGB value is (73,161,3).

  • red value is 73;
  • green value is 161;
  • blue value is 3.
RGB:
(73,161,3)
(29%,63%,1%)

RGB channels and saturation

R 73 of 255 = 29%
G 161 of 255 = 63%
B 3 of 255 = 1%

73
161
3

R + G + B ~ 31%. #49A103 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 161 + 3 = 237 (100%)
R 73 of 237 ~ 30.8%
G 161 of 237 ~ 67.93%
B 3 of 237 ~ 1.27%

%30.8
%67.93

CMYK color model

#49A103 color CMYK value is (55,0,98,37).

  • cyan value is 54.66%
  • magenta value is 0.00%
  • yellow value is 98.14%
  • key color value is 36.86%
CMYK:
(55,0,98,37)
C55M0Y98K37 
(55%,0%,98%,37%)
(0.55/0.00/0.98/0.37)	

CMYK percentages

%54.66
%0
%98.14
%36.86

Codes

Color #49A103 in popluar color models

49A103
RGB731613
HSL93°96.34%32.16%
HSB/HSV93°98.14%63.14%
CMYK54.66%0.00%98.14%
36.86%

Color #49A103 in popluar number systems.

HEX49A103
Decimal731613
Binary10010011010000111
Octal1112413

Shades and tints

Shades of #49A103

#49A103
(73,161,3)
#439303
(67,147,3)
#3D8503
(61,133,3)
#377703
(55,119,3)
#316903
(49,105,3)
#2B5B03
(43,91,3)
#254D03
(37,77,3)
#1F3F03
(31,63,3)
#193103
(25,49,3)
#132303
(19,35,3)
#0D1503
(13,21,3)
#000000
(0,0,0)

Tints of #49A103

#49A103
(73,161,3)
#59A919
(89,169,25)
#69B12F
(105,177,47)
#79B945
(121,185,69)
#89C15B
(137,193,91)
#99C971
(153,201,113)
#A9D187
(169,209,135)
#B9D99D
(185,217,157)
#C9E1B3
(201,225,179)
#D9E9C9
(217,233,201)
#E9F1DF
(233,241,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A103 color. Also use rgb(73,161,3) instead hex code.

Text Font Color

.myTextColor { color: #49A103; }

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

This text font color is #49A103.


Background Color

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

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

This div background color is #49A103.


Border color

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

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

This div border color is #49A103.


Opacity

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

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

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

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

This text has shadow with #49A103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A103 on black background.


Color preview on white background

This text has color #49A103 on white background.



Black color preview on #49A103 background

This text has black color on #49A103 background.


White color preview on #49A103 background

This text has white color on #49A103 background.