COLOR #494955

HEX: #494955
RGB: (73,73,85)

Color info

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

RGB color model

#494955 color RGB value is (73,73,85).

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

RGB channels and saturation

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

73
73
85

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 85 = 231 (100%)
R 73 of 231 ~ 31.6%
G 73 of 231 ~ 31.6%
B 85 of 231 ~ 36.8%

%31.6
%31.6
%36.8

CMYK color model

#494955 color CMYK value is (14,14,0,67).

  • cyan value is 14.12%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(14,14,0,67)
C14M14Y0K67 
(14%,14%,0%,67%)
(0.14/0.14/0.00/0.67)	

CMYK percentages

%14.12
%14.12
%0
%66.67

Codes

Color #494955 in popluar color models

494955
RGB737385
HSL240°7.59%30.98%
HSB/HSV240°14.12%33.33%
CMYK14.12%14.12%0.00%
66.67%

Color #494955 in popluar number systems.

HEX494955
Decimal737385
Binary100100110010011010101
Octal111111125

Shades and tints

Shades of #494955

#494955
(73,73,85)
#43434E
(67,67,78)
#3D3D47
(61,61,71)
#373740
(55,55,64)
#313139
(49,49,57)
#2B2B32
(43,43,50)
#25252B
(37,37,43)
#1F1F24
(31,31,36)
#19191D
(25,25,29)
#131316
(19,19,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #494955

#494955
(73,73,85)
#595964
(89,89,100)
#696973
(105,105,115)
#797982
(121,121,130)
#898991
(137,137,145)
#9999A0
(153,153,160)
#A9A9AF
(169,169,175)
#B9B9BE
(185,185,190)
#C9C9CD
(201,201,205)
#D9D9DC
(217,217,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494955; }

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

This text font color is #494955.


Background Color

.myBgColor { background-color: #494955; }

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

This div background color is #494955.


Border color

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

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

This div border color is #494955.


Opacity

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

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

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

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

This text has shadow with #494955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494955 on black background.


Color preview on white background

This text has color #494955 on white background.



Black color preview on #494955 background

This text has black color on #494955 background.


White color preview on #494955 background

This text has white color on #494955 background.