COLOR #493C2E

HEX: #493C2E
RGB: (73,60,46)

Color info

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

RGB color model

#493C2E color RGB value is (73,60,46).

  • red value is 73;
  • green value is 60;
  • blue value is 46.
RGB:
(73,60,46)
(29%,24%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 60 of 255 = 24%
B 46 of 255 = 18%

73
60
46

R + G + B ~ 24%. #493C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 60 + 46 = 179 (100%)
R 73 of 179 ~ 40.78%
G 60 of 179 ~ 33.52%
B 46 of 179 ~ 25.7%

%40.78
%33.52
%25.7

CMYK color model

#493C2E color CMYK value is (0,18,37,71).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(0,18,37,71)
C0M18Y37K71 
(0%,18%,37%,71%)
(0.00/0.18/0.37/0.71)	

CMYK percentages

%0
%17.81
%36.99
%71.37

Codes

Color #493C2E in popluar color models

493C2E
RGB736046
HSL31°22.69%23.33%
HSB/HSV31°36.99%28.63%
CMYK0.00%17.81%36.99%
71.37%

Color #493C2E in popluar number systems.

HEX493C2E
Decimal736046
Binary1001001111100101110
Octal1117456

Shades and tints

Shades of #493C2E

#493C2E
(73,60,46)
#43372A
(67,55,42)
#3D3226
(61,50,38)
#372D22
(55,45,34)
#31281E
(49,40,30)
#2B231A
(43,35,26)
#251E16
(37,30,22)
#1F1912
(31,25,18)
#19140E
(25,20,14)
#130F0A
(19,15,10)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #493C2E

#493C2E
(73,60,46)
#594D41
(89,77,65)
#695E54
(105,94,84)
#796F67
(121,111,103)
#89807A
(137,128,122)
#99918D
(153,145,141)
#A9A2A0
(169,162,160)
#B9B3B3
(185,179,179)
#C9C4C6
(201,196,198)
#D9D5D9
(217,213,217)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493C2E color. Also use rgb(73,60,46) instead hex code.

Text Font Color

.myTextColor { color: #493C2E; }

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

This text font color is #493C2E.


Background Color

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

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

This div background color is #493C2E.


Border color

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

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

This div border color is #493C2E.


Opacity

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

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

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

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

This text has shadow with #493C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C2E on black background.


Color preview on white background

This text has color #493C2E on white background.



Black color preview on #493C2E background

This text has black color on #493C2E background.


White color preview on #493C2E background

This text has white color on #493C2E background.