COLOR #493E2C

HEX: #493E2C
RGB: (73,62,44)

Color info

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

RGB color model

#493E2C color RGB value is (73,62,44).

  • red value is 73;
  • green value is 62;
  • blue value is 44.
RGB:
(73,62,44)
(29%,24%,17%)

RGB channels and saturation

R 73 of 255 = 29%
G 62 of 255 = 24%
B 44 of 255 = 17%

73
62
44

R + G + B ~ 23%. #493E2C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 62 + 44 = 179 (100%)
R 73 of 179 ~ 40.78%
G 62 of 179 ~ 34.64%
B 44 of 179 ~ 24.58%

%40.78
%34.64
%24.58

CMYK color model

#493E2C color CMYK value is (0,15,40,71).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK:
(0,15,40,71)
C0M15Y40K71 
(0%,15%,40%,71%)
(0.00/0.15/0.40/0.71)	

CMYK percentages

%0
%15.07
%39.73
%71.37

Codes

Color #493E2C in popluar color models

493E2C
RGB736244
HSL37°24.79%22.94%
HSB/HSV37°39.73%28.63%
CMYK0.00%15.07%39.73%
71.37%

Color #493E2C in popluar number systems.

HEX493E2C
Decimal736244
Binary1001001111110101100
Octal1117654

Shades and tints

Shades of #493E2C

#493E2C
(73,62,44)
#433928
(67,57,40)
#3D3424
(61,52,36)
#372F20
(55,47,32)
#312A1C
(49,42,28)
#2B2518
(43,37,24)
#252014
(37,32,20)
#1F1B10
(31,27,16)
#19160C
(25,22,12)
#131108
(19,17,8)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #493E2C

#493E2C
(73,62,44)
#594F3F
(89,79,63)
#696052
(105,96,82)
#797165
(121,113,101)
#898278
(137,130,120)
#99938B
(153,147,139)
#A9A49E
(169,164,158)
#B9B5B1
(185,181,177)
#C9C6C4
(201,198,196)
#D9D7D7
(217,215,215)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493E2C color. Also use rgb(73,62,44) instead hex code.

Text Font Color

.myTextColor { color: #493E2C; }

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

This text font color is #493E2C.


Background Color

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

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

This div background color is #493E2C.


Border color

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

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

This div border color is #493E2C.


Opacity

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

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

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

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

This text has shadow with #493E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E2C on black background.


Color preview on white background

This text has color #493E2C on white background.



Black color preview on #493E2C background

This text has black color on #493E2C background.


White color preview on #493E2C background

This text has white color on #493E2C background.