COLOR #49503B

HEX: #49503B RGB: (73,80,59)

Color info

#49503B contains red, green and blue colors in about the same proportion. Web safe color of #49503B is #336633 (or #363).

RGB color model

#49503B color RGB value is (73,80,59).

RGB: (73,80,59) (29%, 31%, 23%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 59 of 255 = 23%

73
80
59

R + G + B ~ 28%. #49503B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 80 + 59 = 212 (100%)
R 73 of 212 ~ 34.43%
G 80 of 212 ~ 37.74%
B 59 of 212 ~ 27.83'%

%34.43
%37.74
%27.83

CMYK color model

#49503B color CMYK value is (9,0,26,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%

CMYK: (9,0,26,69)
C9M0Y26K69 (9%, 0%, 26%, 69%)
(0.09 / 0.00 / 0.26 / 0.69)

CMYK percentages

%8.75
%0
%26.25
%68.63

Codes

Color #49503B in popluar color models

49 50 3B
RGB 73 80 59
HSL 80° 15.11% 27.25%
HSB/HSV 80° 26.25% 31.37%
CMYK 8.75% 0.00% 26.25%
68.63%

Color #49503B in popluar number systems.

HEX 49 50 3B
Decimal 73 80 59
Binary 1001001 1010000 111011
Octal 111 120 73

Shades and tints

Shades of #49503B

#49503B
(73,80,59)
#434936
(67,73,54)
#3D4231
(61,66,49)
#373B2C
(55,59,44)
#313427
(49,52,39)
#2B2D22
(43,45,34)
#25261D
(37,38,29)
#1F1F18
(31,31,24)
#191813
(25,24,19)
#13110E
(19,17,14)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #49503B

#49503B
(73,80,59)
#595F4C
(89,95,76)
#696E5D
(105,110,93)
#797D6E
(121,125,110)
#898C7F
(137,140,127)
#999B90
(153,155,144)
#A9AAA1
(169,170,161)
#B9B9B2
(185,185,178)
#C9C8C3
(201,200,195)
#D9D7D4
(217,215,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49503B color. Also use rgb(73,80,59) instead hex code.

Text Font Color

.myTextColor { color: #49503B; }

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

This text font color is #49503B.

Background Color

.myBgColor { background-color: #49503B; }

<div style="background-color:#49503B">Inner text</div>

This div background color is #49503B.

Border color

.myBorderColor { border: 1px solid #49503B; }

<div style="border:3px solid #49503B">Div</div>

This div border color is #49503B.

Opacity

.myOpacity80 { color: #49503B; opacity: 0.8; }

<p style="color:#49503B;opacity:0.8;">80%</p>

Text with #49503B 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 #49503B;}

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

This text has shadow with #49503B color.


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

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

This text has shadow with #49503B primary color and red secondary color.


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

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

This text has shadow with #49503B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49503B.

Preview

Color preview on black background

This text has color #49503B on black background.


Color preview on white background

This text has color #49503B on white background.


Black color preview on #49503B background

This text has black color on #49503B background.


White color preview on #49503B background

This text has white color on #49503B background.


Related colors

Complementary color

Complementary color for #hex is #B6AFC4.


I love getcolorcode.com

Triadic colors

1 #3B4950 and #503B49 with #49503B are triadic colors.

2 #3B5049 and #50493B with #49503B are triadic colors.