COLOR #49A827

HEX: #49A827 RGB: (73,168,39)

Color info

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

RGB color model

#49A827 color RGB value is (73,168,39).

RGB: (73,168,39) (29%, 66%, 15%)

RGB channels and saturation

R 73 of 255 = 29%
G 168 of 255 = 66%
B 39 of 255 = 15%

73
168
39

R + G + B ~ 37%. #49A827 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 168 + 39 = 280 (100%)
R 73 of 280 ~ 26.07%
G 168 of 280 ~ 60%
B 39 of 280 ~ 13.93'%

%26.07
%60
%13.93

CMYK color model

#49A827 color CMYK value is (57,0,77,34).

  • cyan value is 56.55%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 34.12%

CMYK: (57,0,77,34)
C57M0Y77K34 (57%, 0%, 77%, 34%)
(0.57 / 0.00 / 0.77 / 0.34)

CMYK percentages

%56.55
%0
%76.79
%34.12

Codes

Color #49A827 in popluar color models

49 A8 27
RGB 73 168 39
HSL 104° 62.32% 40.59%
HSB/HSV 104° 76.79% 65.88%
CMYK 56.55% 0.00% 76.79%
34.12%

Color #49A827 in popluar number systems.

HEX 49 A8 27
Decimal 73 168 39
Binary 1001001 10101000 100111
Octal 111 250 47

Shades and tints

Shades of #49A827

#49A827
(73,168,39)
#439924
(67,153,36)
#3D8A21
(61,138,33)
#377B1E
(55,123,30)
#316C1B
(49,108,27)
#2B5D18
(43,93,24)
#254E15
(37,78,21)
#1F3F12
(31,63,18)
#19300F
(25,48,15)
#13210C
(19,33,12)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #49A827

#49A827
(73,168,39)
#59AF3A
(89,175,58)
#69B64D
(105,182,77)
#79BD60
(121,189,96)
#89C473
(137,196,115)
#99CB86
(153,203,134)
#A9D299
(169,210,153)
#B9D9AC
(185,217,172)
#C9E0BF
(201,224,191)
#D9E7D2
(217,231,210)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A827; }

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

This text font color is #49A827.

Background Color

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

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

This div background color is #49A827.

Border color

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

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

This div border color is #49A827.

Opacity

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

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

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

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

This text has shadow with #49A827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49A827.

Preview

Color preview on black background

This text has color #49A827 on black background.


Color preview on white background

This text has color #49A827 on white background.


Black color preview on #49A827 background

This text has black color on #49A827 background.


White color preview on #49A827 background

This text has white color on #49A827 background.


Related colors

Complementary color

Complementary color for #hex is #B657D8.


I love getcolorcode.com

Triadic colors

1 #2749A8 and #A82749 with #49A827 are triadic colors.

2 #27A849 and #A84927 with #49A827 are triadic colors.