COLOR #493A21

HEX: #493A21
RGB: (73,58,33)

Color info

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

RGB color model

#493A21 color RGB value is (73,58,33).

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

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 33 of 255 = 13%

73
58
33

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

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 33 = 164 (100%)
R 73 of 164 ~ 44.51%
G 58 of 164 ~ 35.37%
B 33 of 164 ~ 20.12%

%44.51
%35.37
%20.12

CMYK color model

#493A21 color CMYK value is (0,21,55,71).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 54.79%
  • key color value is 71.37%
CMYK:
(0,21,55,71)
C0M21Y55K71 
(0%,21%,55%,71%)
(0.00/0.21/0.55/0.71)	

CMYK percentages

%0
%20.55
%54.79
%71.37

Codes

Color #493A21 in popluar color models

493A21
RGB735833
HSL38°37.74%20.78%
HSB/HSV38°54.79%28.63%
CMYK0.00%20.55%54.79%
71.37%

Color #493A21 in popluar number systems.

HEX493A21
Decimal735833
Binary1001001111010100001
Octal1117241

Shades and tints

Shades of #493A21

#493A21
(73,58,33)
#43351E
(67,53,30)
#3D301B
(61,48,27)
#372B18
(55,43,24)
#312615
(49,38,21)
#2B2112
(43,33,18)
#251C0F
(37,28,15)
#1F170C
(31,23,12)
#191209
(25,18,9)
#130D06
(19,13,6)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #493A21

#493A21
(73,58,33)
#594B35
(89,75,53)
#695C49
(105,92,73)
#796D5D
(121,109,93)
#897E71
(137,126,113)
#998F85
(153,143,133)
#A9A099
(169,160,153)
#B9B1AD
(185,177,173)
#C9C2C1
(201,194,193)
#D9D3D5
(217,211,213)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A21; }

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

This text font color is #493A21.


Background Color

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

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

This div background color is #493A21.


Border color

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

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

This div border color is #493A21.


Opacity

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

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

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

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

This text has shadow with #493A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A21 on black background.


Color preview on white background

This text has color #493A21 on white background.



Black color preview on #493A21 background

This text has black color on #493A21 background.


White color preview on #493A21 background

This text has white color on #493A21 background.