COLOR #493754

HEX: #493754
RGB: (73,55,84)

Color info

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

RGB color model

#493754 color RGB value is (73,55,84).

  • red value is 73;
  • green value is 55;
  • blue value is 84.
RGB:
(73,55,84)
(29%,22%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 55 of 255 = 22%
B 84 of 255 = 33%

73
55
84

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

Portions of RGB colors in percentages

R + G + B =
73 + 55 + 84 = 212 (100%)
R 73 of 212 ~ 34.43%
G 55 of 212 ~ 25.94%
B 84 of 212 ~ 39.62%

%34.43
%25.94
%39.62

CMYK color model

#493754 color CMYK value is (13,35,0,67).

  • cyan value is 13.10%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(13,35,0,67)
C13M35Y0K67 
(13%,35%,0%,67%)
(0.13/0.35/0.00/0.67)	

CMYK percentages

%13.1
%34.52
%0
%67.06

Codes

Color #493754 in popluar color models

493754
RGB735584
HSL277°20.86%27.25%
HSB/HSV277°34.52%32.94%
CMYK13.10%34.52%0.00%
67.06%

Color #493754 in popluar number systems.

HEX493754
Decimal735584
Binary10010011101111010100
Octal11167124

Shades and tints

Shades of #493754

#493754
(73,55,84)
#43324D
(67,50,77)
#3D2D46
(61,45,70)
#37283F
(55,40,63)
#312338
(49,35,56)
#2B1E31
(43,30,49)
#25192A
(37,25,42)
#1F1423
(31,20,35)
#190F1C
(25,15,28)
#130A15
(19,10,21)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #493754

#493754
(73,55,84)
#594963
(89,73,99)
#695B72
(105,91,114)
#796D81
(121,109,129)
#897F90
(137,127,144)
#99919F
(153,145,159)
#A9A3AE
(169,163,174)
#B9B5BD
(185,181,189)
#C9C7CC
(201,199,204)
#D9D9DB
(217,217,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493754 color. Also use rgb(73,55,84) instead hex code.

Text Font Color

.myTextColor { color: #493754; }

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

This text font color is #493754.


Background Color

.myBgColor { background-color: #493754; }

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

This div background color is #493754.


Border color

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

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

This div border color is #493754.


Opacity

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

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

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

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

This text has shadow with #493754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493754 on black background.


Color preview on white background

This text has color #493754 on white background.



Black color preview on #493754 background

This text has black color on #493754 background.


White color preview on #493754 background

This text has white color on #493754 background.