COLOR #494953

HEX: #494953
RGB: (73,73,83)

Color info

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

RGB color model

#494953 color RGB value is (73,73,83).

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

RGB channels and saturation

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

73
73
83

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 83 = 229 (100%)
R 73 of 229 ~ 31.88%
G 73 of 229 ~ 31.88%
B 83 of 229 ~ 36.24%

%31.88
%31.88
%36.24

CMYK color model

#494953 color CMYK value is (12,12,0,67).

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

CMYK percentages

%12.05
%12.05
%0
%67.45

Codes

Color #494953 in popluar color models

494953
RGB737383
HSL240°6.41%30.59%
HSB/HSV240°12.05%32.55%
CMYK12.05%12.05%0.00%
67.45%

Color #494953 in popluar number systems.

HEX494953
Decimal737383
Binary100100110010011010011
Octal111111123

Shades and tints

Shades of #494953

#494953
(73,73,83)
#43434C
(67,67,76)
#3D3D45
(61,61,69)
#37373E
(55,55,62)
#313137
(49,49,55)
#2B2B30
(43,43,48)
#252529
(37,37,41)
#1F1F22
(31,31,34)
#19191B
(25,25,27)
#131314
(19,19,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #494953

#494953
(73,73,83)
#595962
(89,89,98)
#696971
(105,105,113)
#797980
(121,121,128)
#89898F
(137,137,143)
#99999E
(153,153,158)
#A9A9AD
(169,169,173)
#B9B9BC
(185,185,188)
#C9C9CB
(201,201,203)
#D9D9DA
(217,217,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494953; }

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

This text font color is #494953.


Background Color

.myBgColor { background-color: #494953; }

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

This div background color is #494953.


Border color

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

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

This div border color is #494953.


Opacity

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

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

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

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

This text has shadow with #494953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494953 on black background.


Color preview on white background

This text has color #494953 on white background.



Black color preview on #494953 background

This text has black color on #494953 background.


White color preview on #494953 background

This text has white color on #494953 background.