COLOR #493514

HEX: #493514
RGB: (73,53,20)

Color info

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

RGB color model

#493514 color RGB value is (73,53,20).

  • red value is 73;
  • green value is 53;
  • blue value is 20.
RGB:
(73,53,20)
(29%,21%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 20 of 255 = 8%

73
53
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 20 = 146 (100%)
R 73 of 146 ~ 50%
G 53 of 146 ~ 36.3%
B 20 of 146 ~ 13.7%

%50
%36.3
%13.7

CMYK color model

#493514 color CMYK value is (0,27,73,71).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(0,27,73,71)
C0M27Y73K71 
(0%,27%,73%,71%)
(0.00/0.27/0.73/0.71)	

CMYK percentages

%0
%27.4
%72.6
%71.37

Codes

Color #493514 in popluar color models

493514
RGB735320
HSL37°56.99%18.24%
HSB/HSV37°72.60%28.63%
CMYK0.00%27.40%72.60%
71.37%

Color #493514 in popluar number systems.

HEX493514
Decimal735320
Binary100100111010110100
Octal1116524

Shades and tints

Shades of #493514

#493514
(73,53,20)
#433113
(67,49,19)
#3D2D12
(61,45,18)
#372911
(55,41,17)
#312510
(49,37,16)
#2B210F
(43,33,15)
#251D0E
(37,29,14)
#1F190D
(31,25,13)
#19150C
(25,21,12)
#13110B
(19,17,11)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #493514

#493514
(73,53,20)
#594729
(89,71,41)
#69593E
(105,89,62)
#796B53
(121,107,83)
#897D68
(137,125,104)
#998F7D
(153,143,125)
#A9A192
(169,161,146)
#B9B3A7
(185,179,167)
#C9C5BC
(201,197,188)
#D9D7D1
(217,215,209)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493514 color. Also use rgb(73,53,20) instead hex code.

Text Font Color

.myTextColor { color: #493514; }

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

This text font color is #493514.


Background Color

.myBgColor { background-color: #493514; }

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

This div background color is #493514.


Border color

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

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

This div border color is #493514.


Opacity

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

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

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

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

This text has shadow with #493514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493514 on black background.


Color preview on white background

This text has color #493514 on white background.



Black color preview on #493514 background

This text has black color on #493514 background.


White color preview on #493514 background

This text has white color on #493514 background.