COLOR #493929

HEX: #493929
RGB: (73,57,41)

Color info

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

RGB color model

#493929 color RGB value is (73,57,41).

  • red value is 73;
  • green value is 57;
  • blue value is 41.
RGB:
(73,57,41)
(29%,22%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 41 of 255 = 16%

73
57
41

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

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 41 = 171 (100%)
R 73 of 171 ~ 42.69%
G 57 of 171 ~ 33.33%
B 41 of 171 ~ 23.98%

%42.69
%33.33
%23.98

CMYK color model

#493929 color CMYK value is (0,22,44,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 43.84%
  • key color value is 71.37%
CMYK:
(0,22,44,71)
C0M22Y44K71 
(0%,22%,44%,71%)
(0.00/0.22/0.44/0.71)	

CMYK percentages

%0
%21.92
%43.84
%71.37

Codes

Color #493929 in popluar color models

493929
RGB735741
HSL30°28.07%22.35%
HSB/HSV30°43.84%28.63%
CMYK0.00%21.92%43.84%
71.37%

Color #493929 in popluar number systems.

HEX493929
Decimal735741
Binary1001001111001101001
Octal1117151

Shades and tints

Shades of #493929

#493929
(73,57,41)
#433426
(67,52,38)
#3D2F23
(61,47,35)
#372A20
(55,42,32)
#31251D
(49,37,29)
#2B201A
(43,32,26)
#251B17
(37,27,23)
#1F1614
(31,22,20)
#191111
(25,17,17)
#130C0E
(19,12,14)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #493929

#493929
(73,57,41)
#594B3C
(89,75,60)
#695D4F
(105,93,79)
#796F62
(121,111,98)
#898175
(137,129,117)
#999388
(153,147,136)
#A9A59B
(169,165,155)
#B9B7AE
(185,183,174)
#C9C9C1
(201,201,193)
#D9DBD4
(217,219,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493929; }

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

This text font color is #493929.


Background Color

.myBgColor { background-color: #493929; }

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

This div background color is #493929.


Border color

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

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

This div border color is #493929.


Opacity

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

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

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

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

This text has shadow with #493929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493929 on black background.


Color preview on white background

This text has color #493929 on white background.



Black color preview on #493929 background

This text has black color on #493929 background.


White color preview on #493929 background

This text has white color on #493929 background.