COLOR #493029

HEX: #493029
RGB: (73,48,41)

Color info

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

RGB color model

#493029 color RGB value is (73,48,41).

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

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 41 of 255 = 16%

73
48
41

R + G + B ~ 21%. #493029 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 41 = 162 (100%)
R 73 of 162 ~ 45.06%
G 48 of 162 ~ 29.63%
B 41 of 162 ~ 25.31%

%45.06
%29.63
%25.31

CMYK color model

#493029 color CMYK value is (0,34,44,71).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 43.84%
  • key color value is 71.37%
CMYK:
(0,34,44,71)
C0M34Y44K71 
(0%,34%,44%,71%)
(0.00/0.34/0.44/0.71)	

CMYK percentages

%0
%34.25
%43.84
%71.37

Codes

Color #493029 in popluar color models

493029
RGB734841
HSL13°28.07%22.35%
HSB/HSV13°43.84%28.63%
CMYK0.00%34.25%43.84%
71.37%

Color #493029 in popluar number systems.

HEX493029
Decimal734841
Binary1001001110000101001
Octal1116051

Shades and tints

Shades of #493029

#493029
(73,48,41)
#432C26
(67,44,38)
#3D2823
(61,40,35)
#372420
(55,36,32)
#31201D
(49,32,29)
#2B1C1A
(43,28,26)
#251817
(37,24,23)
#1F1414
(31,20,20)
#191011
(25,16,17)
#130C0E
(19,12,14)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #493029

#493029
(73,48,41)
#59423C
(89,66,60)
#69544F
(105,84,79)
#796662
(121,102,98)
#897875
(137,120,117)
#998A88
(153,138,136)
#A99C9B
(169,156,155)
#B9AEAE
(185,174,174)
#C9C0C1
(201,192,193)
#D9D2D4
(217,210,212)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493029; }

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

This text font color is #493029.


Background Color

.myBgColor { background-color: #493029; }

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

This div background color is #493029.


Border color

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

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

This div border color is #493029.


Opacity

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

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

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

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

This text has shadow with #493029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493029 on black background.


Color preview on white background

This text has color #493029 on white background.



Black color preview on #493029 background

This text has black color on #493029 background.


White color preview on #493029 background

This text has white color on #493029 background.