COLOR #493137

HEX: #493137
RGB: (73,49,55)

Color info

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

RGB color model

#493137 color RGB value is (73,49,55).

  • red value is 73;
  • green value is 49;
  • blue value is 55.
RGB:
(73,49,55)
(29%,19%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 55 of 255 = 22%

73
49
55

R + G + B ~ 23%. #493137 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 55 = 177 (100%)
R 73 of 177 ~ 41.24%
G 49 of 177 ~ 27.68%
B 55 of 177 ~ 31.07%

%41.24
%27.68
%31.07

CMYK color model

#493137 color CMYK value is (0,33,25,71).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,33,25,71)
C0M33Y25K71 
(0%,33%,25%,71%)
(0.00/0.33/0.25/0.71)	

CMYK percentages

%0
%32.88
%24.66
%71.37

Codes

Color #493137 in popluar color models

493137
RGB734955
HSL345°19.67%23.92%
HSB/HSV345°32.88%28.63%
CMYK0.00%32.88%24.66%
71.37%

Color #493137 in popluar number systems.

HEX493137
Decimal734955
Binary1001001110001110111
Octal1116167

Shades and tints

Shades of #493137

#493137
(73,49,55)
#432D32
(67,45,50)
#3D292D
(61,41,45)
#372528
(55,37,40)
#312123
(49,33,35)
#2B1D1E
(43,29,30)
#251919
(37,25,25)
#1F1514
(31,21,20)
#19110F
(25,17,15)
#130D0A
(19,13,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #493137

#493137
(73,49,55)
#594349
(89,67,73)
#69555B
(105,85,91)
#79676D
(121,103,109)
#89797F
(137,121,127)
#998B91
(153,139,145)
#A99DA3
(169,157,163)
#B9AFB5
(185,175,181)
#C9C1C7
(201,193,199)
#D9D3D9
(217,211,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493137 color. Also use rgb(73,49,55) instead hex code.

Text Font Color

.myTextColor { color: #493137; }

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

This text font color is #493137.


Background Color

.myBgColor { background-color: #493137; }

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

This div background color is #493137.


Border color

.myBorderColor { border: 1px solid #493137; }

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

This div border color is #493137.


Opacity

.myOpacity80 { color: #493137; opacity: 0.8; }

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

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

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

This text has shadow with #493137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493137 on black background.


Color preview on white background

This text has color #493137 on white background.



Black color preview on #493137 background

This text has black color on #493137 background.


White color preview on #493137 background

This text has white color on #493137 background.