COLOR #49996C

HEX: #49996C RGB: (73,153,108)

Color info

#49996C contains mainly green and blue colors. Web safe color of #49996C is #339966 (or #396).

RGB color model

#49996C color RGB value is (73,153,108).

RGB: (73,153,108) (29%, 60%, 42%)

RGB channels and saturation

R 73 of 255 = 29%
G 153 of 255 = 60%
B 108 of 255 = 42%

73
153
108

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

Portions of RGB colors in percentages

R + G + B = 73 + 153 + 108 = 334 (100%)
R 73 of 334 ~ 21.86%
G 153 of 334 ~ 45.81%
B 108 of 334 ~ 32.34'%

%21.86
%45.81
%32.34

CMYK color model

#49996C color CMYK value is (52,0,29,40).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK: (52,0,29,40) C52M0Y29K40 (52%,0%,29%,40%) (0.52/0.00/0.29/0.40) 

CMYK percentages

%52.29
%0
%29.41
%40

Codes

Color #49996C in popluar color models

49 99 6C
RGB 73 153 108
HSL 146° 35.40% 44.31%
HSB/HSV 146° 52.29% 60.00%
CMYK 52.29% 0.00% 29.41%
40.00%

Color #49996C in popluar number systems.

HEX 49 99 6C
Decimal 73 153 108
Binary 1001001 10011001 1101100
Octal 111 231 154

Shades and tints

Shades of #49996C

#49996C
(73,153,108)
#438C63
(67,140,99)
#3D7F5A
(61,127,90)
#377251
(55,114,81)
#316548
(49,101,72)
#2B583F
(43,88,63)
#254B36
(37,75,54)
#1F3E2D
(31,62,45)
#193124
(25,49,36)
#13241B
(19,36,27)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #49996C

#49996C
(73,153,108)
#59A279
(89,162,121)
#69AB86
(105,171,134)
#79B493
(121,180,147)
#89BDA0
(137,189,160)
#99C6AD
(153,198,173)
#A9CFBA
(169,207,186)
#B9D8C7
(185,216,199)
#C9E1D4
(201,225,212)
#D9EAE1
(217,234,225)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49996C; }

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

This text font color is #49996C.

Background Color

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

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

This div background color is #49996C.

Border color

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

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

This div border color is #49996C.

Opacity

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

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

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

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

This text has shadow with #49996C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49996C.

Preview

Color preview on black background

This text has color #49996C on black background.


Color preview on white background

This text has color #49996C on white background.


Black color preview on #49996C background

This text has black color on #49996C background.


White color preview on #49996C background

This text has white color on #49996C background.


Related colors

Complementary color

Complementary color for #hex is #B66693.


I love getcolorcode.com

Triadic colors

1 #6C4999 and #996C49 with #49996C are triadic colors.

2 #6C9949 and #99496C with #49996C are triadic colors.