COLOR #493317

HEX: #493317
RGB: (73,51,23)

Color info

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

RGB color model

#493317 color RGB value is (73,51,23).

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

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 23 of 255 = 9%

73
51
23

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

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 23 = 147 (100%)
R 73 of 147 ~ 49.66%
G 51 of 147 ~ 34.69%
B 23 of 147 ~ 15.65%

%49.66
%34.69
%15.65

CMYK color model

#493317 color CMYK value is (0,30,68,71).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(0,30,68,71)
C0M30Y68K71 
(0%,30%,68%,71%)
(0.00/0.30/0.68/0.71)	

CMYK percentages

%0
%30.14
%68.49
%71.37

Codes

Color #493317 in popluar color models

493317
RGB735123
HSL34°52.08%18.82%
HSB/HSV34°68.49%28.63%
CMYK0.00%30.14%68.49%
71.37%

Color #493317 in popluar number systems.

HEX493317
Decimal735123
Binary100100111001110111
Octal1116327

Shades and tints

Shades of #493317

#493317
(73,51,23)
#432F15
(67,47,21)
#3D2B13
(61,43,19)
#372711
(55,39,17)
#31230F
(49,35,15)
#2B1F0D
(43,31,13)
#251B0B
(37,27,11)
#1F1709
(31,23,9)
#191307
(25,19,7)
#130F05
(19,15,5)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #493317

#493317
(73,51,23)
#59452C
(89,69,44)
#695741
(105,87,65)
#796956
(121,105,86)
#897B6B
(137,123,107)
#998D80
(153,141,128)
#A99F95
(169,159,149)
#B9B1AA
(185,177,170)
#C9C3BF
(201,195,191)
#D9D5D4
(217,213,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493317 color. Also use rgb(73,51,23) instead hex code.

Text Font Color

.myTextColor { color: #493317; }

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

This text font color is #493317.


Background Color

.myBgColor { background-color: #493317; }

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

This div background color is #493317.


Border color

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

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

This div border color is #493317.


Opacity

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

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

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

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

This text has shadow with #493317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493317 on black background.


Color preview on white background

This text has color #493317 on white background.



Black color preview on #493317 background

This text has black color on #493317 background.


White color preview on #493317 background

This text has white color on #493317 background.