COLOR #493A32

HEX: #493A32
RGB: (73,58,50)

Color info

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

RGB color model

#493A32 color RGB value is (73,58,50).

  • red value is 73;
  • green value is 58;
  • blue value is 50.
RGB:
(73,58,50)
(29%,23%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 50 of 255 = 20%

73
58
50

R + G + B ~ 24%. #493A32 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 50 = 181 (100%)
R 73 of 181 ~ 40.33%
G 58 of 181 ~ 32.04%
B 50 of 181 ~ 27.62%

%40.33
%32.04
%27.62

CMYK color model

#493A32 color CMYK value is (0,21,32,71).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 31.51%
  • key color value is 71.37%
CMYK:
(0,21,32,71)
C0M21Y32K71 
(0%,21%,32%,71%)
(0.00/0.21/0.32/0.71)	

CMYK percentages

%0
%20.55
%31.51
%71.37

Codes

Color #493A32 in popluar color models

493A32
RGB735850
HSL21°18.70%24.12%
HSB/HSV21°31.51%28.63%
CMYK0.00%20.55%31.51%
71.37%

Color #493A32 in popluar number systems.

HEX493A32
Decimal735850
Binary1001001111010110010
Octal1117262

Shades and tints

Shades of #493A32

#493A32
(73,58,50)
#43352E
(67,53,46)
#3D302A
(61,48,42)
#372B26
(55,43,38)
#312622
(49,38,34)
#2B211E
(43,33,30)
#251C1A
(37,28,26)
#1F1716
(31,23,22)
#191212
(25,18,18)
#130D0E
(19,13,14)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #493A32

#493A32
(73,58,50)
#594B44
(89,75,68)
#695C56
(105,92,86)
#796D68
(121,109,104)
#897E7A
(137,126,122)
#998F8C
(153,143,140)
#A9A09E
(169,160,158)
#B9B1B0
(185,177,176)
#C9C2C2
(201,194,194)
#D9D3D4
(217,211,212)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A32 color. Also use rgb(73,58,50) instead hex code.

Text Font Color

.myTextColor { color: #493A32; }

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

This text font color is #493A32.


Background Color

.myBgColor { background-color: #493A32; }

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

This div background color is #493A32.


Border color

.myBorderColor { border: 1px solid #493A32; }

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

This div border color is #493A32.


Opacity

.myOpacity80 { color: #493A32; opacity: 0.8; }

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

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

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

This text has shadow with #493A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A32 on black background.


Color preview on white background

This text has color #493A32 on white background.



Black color preview on #493A32 background

This text has black color on #493A32 background.


White color preview on #493A32 background

This text has white color on #493A32 background.