COLOR #493209

HEX: #493209
RGB: (73,50,9)

Color info

#493209 contains mainly red and green colors. Web safe color of #493209 is #333300 (or #330).

RGB color model

#493209 color RGB value is (73,50,9).

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

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 9 of 255 = 4%

73
50
9

R + G + B ~ 18%. #493209 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 9 = 132 (100%)
R 73 of 132 ~ 55.3%
G 50 of 132 ~ 37.88%
B 9 of 132 ~ 6.82%

%55.3
%37.88

CMYK color model

#493209 color CMYK value is (0,32,88,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 87.67%
  • key color value is 71.37%
CMYK:
(0,32,88,71)
C0M32Y88K71 
(0%,32%,88%,71%)
(0.00/0.32/0.88/0.71)	

CMYK percentages

%0
%31.51
%87.67
%71.37

Codes

Color #493209 in popluar color models

493209
RGB73509
HSL38°78.05%16.08%
HSB/HSV38°87.67%28.63%
CMYK0.00%31.51%87.67%
71.37%

Color #493209 in popluar number systems.

HEX493209
Decimal73509
Binary10010011100101001
Octal1116211

Shades and tints

Shades of #493209

#493209
(73,50,9)
#432E09
(67,46,9)
#3D2A09
(61,42,9)
#372609
(55,38,9)
#312209
(49,34,9)
#2B1E09
(43,30,9)
#251A09
(37,26,9)
#1F1609
(31,22,9)
#191209
(25,18,9)
#130E09
(19,14,9)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #493209

#493209
(73,50,9)
#59441F
(89,68,31)
#695635
(105,86,53)
#79684B
(121,104,75)
#897A61
(137,122,97)
#998C77
(153,140,119)
#A99E8D
(169,158,141)
#B9B0A3
(185,176,163)
#C9C2B9
(201,194,185)
#D9D4CF
(217,212,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493209; }

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

This text font color is #493209.


Background Color

.myBgColor { background-color: #493209; }

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

This div background color is #493209.


Border color

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

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

This div border color is #493209.


Opacity

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

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

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

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

This text has shadow with #493209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493209 on black background.


Color preview on white background

This text has color #493209 on white background.



Black color preview on #493209 background

This text has black color on #493209 background.


White color preview on #493209 background

This text has white color on #493209 background.