COLOR #493913

HEX: #493913
RGB: (73,57,19)

Color info

#493913 contains red, green and blue colors in about the same proportion. Web safe color of #493913 is #333300 (or #330).

RGB color model

#493913 color RGB value is (73,57,19).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 19 of 255 = 7%

73
57
19

R + G + B ~ 19%. #493913 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 19 = 149 (100%)
R 73 of 149 ~ 48.99%
G 57 of 149 ~ 38.26%
B 19 of 149 ~ 12.75%

%48.99
%38.26
%12.75

CMYK color model

#493913 color CMYK value is (0,22,74,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 73.97%
  • key color value is 71.37%
CMYK:
(0,22,74,71)
C0M22Y74K71 
(0%,22%,74%,71%)
(0.00/0.22/0.74/0.71)	

CMYK percentages

%0
%21.92
%73.97
%71.37

Codes

Color #493913 in popluar color models

493913
RGB735719
HSL42°58.70%18.04%
HSB/HSV42°73.97%28.63%
CMYK0.00%21.92%73.97%
71.37%

Color #493913 in popluar number systems.

HEX493913
Decimal735719
Binary100100111100110011
Octal1117123

Shades and tints

Shades of #493913

#493913
(73,57,19)
#433412
(67,52,18)
#3D2F11
(61,47,17)
#372A10
(55,42,16)
#31250F
(49,37,15)
#2B200E
(43,32,14)
#251B0D
(37,27,13)
#1F160C
(31,22,12)
#19110B
(25,17,11)
#130C0A
(19,12,10)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #493913

#493913
(73,57,19)
#594B28
(89,75,40)
#695D3D
(105,93,61)
#796F52
(121,111,82)
#898167
(137,129,103)
#99937C
(153,147,124)
#A9A591
(169,165,145)
#B9B7A6
(185,183,166)
#C9C9BB
(201,201,187)
#D9DBD0
(217,219,208)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493913; }

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

This text font color is #493913.


Background Color

.myBgColor { background-color: #493913; }

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

This div background color is #493913.


Border color

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

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

This div border color is #493913.


Opacity

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

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

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

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

This text has shadow with #493913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493913 on black background.


Color preview on white background

This text has color #493913 on white background.



Black color preview on #493913 background

This text has black color on #493913 background.


White color preview on #493913 background

This text has white color on #493913 background.