COLOR #494C3E

HEX: #494C3E
RGB: (73,76,62)

Color info

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

RGB color model

#494C3E color RGB value is (73,76,62).

  • red value is 73;
  • green value is 76;
  • blue value is 62.
RGB:
(73,76,62)
(29%,30%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 76 of 255 = 30%
B 62 of 255 = 24%

73
76
62

R + G + B ~ 28%. #494C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 62 = 211 (100%)
R 73 of 211 ~ 34.6%
G 76 of 211 ~ 36.02%
B 62 of 211 ~ 29.38%

%34.6
%36.02
%29.38

CMYK color model

#494C3E color CMYK value is (4,0,18,70).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 70.20%
CMYK:
(4,0,18,70)
C4M0Y18K70 
(4%,0%,18%,70%)
(0.04/0.00/0.18/0.70)	

CMYK percentages

%3.95
%0
%18.42
%70.2

Codes

Color #494C3E in popluar color models

494C3E
RGB737662
HSL73°10.14%27.06%
HSB/HSV73°18.42%29.80%
CMYK3.95%0.00%18.42%
70.20%

Color #494C3E in popluar number systems.

HEX494C3E
Decimal737662
Binary10010011001100111110
Octal11111476

Shades and tints

Shades of #494C3E

#494C3E
(73,76,62)
#434639
(67,70,57)
#3D4034
(61,64,52)
#373A2F
(55,58,47)
#31342A
(49,52,42)
#2B2E25
(43,46,37)
#252820
(37,40,32)
#1F221B
(31,34,27)
#191C16
(25,28,22)
#131611
(19,22,17)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #494C3E

#494C3E
(73,76,62)
#595C4F
(89,92,79)
#696C60
(105,108,96)
#797C71
(121,124,113)
#898C82
(137,140,130)
#999C93
(153,156,147)
#A9ACA4
(169,172,164)
#B9BCB5
(185,188,181)
#C9CCC6
(201,204,198)
#D9DCD7
(217,220,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494C3E color. Also use rgb(73,76,62) instead hex code.

Text Font Color

.myTextColor { color: #494C3E; }

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

This text font color is #494C3E.


Background Color

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

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

This div background color is #494C3E.


Border color

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

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

This div border color is #494C3E.


Opacity

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

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

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

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

This text has shadow with #494C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C3E on black background.


Color preview on white background

This text has color #494C3E on white background.



Black color preview on #494C3E background

This text has black color on #494C3E background.


White color preview on #494C3E background

This text has white color on #494C3E background.