COLOR #49994C

HEX: #49994C RGB: (73,153,76)

Color info

#49994C contains mainly green color. Web safe color of #49994C is #339933 (or #393).

RGB color model

#49994C color RGB value is (73,153,76).

RGB: (73,153,76) (29%, 60%, 30%)

RGB channels and saturation

R 73 of 255 = 29%
G 153 of 255 = 60%
B 76 of 255 = 30%

73
153
76

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

Portions of RGB colors in percentages

R + G + B = 73 + 153 + 76 = 302 (100%)
R 73 of 302 ~ 24.17%
G 153 of 302 ~ 50.66%
B 76 of 302 ~ 25.17'%

%24.17
%50.66
%25.17

CMYK color model

#49994C color CMYK value is (52,0,50,40).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 50.33%
  • key color value is 40.00%
CMYK: (52,0,50,40) C52M0Y50K40 (52%,0%,50%,40%) (0.52/0.00/0.50/0.40) 

CMYK percentages

%52.29
%0
%50.33
%40

Codes

Color #49994C in popluar color models

49 99 4C
RGB 73 153 76
HSL 122° 35.40% 44.31%
HSB/HSV 122° 52.29% 60.00%
CMYK 52.29% 0.00% 50.33%
40.00%

Color #49994C in popluar number systems.

HEX 49 99 4C
Decimal 73 153 76
Binary 1001001 10011001 1001100
Octal 111 231 114

Shades and tints

Shades of #49994C

#49994C
(73,153,76)
#438C46
(67,140,70)
#3D7F40
(61,127,64)
#37723A
(55,114,58)
#316534
(49,101,52)
#2B582E
(43,88,46)
#254B28
(37,75,40)
#1F3E22
(31,62,34)
#19311C
(25,49,28)
#132416
(19,36,22)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #49994C

#49994C
(73,153,76)
#59A25C
(89,162,92)
#69AB6C
(105,171,108)
#79B47C
(121,180,124)
#89BD8C
(137,189,140)
#99C69C
(153,198,156)
#A9CFAC
(169,207,172)
#B9D8BC
(185,216,188)
#C9E1CC
(201,225,204)
#D9EADC
(217,234,220)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49994C color. Also use rgb(73,153,76) instead hex code.

Text Font Color

.myTextColor { color: #49994C; }

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

This text font color is #49994C.

Background Color

.myBgColor { background-color: #49994C; }

<div style="background-color:#49994C">Inner text</div>

This div background color is #49994C.

Border color

.myBorderColor { border: 1px solid #49994C; }

<div style="border:3px solid #49994C">Div</div>

This div border color is #49994C.

Opacity

.myOpacity80 { color: #49994C; opacity: 0.8; }

<p style="color:#49994C;opacity:0.8;">80%</p>

Text with #49994C 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 #49994C;}

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

This text has shadow with #49994C color.


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

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

This text has shadow with #49994C primary color and red secondary color.


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

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

This text has shadow with #49994C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49994C.

Preview

Color preview on black background

This text has color #49994C on black background.


Color preview on white background

This text has color #49994C on white background.


Black color preview on #49994C background

This text has black color on #49994C background.


White color preview on #49994C background

This text has white color on #49994C background.


Related colors

Complementary color

Complementary color for #hex is #B666B3.


I love getcolorcode.com

Triadic colors

1 #4C4999 and #994C49 with #49994C are triadic colors.

2 #4C9949 and #99494C with #49994C are triadic colors.