COLOR #494B53

HEX: #494B53
RGB: (73,75,83)

Color info

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

RGB color model

#494B53 color RGB value is (73,75,83).

  • red value is 73;
  • green value is 75;
  • blue value is 83.
RGB:
(73,75,83)
(29%,29%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 83 of 255 = 33%

73
75
83

R + G + B ~ 30%. #494B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 83 = 231 (100%)
R 73 of 231 ~ 31.6%
G 75 of 231 ~ 32.47%
B 83 of 231 ~ 35.93%

%31.6
%32.47
%35.93

CMYK color model

#494B53 color CMYK value is (12,10,0,67).

  • cyan value is 12.05%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(12,10,0,67)
C12M10Y0K67 
(12%,10%,0%,67%)
(0.12/0.10/0.00/0.67)	

CMYK percentages

%12.05
%9.64
%0
%67.45

Codes

Color #494B53 in popluar color models

494B53
RGB737583
HSL228°6.41%30.59%
HSB/HSV228°12.05%32.55%
CMYK12.05%9.64%0.00%
67.45%

Color #494B53 in popluar number systems.

HEX494B53
Decimal737583
Binary100100110010111010011
Octal111113123

Shades and tints

Shades of #494B53

#494B53
(73,75,83)
#43454C
(67,69,76)
#3D3F45
(61,63,69)
#37393E
(55,57,62)
#313337
(49,51,55)
#2B2D30
(43,45,48)
#252729
(37,39,41)
#1F2122
(31,33,34)
#191B1B
(25,27,27)
#131514
(19,21,20)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #494B53

#494B53
(73,75,83)
#595B62
(89,91,98)
#696B71
(105,107,113)
#797B80
(121,123,128)
#898B8F
(137,139,143)
#999B9E
(153,155,158)
#A9ABAD
(169,171,173)
#B9BBBC
(185,187,188)
#C9CBCB
(201,203,203)
#D9DBDA
(217,219,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B53 color. Also use rgb(73,75,83) instead hex code.

Text Font Color

.myTextColor { color: #494B53; }

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

This text font color is #494B53.


Background Color

.myBgColor { background-color: #494B53; }

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

This div background color is #494B53.


Border color

.myBorderColor { border: 1px solid #494B53; }

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

This div border color is #494B53.


Opacity

.myOpacity80 { color: #494B53; opacity: 0.8; }

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

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

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

This text has shadow with #494B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B53 on black background.


Color preview on white background

This text has color #494B53 on white background.



Black color preview on #494B53 background

This text has black color on #494B53 background.


White color preview on #494B53 background

This text has white color on #494B53 background.