COLOR #49503D

HEX: #49503D RGB: (73,80,61)

Color info

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

RGB color model

#49503D color RGB value is (73,80,61).

RGB: (73,80,61) (29%, 31%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 61 of 255 = 24%

73
80
61

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

Portions of RGB colors in percentages

R + G + B = 73 + 80 + 61 = 214 (100%)
R 73 of 214 ~ 34.11%
G 80 of 214 ~ 37.38%
B 61 of 214 ~ 28.5'%

%34.11
%37.38
%28.5

CMYK color model

#49503D color CMYK value is (9,0,24,69).

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

CMYK: (9,0,24,69)
C9M0Y24K69 (9%, 0%, 24%, 69%)
(0.09 / 0.00 / 0.24 / 0.69)

CMYK percentages

%8.75
%0
%23.75
%68.63

Codes

Color #49503D in popluar color models

49 50 3D
RGB 73 80 61
HSL 82° 13.48% 27.65%
HSB/HSV 82° 23.75% 31.37%
CMYK 8.75% 0.00% 23.75%
68.63%

Color #49503D in popluar number systems.

HEX 49 50 3D
Decimal 73 80 61
Binary 1001001 1010000 111101
Octal 111 120 75

Shades and tints

Shades of #49503D

#49503D
(73,80,61)
#434938
(67,73,56)
#3D4233
(61,66,51)
#373B2E
(55,59,46)
#313429
(49,52,41)
#2B2D24
(43,45,36)
#25261F
(37,38,31)
#1F1F1A
(31,31,26)
#191815
(25,24,21)
#131110
(19,17,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #49503D

#49503D
(73,80,61)
#595F4E
(89,95,78)
#696E5F
(105,110,95)
#797D70
(121,125,112)
#898C81
(137,140,129)
#999B92
(153,155,146)
#A9AAA3
(169,170,163)
#B9B9B4
(185,185,180)
#C9C8C5
(201,200,197)
#D9D7D6
(217,215,214)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49503D; }

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

This text font color is #49503D.

Background Color

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

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

This div background color is #49503D.

Border color

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

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

This div border color is #49503D.

Opacity

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

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

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

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

This text has shadow with #49503D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49503D.

Preview

Color preview on black background

This text has color #49503D on black background.


Color preview on white background

This text has color #49503D on white background.


Black color preview on #49503D background

This text has black color on #49503D background.


White color preview on #49503D background

This text has white color on #49503D background.


Related colors

Complementary color

Complementary color for #hex is #B6AFC2.


I love getcolorcode.com

Triadic colors

1 #3D4950 and #503D49 with #49503D are triadic colors.

2 #3D5049 and #50493D with #49503D are triadic colors.