COLOR #494F3F

HEX: #494F3F
RGB: (73,79,63)

Color info

#494F3F contains red, green and blue colors in about the same proportion. Web safe color of #494F3F is #336633 (or #363).

RGB color model

#494F3F color RGB value is (73,79,63).

  • red value is 73;
  • green value is 79;
  • blue value is 63.
RGB:
(73,79,63)
(29%,31%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 63 of 255 = 25%

73
79
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 79 + 63 = 215 (100%)
R 73 of 215 ~ 33.95%
G 79 of 215 ~ 36.74%
B 63 of 215 ~ 29.3%

%33.95
%36.74
%29.3

CMYK color model

#494F3F color CMYK value is (8,0,20,69).

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(8,0,20,69)
C8M0Y20K69 
(8%,0%,20%,69%)
(0.08/0.00/0.20/0.69)	

CMYK percentages

%7.59
%0
%20.25
%69.02

Codes

Color #494F3F in popluar color models

494F3F
RGB737963
HSL83°11.27%27.84%
HSB/HSV83°20.25%30.98%
CMYK7.59%0.00%20.25%
69.02%

Color #494F3F in popluar number systems.

HEX494F3F
Decimal737963
Binary10010011001111111111
Octal11111777

Shades and tints

Shades of #494F3F

#494F3F
(73,79,63)
#43483A
(67,72,58)
#3D4135
(61,65,53)
#373A30
(55,58,48)
#31332B
(49,51,43)
#2B2C26
(43,44,38)
#252521
(37,37,33)
#1F1E1C
(31,30,28)
#191717
(25,23,23)
#131012
(19,16,18)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #494F3F

#494F3F
(73,79,63)
#595F50
(89,95,80)
#696F61
(105,111,97)
#797F72
(121,127,114)
#898F83
(137,143,131)
#999F94
(153,159,148)
#A9AFA5
(169,175,165)
#B9BFB6
(185,191,182)
#C9CFC7
(201,207,199)
#D9DFD8
(217,223,216)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494F3F color. Also use rgb(73,79,63) instead hex code.

Text Font Color

.myTextColor { color: #494F3F; }

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

This text font color is #494F3F.


Background Color

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

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

This div background color is #494F3F.


Border color

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

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

This div border color is #494F3F.


Opacity

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

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

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

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

This text has shadow with #494F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F3F on black background.


Color preview on white background

This text has color #494F3F on white background.



Black color preview on #494F3F background

This text has black color on #494F3F background.


White color preview on #494F3F background

This text has white color on #494F3F background.