COLOR #494D3B

HEX: #494D3B
RGB: (73,77,59)

Color info

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

RGB color model

#494D3B color RGB value is (73,77,59).

  • red value is 73;
  • green value is 77;
  • blue value is 59.
RGB:
(73,77,59)
(29%,30%,23%)

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 59 of 255 = 23%

73
77
59

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

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 59 = 209 (100%)
R 73 of 209 ~ 34.93%
G 77 of 209 ~ 36.84%
B 59 of 209 ~ 28.23%

%34.93
%36.84
%28.23

CMYK color model

#494D3B color CMYK value is (5,0,23,70).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(5,0,23,70)
C5M0Y23K70 
(5%,0%,23%,70%)
(0.05/0.00/0.23/0.70)	

CMYK percentages

%5.19
%0
%23.38
%69.8

Codes

Color #494D3B in popluar color models

494D3B
RGB737759
HSL73°13.24%26.67%
HSB/HSV73°23.38%30.20%
CMYK5.19%0.00%23.38%
69.80%

Color #494D3B in popluar number systems.

HEX494D3B
Decimal737759
Binary10010011001101111011
Octal11111573

Shades and tints

Shades of #494D3B

#494D3B
(73,77,59)
#434636
(67,70,54)
#3D3F31
(61,63,49)
#37382C
(55,56,44)
#313127
(49,49,39)
#2B2A22
(43,42,34)
#25231D
(37,35,29)
#1F1C18
(31,28,24)
#191513
(25,21,19)
#130E0E
(19,14,14)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #494D3B

#494D3B
(73,77,59)
#595D4C
(89,93,76)
#696D5D
(105,109,93)
#797D6E
(121,125,110)
#898D7F
(137,141,127)
#999D90
(153,157,144)
#A9ADA1
(169,173,161)
#B9BDB2
(185,189,178)
#C9CDC3
(201,205,195)
#D9DDD4
(217,221,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D3B color. Also use rgb(73,77,59) instead hex code.

Text Font Color

.myTextColor { color: #494D3B; }

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

This text font color is #494D3B.


Background Color

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

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

This div background color is #494D3B.


Border color

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

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

This div border color is #494D3B.


Opacity

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

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

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

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

This text has shadow with #494D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D3B on black background.


Color preview on white background

This text has color #494D3B on white background.



Black color preview on #494D3B background

This text has black color on #494D3B background.


White color preview on #494D3B background

This text has white color on #494D3B background.