COLOR #493A3C

HEX: #493A3C
RGB: (73,58,60)

Color info

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

RGB color model

#493A3C color RGB value is (73,58,60).

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

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 60 of 255 = 24%

73
58
60

R + G + B ~ 25%. #493A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 60 = 191 (100%)
R 73 of 191 ~ 38.22%
G 58 of 191 ~ 30.37%
B 60 of 191 ~ 31.41%

%38.22
%30.37
%31.41

CMYK color model

#493A3C color CMYK value is (0,21,18,71).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK:
(0,21,18,71)
C0M21Y18K71 
(0%,21%,18%,71%)
(0.00/0.21/0.18/0.71)	

CMYK percentages

%0
%20.55
%17.81
%71.37

Codes

Color #493A3C in popluar color models

493A3C
RGB735860
HSL352°11.45%25.69%
HSB/HSV352°20.55%28.63%
CMYK0.00%20.55%17.81%
71.37%

Color #493A3C in popluar number systems.

HEX493A3C
Decimal735860
Binary1001001111010111100
Octal1117274

Shades and tints

Shades of #493A3C

#493A3C
(73,58,60)
#433537
(67,53,55)
#3D3032
(61,48,50)
#372B2D
(55,43,45)
#312628
(49,38,40)
#2B2123
(43,33,35)
#251C1E
(37,28,30)
#1F1719
(31,23,25)
#191214
(25,18,20)
#130D0F
(19,13,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #493A3C

#493A3C
(73,58,60)
#594B4D
(89,75,77)
#695C5E
(105,92,94)
#796D6F
(121,109,111)
#897E80
(137,126,128)
#998F91
(153,143,145)
#A9A0A2
(169,160,162)
#B9B1B3
(185,177,179)
#C9C2C4
(201,194,196)
#D9D3D5
(217,211,213)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A3C; }

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

This text font color is #493A3C.


Background Color

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

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

This div background color is #493A3C.


Border color

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

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

This div border color is #493A3C.


Opacity

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

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

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

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

This text has shadow with #493A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A3C on black background.


Color preview on white background

This text has color #493A3C on white background.



Black color preview on #493A3C background

This text has black color on #493A3C background.


White color preview on #493A3C background

This text has white color on #493A3C background.