COLOR #49573C

HEX: #49573C
RGB: (73,87,60)

Color info

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

RGB color model

#49573C color RGB value is (73,87,60).

  • red value is 73;
  • green value is 87;
  • blue value is 60.
RGB:
(73,87,60)
(29%,34%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 87 of 255 = 34%
B 60 of 255 = 24%

73
87
60

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

Portions of RGB colors in percentages

R + G + B =
73 + 87 + 60 = 220 (100%)
R 73 of 220 ~ 33.18%
G 87 of 220 ~ 39.55%
B 60 of 220 ~ 27.27%

%33.18
%39.55
%27.27

CMYK color model

#49573C color CMYK value is (16,0,31,66).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 65.88%
CMYK:
(16,0,31,66)
C16M0Y31K66 
(16%,0%,31%,66%)
(0.16/0.00/0.31/0.66)	

CMYK percentages

%16.09
%0
%31.03
%65.88

Codes

Color #49573C in popluar color models

49573C
RGB738760
HSL91°18.37%28.82%
HSB/HSV91°31.03%34.12%
CMYK16.09%0.00%31.03%
65.88%

Color #49573C in popluar number systems.

HEX49573C
Decimal738760
Binary10010011010111111100
Octal11112774

Shades and tints

Shades of #49573C

#49573C
(73,87,60)
#435037
(67,80,55)
#3D4932
(61,73,50)
#37422D
(55,66,45)
#313B28
(49,59,40)
#2B3423
(43,52,35)
#252D1E
(37,45,30)
#1F2619
(31,38,25)
#191F14
(25,31,20)
#13180F
(19,24,15)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #49573C

#49573C
(73,87,60)
#59664D
(89,102,77)
#69755E
(105,117,94)
#79846F
(121,132,111)
#899380
(137,147,128)
#99A291
(153,162,145)
#A9B1A2
(169,177,162)
#B9C0B3
(185,192,179)
#C9CFC4
(201,207,196)
#D9DED5
(217,222,213)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49573C; }

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

This text font color is #49573C.


Background Color

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

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

This div background color is #49573C.


Border color

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

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

This div border color is #49573C.


Opacity

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

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

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

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

This text has shadow with #49573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49573C on black background.


Color preview on white background

This text has color #49573C on white background.



Black color preview on #49573C background

This text has black color on #49573C background.


White color preview on #49573C background

This text has white color on #49573C background.