COLOR #494D3E

HEX: #494D3E
RGB: (73,77,62)

Color info

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

RGB color model

#494D3E color RGB value is (73,77,62).

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

RGB channels and saturation

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

73
77
62

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

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 62 = 212 (100%)
R 73 of 212 ~ 34.43%
G 77 of 212 ~ 36.32%
B 62 of 212 ~ 29.25%

%34.43
%36.32
%29.25

CMYK color model

#494D3E color CMYK value is (5,0,19,70).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(5,0,19,70)
C5M0Y19K70 
(5%,0%,19%,70%)
(0.05/0.00/0.19/0.70)	

CMYK percentages

%5.19
%0
%19.48
%69.8

Codes

Color #494D3E in popluar color models

494D3E
RGB737762
HSL76°10.79%27.25%
HSB/HSV76°19.48%30.20%
CMYK5.19%0.00%19.48%
69.80%

Color #494D3E in popluar number systems.

HEX494D3E
Decimal737762
Binary10010011001101111110
Octal11111576

Shades and tints

Shades of #494D3E

#494D3E
(73,77,62)
#434639
(67,70,57)
#3D3F34
(61,63,52)
#37382F
(55,56,47)
#31312A
(49,49,42)
#2B2A25
(43,42,37)
#252320
(37,35,32)
#1F1C1B
(31,28,27)
#191516
(25,21,22)
#130E11
(19,14,17)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494D3E

#494D3E
(73,77,62)
#595D4F
(89,93,79)
#696D60
(105,109,96)
#797D71
(121,125,113)
#898D82
(137,141,130)
#999D93
(153,157,147)
#A9ADA4
(169,173,164)
#B9BDB5
(185,189,181)
#C9CDC6
(201,205,198)
#D9DDD7
(217,221,215)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D3E; }

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

This text font color is #494D3E.


Background Color

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

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

This div background color is #494D3E.


Border color

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

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

This div border color is #494D3E.


Opacity

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

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

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

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

This text has shadow with #494D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D3E on black background.


Color preview on white background

This text has color #494D3E on white background.



Black color preview on #494D3E background

This text has black color on #494D3E background.


White color preview on #494D3E background

This text has white color on #494D3E background.