COLOR #493F4C

HEX: #493F4C
RGB: (73,63,76)

Color info

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

RGB color model

#493F4C color RGB value is (73,63,76).

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

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 76 of 255 = 30%

73
63
76

R + G + B ~ 28%. #493F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 63 + 76 = 212 (100%)
R 73 of 212 ~ 34.43%
G 63 of 212 ~ 29.72%
B 76 of 212 ~ 35.85%

%34.43
%29.72
%35.85

CMYK color model

#493F4C color CMYK value is (4,17,0,70).

  • cyan value is 3.95%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(4,17,0,70)
C4M17Y0K70 
(4%,17%,0%,70%)
(0.04/0.17/0.00/0.70)	

CMYK percentages

%3.95
%17.11
%0
%70.2

Codes

Color #493F4C in popluar color models

493F4C
RGB736376
HSL286°9.35%27.25%
HSB/HSV286°17.11%29.80%
CMYK3.95%17.11%0.00%
70.20%

Color #493F4C in popluar number systems.

HEX493F4C
Decimal736376
Binary10010011111111001100
Octal11177114

Shades and tints

Shades of #493F4C

#493F4C
(73,63,76)
#433A46
(67,58,70)
#3D3540
(61,53,64)
#37303A
(55,48,58)
#312B34
(49,43,52)
#2B262E
(43,38,46)
#252128
(37,33,40)
#1F1C22
(31,28,34)
#19171C
(25,23,28)
#131216
(19,18,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #493F4C

#493F4C
(73,63,76)
#59505C
(89,80,92)
#69616C
(105,97,108)
#79727C
(121,114,124)
#89838C
(137,131,140)
#99949C
(153,148,156)
#A9A5AC
(169,165,172)
#B9B6BC
(185,182,188)
#C9C7CC
(201,199,204)
#D9D8DC
(217,216,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F4C; }

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

This text font color is #493F4C.


Background Color

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

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

This div background color is #493F4C.


Border color

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

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

This div border color is #493F4C.


Opacity

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

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

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

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

This text has shadow with #493F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F4C on black background.


Color preview on white background

This text has color #493F4C on white background.



Black color preview on #493F4C background

This text has black color on #493F4C background.


White color preview on #493F4C background

This text has white color on #493F4C background.