COLOR #49493C

HEX: #49493C
RGB: (73,73,60)

Color info

#49493C contains red, green and blue colors in about the same proportion. Web safe color of #49493C is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

73
73
60

R + G + B ~ 27%. #49493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 60 = 206 (100%)
R 73 of 206 ~ 35.44%
G 73 of 206 ~ 35.44%
B 60 of 206 ~ 29.13%

%35.44
%35.44
%29.13

CMYK color model

#49493C color CMYK value is (0,0,18,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK:
(0,0,18,71)
C0M0Y18K71 
(0%,0%,18%,71%)
(0.00/0.00/0.18/0.71)	

CMYK percentages

%0
%0
%17.81
%71.37

Codes

Color #49493C in popluar color models

49493C
RGB737360
HSL60°9.77%26.08%
HSB/HSV60°17.81%28.63%
CMYK0.00%0.00%17.81%
71.37%

Color #49493C in popluar number systems.

HEX49493C
Decimal737360
Binary10010011001001111100
Octal11111174

Shades and tints

Shades of #49493C

#49493C
(73,73,60)
#434337
(67,67,55)
#3D3D32
(61,61,50)
#37372D
(55,55,45)
#313128
(49,49,40)
#2B2B23
(43,43,35)
#25251E
(37,37,30)
#1F1F19
(31,31,25)
#191914
(25,25,20)
#13130F
(19,19,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #49493C

#49493C
(73,73,60)
#59594D
(89,89,77)
#69695E
(105,105,94)
#79796F
(121,121,111)
#898980
(137,137,128)
#999991
(153,153,145)
#A9A9A2
(169,169,162)
#B9B9B3
(185,185,179)
#C9C9C4
(201,201,196)
#D9D9D5
(217,217,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49493C; }

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

This text font color is #49493C.


Background Color

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

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

This div background color is #49493C.


Border color

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

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

This div border color is #49493C.


Opacity

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

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

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

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

This text has shadow with #49493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49493C on black background.


Color preview on white background

This text has color #49493C on white background.



Black color preview on #49493C background

This text has black color on #49493C background.


White color preview on #49493C background

This text has white color on #49493C background.