COLOR #49543C

HEX: #49543C RGB: (73,84,60)

Color info

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

RGB color model

#49543C color RGB value is (73,84,60).

RGB: (73,84,60) (29%, 33%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 60 of 255 = 24%

73
84
60

R + G + B ~ 29%. #49543C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 84 + 60 = 217 (100%)
R 73 of 217 ~ 33.64%
G 84 of 217 ~ 38.71%
B 60 of 217 ~ 27.65'%

%33.64
%38.71
%27.65

CMYK color model

#49543C color CMYK value is (13,0,29,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 67.06%

CMYK: (13,0,29,67)
C13M0Y29K67 (13%, 0%, 29%, 67%)
(0.13 / 0.00 / 0.29 / 0.67)

CMYK percentages

%13.1
%0
%28.57
%67.06

Codes

Color #49543C in popluar color models

49 54 3C
RGB 73 84 60
HSL 88° 16.67% 28.24%
HSB/HSV 88° 28.57% 32.94%
CMYK 13.10% 0.00% 28.57%
67.06%

Color #49543C in popluar number systems.

HEX 49 54 3C
Decimal 73 84 60
Binary 1001001 1010100 111100
Octal 111 124 74

Shades and tints

Shades of #49543C

#49543C
(73,84,60)
#434D37
(67,77,55)
#3D4632
(61,70,50)
#373F2D
(55,63,45)
#313828
(49,56,40)
#2B3123
(43,49,35)
#252A1E
(37,42,30)
#1F2319
(31,35,25)
#191C14
(25,28,20)
#13150F
(19,21,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #49543C

#49543C
(73,84,60)
#59634D
(89,99,77)
#69725E
(105,114,94)
#79816F
(121,129,111)
#899080
(137,144,128)
#999F91
(153,159,145)
#A9AEA2
(169,174,162)
#B9BDB3
(185,189,179)
#C9CCC4
(201,204,196)
#D9DBD5
(217,219,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49543C color. Also use rgb(73,84,60) instead hex code.

Text Font Color

.myTextColor { color: #49543C; }

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

This text font color is #49543C.

Background Color

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

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

This div background color is #49543C.

Border color

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

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

This div border color is #49543C.

Opacity

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

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

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

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

This text has shadow with #49543C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49543C.

Preview

Color preview on black background

This text has color #49543C on black background.


Color preview on white background

This text has color #49543C on white background.


Black color preview on #49543C background

This text has black color on #49543C background.


White color preview on #49543C background

This text has white color on #49543C background.


Related colors

Complementary color

Complementary color for #hex is #B6ABC3.


I love getcolorcode.com

Triadic colors

1 #3C4954 and #543C49 with #49543C are triadic colors.

2 #3C5449 and #54493C with #49543C are triadic colors.