COLOR #493131

HEX: #493131
RGB: (73,49,49)

Color info

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

RGB color model

#493131 color RGB value is (73,49,49).

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

RGB channels and saturation

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

73
49
49

R + G + B ~ 22%. #493131 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 49 = 171 (100%)
R 73 of 171 ~ 42.69%
G 49 of 171 ~ 28.65%
B 49 of 171 ~ 28.65%

%42.69
%28.65
%28.65

CMYK color model

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

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

CMYK percentages

%0
%32.88
%32.88
%71.37

Codes

Color #493131 in popluar color models

493131
RGB734949
HSL19.67%23.92%
HSB/HSV32.88%28.63%
CMYK0.00%32.88%32.88%
71.37%

Color #493131 in popluar number systems.

HEX493131
Decimal734949
Binary1001001110001110001
Octal1116161

Shades and tints

Shades of #493131

#493131
(73,49,49)
#432D2D
(67,45,45)
#3D2929
(61,41,41)
#372525
(55,37,37)
#312121
(49,33,33)
#2B1D1D
(43,29,29)
#251919
(37,25,25)
#1F1515
(31,21,21)
#191111
(25,17,17)
#130D0D
(19,13,13)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #493131

#493131
(73,49,49)
#594343
(89,67,67)
#695555
(105,85,85)
#796767
(121,103,103)
#897979
(137,121,121)
#998B8B
(153,139,139)
#A99D9D
(169,157,157)
#B9AFAF
(185,175,175)
#C9C1C1
(201,193,193)
#D9D3D3
(217,211,211)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493131; }

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

This text font color is #493131.


Background Color

.myBgColor { background-color: #493131; }

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

This div background color is #493131.


Border color

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

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

This div border color is #493131.


Opacity

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

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

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

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

This text has shadow with #493131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493131 on black background.


Color preview on white background

This text has color #493131 on white background.



Black color preview on #493131 background

This text has black color on #493131 background.


White color preview on #493131 background

This text has white color on #493131 background.