COLOR #493F50

HEX: #493F50 RGB: (73,63,80)

Color info

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

RGB color model

#493F50 color RGB value is (73,63,80).

RGB: (73,63,80) (29%, 25%, 31%)

RGB channels and saturation

R 73 of 255 = 29%
G 63 of 255 = 25%
B 80 of 255 = 31%

73
63
80

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

Portions of RGB colors in percentages

R + G + B = 73 + 63 + 80 = 216 (100%)
R 73 of 216 ~ 33.8%
G 63 of 216 ~ 29.17%
B 80 of 216 ~ 37.04'%

%33.8
%29.17
%37.04

CMYK color model

#493F50 color CMYK value is (9,21,0,69).

  • cyan value is 8.75%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (9,21,0,69)
C9M21Y0K69 (9%, 21%, 0%, 69%)
(0.09 / 0.21 / 0.00 / 0.69)

CMYK percentages

%8.75
%21.25
%0
%68.63

Codes

Color #493F50 in popluar color models

49 3F 50
RGB 73 63 80
HSL 275° 11.89% 28.04%
HSB/HSV 275° 21.25% 31.37%
CMYK 8.75% 21.25% 0.00%
68.63%

Color #493F50 in popluar number systems.

HEX 49 3F 50
Decimal 73 63 80
Binary 1001001 111111 1010000
Octal 111 77 120

Shades and tints

Shades of #493F50

#493F50
(73,63,80)
#433A49
(67,58,73)
#3D3542
(61,53,66)
#37303B
(55,48,59)
#312B34
(49,43,52)
#2B262D
(43,38,45)
#252126
(37,33,38)
#1F1C1F
(31,28,31)
#191718
(25,23,24)
#131211
(19,18,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #493F50

#493F50
(73,63,80)
#59505F
(89,80,95)
#69616E
(105,97,110)
#79727D
(121,114,125)
#89838C
(137,131,140)
#99949B
(153,148,155)
#A9A5AA
(169,165,170)
#B9B6B9
(185,182,185)
#C9C7C8
(201,199,200)
#D9D8D7
(217,216,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F50; }

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

This text font color is #493F50.

Background Color

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

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

This div background color is #493F50.

Border color

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

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

This div border color is #493F50.

Opacity

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

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

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

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

This text has shadow with #493F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493F50.

Preview

Color preview on black background

This text has color #493F50 on black background.


Color preview on white background

This text has color #493F50 on white background.


Black color preview on #493F50 background

This text has black color on #493F50 background.


White color preview on #493F50 background

This text has white color on #493F50 background.


Related colors

Complementary color

Complementary color for #hex is #B6C0AF.


I love getcolorcode.com

Triadic colors

1 #50493F and #3F5049 with #493F50 are triadic colors.

2 #503F49 and #3F4950 with #493F50 are triadic colors.