COLOR #493A44

HEX: #493A44
RGB: (73,58,68)

Color info

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

RGB color model

#493A44 color RGB value is (73,58,68).

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

RGB channels and saturation

R 73 of 255 = 29%
G 58 of 255 = 23%
B 68 of 255 = 27%

73
58
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 58 + 68 = 199 (100%)
R 73 of 199 ~ 36.68%
G 58 of 199 ~ 29.15%
B 68 of 199 ~ 34.17%

%36.68
%29.15
%34.17

CMYK color model

#493A44 color CMYK value is (0,21,7,71).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(0,21,7,71)
C0M21Y7K71 
(0%,21%,7%,71%)
(0.00/0.21/0.07/0.71)	

CMYK percentages

%0
%20.55
%6.85
%71.37

Codes

Color #493A44 in popluar color models

493A44
RGB735868
HSL320°11.45%25.69%
HSB/HSV320°20.55%28.63%
CMYK0.00%20.55%6.85%
71.37%

Color #493A44 in popluar number systems.

HEX493A44
Decimal735868
Binary10010011110101000100
Octal11172104

Shades and tints

Shades of #493A44

#493A44
(73,58,68)
#43353E
(67,53,62)
#3D3038
(61,48,56)
#372B32
(55,43,50)
#31262C
(49,38,44)
#2B2126
(43,33,38)
#251C20
(37,28,32)
#1F171A
(31,23,26)
#191214
(25,18,20)
#130D0E
(19,13,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #493A44

#493A44
(73,58,68)
#594B55
(89,75,85)
#695C66
(105,92,102)
#796D77
(121,109,119)
#897E88
(137,126,136)
#998F99
(153,143,153)
#A9A0AA
(169,160,170)
#B9B1BB
(185,177,187)
#C9C2CC
(201,194,204)
#D9D3DD
(217,211,221)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A44; }

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

This text font color is #493A44.


Background Color

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

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

This div background color is #493A44.


Border color

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

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

This div border color is #493A44.


Opacity

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

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

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

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

This text has shadow with #493A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A44 on black background.


Color preview on white background

This text has color #493A44 on white background.



Black color preview on #493A44 background

This text has black color on #493A44 background.


White color preview on #493A44 background

This text has white color on #493A44 background.