COLOR #493B2A

HEX: #493B2A RGB: (73,59,42)

Color info

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

RGB color model

#493B2A color RGB value is (73,59,42).

RGB: (73,59,42) (29%, 23%, 16%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 42 of 255 = 16%

73
59
42

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

Portions of RGB colors in percentages

R + G + B = 73 + 59 + 42 = 174 (100%)
R 73 of 174 ~ 41.95%
G 59 of 174 ~ 33.91%
B 42 of 174 ~ 24.14'%

%41.95
%33.91
%24.14

CMYK color model

#493B2A color CMYK value is (0,19,42,71).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 42.47%
  • key color value is 71.37%

CMYK: (0,19,42,71)
C0M19Y42K71 (0%, 19%, 42%, 71%)
(0.00 / 0.19 / 0.42 / 0.71)

CMYK percentages

%0
%19.18
%42.47
%71.37

Codes

Color #493B2A in popluar color models

49 3B 2A
RGB 73 59 42
HSL 33° 26.96% 22.55%
HSB/HSV 33° 42.47% 28.63%
CMYK 0.00% 19.18% 42.47%
71.37%

Color #493B2A in popluar number systems.

HEX 49 3B 2A
Decimal 73 59 42
Binary 1001001 111011 101010
Octal 111 73 52

Shades and tints

Shades of #493B2A

#493B2A
(73,59,42)
#433627
(67,54,39)
#3D3124
(61,49,36)
#372C21
(55,44,33)
#31271E
(49,39,30)
#2B221B
(43,34,27)
#251D18
(37,29,24)
#1F1815
(31,24,21)
#191312
(25,19,18)
#130E0F
(19,14,15)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #493B2A

#493B2A
(73,59,42)
#594C3D
(89,76,61)
#695D50
(105,93,80)
#796E63
(121,110,99)
#897F76
(137,127,118)
#999089
(153,144,137)
#A9A19C
(169,161,156)
#B9B2AF
(185,178,175)
#C9C3C2
(201,195,194)
#D9D4D5
(217,212,213)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B2A color. Also use rgb(73,59,42) instead hex code.

Text Font Color

.myTextColor { color: #493B2A; }

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

This text font color is #493B2A.

Background Color

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

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

This div background color is #493B2A.

Border color

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

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

This div border color is #493B2A.

Opacity

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

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

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

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

This text has shadow with #493B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493B2A.

Preview

Color preview on black background

This text has color #493B2A on black background.


Color preview on white background

This text has color #493B2A on white background.


Black color preview on #493B2A background

This text has black color on #493B2A background.


White color preview on #493B2A background

This text has white color on #493B2A background.


Related colors

Complementary color

Complementary color for #hex is #B6C4D5.


I love getcolorcode.com

Triadic colors

1 #2A493B and #3B2A49 with #493B2A are triadic colors.

2 #2A3B49 and #3B492A with #493B2A are triadic colors.