COLOR #494042

HEX: #494042
RGB: (73,64,66)

Color info

#494042 contains red, green and blue colors in about the same proportion. Web safe color of #494042 is #333333 (or #333).

RGB color model

#494042 color RGB value is (73,64,66).

  • red value is 73;
  • green value is 64;
  • blue value is 66.
RGB:
(73,64,66)
(29%,25%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 66 of 255 = 26%

73
64
66

R + G + B ~ 27%. #494042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 66 = 203 (100%)
R 73 of 203 ~ 35.96%
G 64 of 203 ~ 31.53%
B 66 of 203 ~ 32.51%

%35.96
%31.53
%32.51

CMYK color model

#494042 color CMYK value is (0,12,10,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,12,10,71)
C0M12Y10K71 
(0%,12%,10%,71%)
(0.00/0.12/0.10/0.71)	

CMYK percentages

%0
%12.33
%9.59
%71.37

Codes

Color #494042 in popluar color models

494042
RGB736466
HSL347°6.57%26.86%
HSB/HSV347°12.33%28.63%
CMYK0.00%12.33%9.59%
71.37%

Color #494042 in popluar number systems.

HEX494042
Decimal736466
Binary100100110000001000010
Octal111100102

Shades and tints

Shades of #494042

#494042
(73,64,66)
#433B3C
(67,59,60)
#3D3636
(61,54,54)
#373130
(55,49,48)
#312C2A
(49,44,42)
#2B2724
(43,39,36)
#25221E
(37,34,30)
#1F1D18
(31,29,24)
#191812
(25,24,18)
#13130C
(19,19,12)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #494042

#494042
(73,64,66)
#595153
(89,81,83)
#696264
(105,98,100)
#797375
(121,115,117)
#898486
(137,132,134)
#999597
(153,149,151)
#A9A6A8
(169,166,168)
#B9B7B9
(185,183,185)
#C9C8CA
(201,200,202)
#D9D9DB
(217,217,219)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494042; }

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

This text font color is #494042.


Background Color

.myBgColor { background-color: #494042; }

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

This div background color is #494042.


Border color

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

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

This div border color is #494042.


Opacity

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

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

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

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

This text has shadow with #494042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494042 on black background.


Color preview on white background

This text has color #494042 on white background.



Black color preview on #494042 background

This text has black color on #494042 background.


White color preview on #494042 background

This text has white color on #494042 background.