COLOR #493F1F

HEX: #493F1F
RGB: (73,63,31)

Color info

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

RGB color model

#493F1F color RGB value is (73,63,31).

  • red value is 73;
  • green value is 63;
  • blue value is 31.
RGB:
(73,63,31)
(29%,25%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 31 of 255 = 12%

73
63
31

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

Portions of RGB colors in percentages

R + G + B =
73 + 63 + 31 = 167 (100%)
R 73 of 167 ~ 43.71%
G 63 of 167 ~ 37.72%
B 31 of 167 ~ 18.56%

%43.71
%37.72
%18.56

CMYK color model

#493F1F color CMYK value is (0,14,58,71).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(0,14,58,71)
C0M14Y58K71 
(0%,14%,58%,71%)
(0.00/0.14/0.58/0.71)	

CMYK percentages

%0
%13.7
%57.53
%71.37

Codes

Color #493F1F in popluar color models

493F1F
RGB736331
HSL46°40.38%20.39%
HSB/HSV46°57.53%28.63%
CMYK0.00%13.70%57.53%
71.37%

Color #493F1F in popluar number systems.

HEX493F1F
Decimal736331
Binary100100111111111111
Octal1117737

Shades and tints

Shades of #493F1F

#493F1F
(73,63,31)
#433A1D
(67,58,29)
#3D351B
(61,53,27)
#373019
(55,48,25)
#312B17
(49,43,23)
#2B2615
(43,38,21)
#252113
(37,33,19)
#1F1C11
(31,28,17)
#19170F
(25,23,15)
#13120D
(19,18,13)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #493F1F

#493F1F
(73,63,31)
#595033
(89,80,51)
#696147
(105,97,71)
#79725B
(121,114,91)
#89836F
(137,131,111)
#999483
(153,148,131)
#A9A597
(169,165,151)
#B9B6AB
(185,182,171)
#C9C7BF
(201,199,191)
#D9D8D3
(217,216,211)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F1F color. Also use rgb(73,63,31) instead hex code.

Text Font Color

.myTextColor { color: #493F1F; }

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

This text font color is #493F1F.


Background Color

.myBgColor { background-color: #493F1F; }

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

This div background color is #493F1F.


Border color

.myBorderColor { border: 1px solid #493F1F; }

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

This div border color is #493F1F.


Opacity

.myOpacity80 { color: #493F1F; opacity: 0.8; }

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

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

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

This text has shadow with #493F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F1F on black background.


Color preview on white background

This text has color #493F1F on white background.



Black color preview on #493F1F background

This text has black color on #493F1F background.


White color preview on #493F1F background

This text has white color on #493F1F background.