COLOR #493542

HEX: #493542
RGB: (73,53,66)

Color info

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

RGB color model

#493542 color RGB value is (73,53,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 66 of 255 = 26%

73
53
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 66 = 192 (100%)
R 73 of 192 ~ 38.02%
G 53 of 192 ~ 27.6%
B 66 of 192 ~ 34.38%

%38.02
%27.6
%34.38

CMYK color model

#493542 color CMYK value is (0,27,10,71).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,27,10,71)
C0M27Y10K71 
(0%,27%,10%,71%)
(0.00/0.27/0.10/0.71)	

CMYK percentages

%0
%27.4
%9.59
%71.37

Codes

Color #493542 in popluar color models

493542
RGB735366
HSL321°15.87%24.71%
HSB/HSV321°27.40%28.63%
CMYK0.00%27.40%9.59%
71.37%

Color #493542 in popluar number systems.

HEX493542
Decimal735366
Binary10010011101011000010
Octal11165102

Shades and tints

Shades of #493542

#493542
(73,53,66)
#43313C
(67,49,60)
#3D2D36
(61,45,54)
#372930
(55,41,48)
#31252A
(49,37,42)
#2B2124
(43,33,36)
#251D1E
(37,29,30)
#1F1918
(31,25,24)
#191512
(25,21,18)
#13110C
(19,17,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #493542

#493542
(73,53,66)
#594753
(89,71,83)
#695964
(105,89,100)
#796B75
(121,107,117)
#897D86
(137,125,134)
#998F97
(153,143,151)
#A9A1A8
(169,161,168)
#B9B3B9
(185,179,185)
#C9C5CA
(201,197,202)
#D9D7DB
(217,215,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493542; }

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

This text font color is #493542.


Background Color

.myBgColor { background-color: #493542; }

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

This div background color is #493542.


Border color

.myBorderColor { border: 1px solid #493542; }

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

This div border color is #493542.


Opacity

.myOpacity80 { color: #493542; opacity: 0.8; }

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

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

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

This text has shadow with #493542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493542 on black background.


Color preview on white background

This text has color #493542 on white background.



Black color preview on #493542 background

This text has black color on #493542 background.


White color preview on #493542 background

This text has white color on #493542 background.