COLOR #493C42

HEX: #493C42
RGB: (73,60,66)

Color info

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

RGB color model

#493C42 color RGB value is (73,60,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 60 of 255 = 24%
B 66 of 255 = 26%

73
60
66

R + G + B ~ 26%. #493C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 60 + 66 = 199 (100%)
R 73 of 199 ~ 36.68%
G 60 of 199 ~ 30.15%
B 66 of 199 ~ 33.17%

%36.68
%30.15
%33.17

CMYK color model

#493C42 color CMYK value is (0,18,10,71).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,18,10,71)
C0M18Y10K71 
(0%,18%,10%,71%)
(0.00/0.18/0.10/0.71)	

CMYK percentages

%0
%17.81
%9.59
%71.37

Codes

Color #493C42 in popluar color models

493C42
RGB736066
HSL332°9.77%26.08%
HSB/HSV332°17.81%28.63%
CMYK0.00%17.81%9.59%
71.37%

Color #493C42 in popluar number systems.

HEX493C42
Decimal736066
Binary10010011111001000010
Octal11174102

Shades and tints

Shades of #493C42

#493C42
(73,60,66)
#43373C
(67,55,60)
#3D3236
(61,50,54)
#372D30
(55,45,48)
#31282A
(49,40,42)
#2B2324
(43,35,36)
#251E1E
(37,30,30)
#1F1918
(31,25,24)
#191412
(25,20,18)
#130F0C
(19,15,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #493C42

#493C42
(73,60,66)
#594D53
(89,77,83)
#695E64
(105,94,100)
#796F75
(121,111,117)
#898086
(137,128,134)
#999197
(153,145,151)
#A9A2A8
(169,162,168)
#B9B3B9
(185,179,185)
#C9C4CA
(201,196,202)
#D9D5DB
(217,213,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C42; }

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

This text font color is #493C42.


Background Color

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

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

This div background color is #493C42.


Border color

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

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

This div border color is #493C42.


Opacity

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

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

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

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

This text has shadow with #493C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C42 on black background.


Color preview on white background

This text has color #493C42 on white background.



Black color preview on #493C42 background

This text has black color on #493C42 background.


White color preview on #493C42 background

This text has white color on #493C42 background.