COLOR #493851

HEX: #493851
RGB: (73,56,81)

Color info

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

RGB color model

#493851 color RGB value is (73,56,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 81 of 255 = 32%

73
56
81

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

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 81 = 210 (100%)
R 73 of 210 ~ 34.76%
G 56 of 210 ~ 26.67%
B 81 of 210 ~ 38.57%

%34.76
%26.67
%38.57

CMYK color model

#493851 color CMYK value is (10,31,0,68).

  • cyan value is 9.88%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,31,0,68)
C10M31Y0K68 
(10%,31%,0%,68%)
(0.10/0.31/0.00/0.68)	

CMYK percentages

%9.88
%30.86
%0
%68.24

Codes

Color #493851 in popluar color models

493851
RGB735681
HSL281°18.25%26.86%
HSB/HSV281°30.86%31.76%
CMYK9.88%30.86%0.00%
68.24%

Color #493851 in popluar number systems.

HEX493851
Decimal735681
Binary10010011110001010001
Octal11170121

Shades and tints

Shades of #493851

#493851
(73,56,81)
#43334A
(67,51,74)
#3D2E43
(61,46,67)
#37293C
(55,41,60)
#312435
(49,36,53)
#2B1F2E
(43,31,46)
#251A27
(37,26,39)
#1F1520
(31,21,32)
#191019
(25,16,25)
#130B12
(19,11,18)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #493851

#493851
(73,56,81)
#594A60
(89,74,96)
#695C6F
(105,92,111)
#796E7E
(121,110,126)
#89808D
(137,128,141)
#99929C
(153,146,156)
#A9A4AB
(169,164,171)
#B9B6BA
(185,182,186)
#C9C8C9
(201,200,201)
#D9DAD8
(217,218,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493851; }

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

This text font color is #493851.


Background Color

.myBgColor { background-color: #493851; }

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

This div background color is #493851.


Border color

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

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

This div border color is #493851.


Opacity

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

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

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

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

This text has shadow with #493851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493851 on black background.


Color preview on white background

This text has color #493851 on white background.



Black color preview on #493851 background

This text has black color on #493851 background.


White color preview on #493851 background

This text has white color on #493851 background.