COLOR #494642

HEX: #494642
RGB: (73,70,66)

Color info

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

RGB color model

#494642 color RGB value is (73,70,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 66 of 255 = 26%

73
70
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 66 = 209 (100%)
R 73 of 209 ~ 34.93%
G 70 of 209 ~ 33.49%
B 66 of 209 ~ 31.58%

%34.93
%33.49
%31.58

CMYK color model

#494642 color CMYK value is (0,4,10,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,4,10,71)
C0M4Y10K71 
(0%,4%,10%,71%)
(0.00/0.04/0.10/0.71)	

CMYK percentages

%0
%4.11
%9.59
%71.37

Codes

Color #494642 in popluar color models

494642
RGB737066
HSL34°5.04%27.25%
HSB/HSV34°9.59%28.63%
CMYK0.00%4.11%9.59%
71.37%

Color #494642 in popluar number systems.

HEX494642
Decimal737066
Binary100100110001101000010
Octal111106102

Shades and tints

Shades of #494642

#494642
(73,70,66)
#43403C
(67,64,60)
#3D3A36
(61,58,54)
#373430
(55,52,48)
#312E2A
(49,46,42)
#2B2824
(43,40,36)
#25221E
(37,34,30)
#1F1C18
(31,28,24)
#191612
(25,22,18)
#13100C
(19,16,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #494642

#494642
(73,70,66)
#595653
(89,86,83)
#696664
(105,102,100)
#797675
(121,118,117)
#898686
(137,134,134)
#999697
(153,150,151)
#A9A6A8
(169,166,168)
#B9B6B9
(185,182,185)
#C9C6CA
(201,198,202)
#D9D6DB
(217,214,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494642; }

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

This text font color is #494642.


Background Color

.myBgColor { background-color: #494642; }

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

This div background color is #494642.


Border color

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

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

This div border color is #494642.


Opacity

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

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

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

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

This text has shadow with #494642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494642 on black background.


Color preview on white background

This text has color #494642 on white background.



Black color preview on #494642 background

This text has black color on #494642 background.


White color preview on #494642 background

This text has white color on #494642 background.