COLOR #493F51

HEX: #493F51
RGB: (73,63,81)

Color info

#493F51 contains red, green and blue colors in about the same proportion. Web safe color of #493F51 is #333366 (or #336).

RGB color model

#493F51 color RGB value is (73,63,81).

  • red value is 73;
  • green value is 63;
  • blue value is 81.
RGB:
(73,63,81)
(29%,25%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 81 of 255 = 32%

73
63
81

R + G + B ~ 29%. #493F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 63 + 81 = 217 (100%)
R 73 of 217 ~ 33.64%
G 63 of 217 ~ 29.03%
B 81 of 217 ~ 37.33%

%33.64
%29.03
%37.33

CMYK color model

#493F51 color CMYK value is (10,22,0,68).

  • cyan value is 9.88%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,22,0,68)
C10M22Y0K68 
(10%,22%,0%,68%)
(0.10/0.22/0.00/0.68)	

CMYK percentages

%9.88
%22.22
%0
%68.24

Codes

Color #493F51 in popluar color models

493F51
RGB736381
HSL273°12.50%28.24%
HSB/HSV273°22.22%31.76%
CMYK9.88%22.22%0.00%
68.24%

Color #493F51 in popluar number systems.

HEX493F51
Decimal736381
Binary10010011111111010001
Octal11177121

Shades and tints

Shades of #493F51

#493F51
(73,63,81)
#433A4A
(67,58,74)
#3D3543
(61,53,67)
#37303C
(55,48,60)
#312B35
(49,43,53)
#2B262E
(43,38,46)
#252127
(37,33,39)
#1F1C20
(31,28,32)
#191719
(25,23,25)
#131212
(19,18,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #493F51

#493F51
(73,63,81)
#595060
(89,80,96)
#69616F
(105,97,111)
#79727E
(121,114,126)
#89838D
(137,131,141)
#99949C
(153,148,156)
#A9A5AB
(169,165,171)
#B9B6BA
(185,182,186)
#C9C7C9
(201,199,201)
#D9D8D8
(217,216,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F51 color. Also use rgb(73,63,81) instead hex code.

Text Font Color

.myTextColor { color: #493F51; }

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

This text font color is #493F51.


Background Color

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

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

This div background color is #493F51.


Border color

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

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

This div border color is #493F51.


Opacity

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

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

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

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

This text has shadow with #493F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F51 on black background.


Color preview on white background

This text has color #493F51 on white background.



Black color preview on #493F51 background

This text has black color on #493F51 background.


White color preview on #493F51 background

This text has white color on #493F51 background.