COLOR #49A830

HEX: #49A830
RGB: (73,168,48)

Color info

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

RGB color model

#49A830 color RGB value is (73,168,48).

  • red value is 73;
  • green value is 168;
  • blue value is 48.
RGB:
(73,168,48)
(29%,66%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 168 of 255 = 66%
B 48 of 255 = 19%

73
168
48

R + G + B ~ 38%. #49A830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 168 + 48 = 289 (100%)
R 73 of 289 ~ 25.26%
G 168 of 289 ~ 58.13%
B 48 of 289 ~ 16.61%

%25.26
%58.13
%16.61

CMYK color model

#49A830 color CMYK value is (57,0,71,34).

  • cyan value is 56.55%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 34.12%
CMYK:
(57,0,71,34)
C57M0Y71K34 
(57%,0%,71%,34%)
(0.57/0.00/0.71/0.34)	

CMYK percentages

%56.55
%0
%71.43
%34.12

Codes

Color #49A830 in popluar color models

49A830
RGB7316848
HSL108°55.56%42.35%
HSB/HSV108°71.43%65.88%
CMYK56.55%0.00%71.43%
34.12%

Color #49A830 in popluar number systems.

HEX49A830
Decimal7316848
Binary100100110101000110000
Octal11125060

Shades and tints

Shades of #49A830

#49A830
(73,168,48)
#43992C
(67,153,44)
#3D8A28
(61,138,40)
#377B24
(55,123,36)
#316C20
(49,108,32)
#2B5D1C
(43,93,28)
#254E18
(37,78,24)
#1F3F14
(31,63,20)
#193010
(25,48,16)
#13210C
(19,33,12)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #49A830

#49A830
(73,168,48)
#59AF42
(89,175,66)
#69B654
(105,182,84)
#79BD66
(121,189,102)
#89C478
(137,196,120)
#99CB8A
(153,203,138)
#A9D29C
(169,210,156)
#B9D9AE
(185,217,174)
#C9E0C0
(201,224,192)
#D9E7D2
(217,231,210)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A830 color. Also use rgb(73,168,48) instead hex code.

Text Font Color

.myTextColor { color: #49A830; }

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

This text font color is #49A830.


Background Color

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

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

This div background color is #49A830.


Border color

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

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

This div border color is #49A830.


Opacity

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

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

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

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

This text has shadow with #49A830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A830 on black background.


Color preview on white background

This text has color #49A830 on white background.



Black color preview on #49A830 background

This text has black color on #49A830 background.


White color preview on #49A830 background

This text has white color on #49A830 background.