COLOR #494A3C

HEX: #494A3C
RGB: (73,74,60)

Color info

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

RGB color model

#494A3C color RGB value is (73,74,60).

  • red value is 73;
  • green value is 74;
  • blue value is 60.
RGB:
(73,74,60)
(29%,29%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 60 of 255 = 24%

73
74
60

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 60 = 207 (100%)
R 73 of 207 ~ 35.27%
G 74 of 207 ~ 35.75%
B 60 of 207 ~ 28.99%

%35.27
%35.75
%28.99

CMYK color model

#494A3C color CMYK value is (1,0,19,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%
CMYK:
(1,0,19,71)
C1M0Y19K71 
(1%,0%,19%,71%)
(0.01/0.00/0.19/0.71)	

CMYK percentages

%1.35
%0
%18.92
%70.98

Codes

Color #494A3C in popluar color models

494A3C
RGB737460
HSL64°10.45%26.27%
HSB/HSV64°18.92%29.02%
CMYK1.35%0.00%18.92%
70.98%

Color #494A3C in popluar number systems.

HEX494A3C
Decimal737460
Binary10010011001010111100
Octal11111274

Shades and tints

Shades of #494A3C

#494A3C
(73,74,60)
#434437
(67,68,55)
#3D3E32
(61,62,50)
#37382D
(55,56,45)
#313228
(49,50,40)
#2B2C23
(43,44,35)
#25261E
(37,38,30)
#1F2019
(31,32,25)
#191A14
(25,26,20)
#13140F
(19,20,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #494A3C

#494A3C
(73,74,60)
#595A4D
(89,90,77)
#696A5E
(105,106,94)
#797A6F
(121,122,111)
#898A80
(137,138,128)
#999A91
(153,154,145)
#A9AAA2
(169,170,162)
#B9BAB3
(185,186,179)
#C9CAC4
(201,202,196)
#D9DAD5
(217,218,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A3C color. Also use rgb(73,74,60) instead hex code.

Text Font Color

.myTextColor { color: #494A3C; }

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

This text font color is #494A3C.


Background Color

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

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

This div background color is #494A3C.


Border color

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

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

This div border color is #494A3C.


Opacity

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

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

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

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

This text has shadow with #494A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A3C on black background.


Color preview on white background

This text has color #494A3C on white background.



Black color preview on #494A3C background

This text has black color on #494A3C background.


White color preview on #494A3C background

This text has white color on #494A3C background.