COLOR #494D2D

HEX: #494D2D
RGB: (73,77,45)

Color info

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

RGB color model

#494D2D color RGB value is (73,77,45).

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

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 45 of 255 = 18%

73
77
45

R + G + B ~ 26%. #494D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 45 = 195 (100%)
R 73 of 195 ~ 37.44%
G 77 of 195 ~ 39.49%
B 45 of 195 ~ 23.08%

%37.44
%39.49
%23.08

CMYK color model

#494D2D color CMYK value is (5,0,42,70).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 41.56%
  • key color value is 69.80%
CMYK:
(5,0,42,70)
C5M0Y42K70 
(5%,0%,42%,70%)
(0.05/0.00/0.42/0.70)	

CMYK percentages

%5.19
%0
%41.56
%69.8

Codes

Color #494D2D in popluar color models

494D2D
RGB737745
HSL68°26.23%23.92%
HSB/HSV68°41.56%30.20%
CMYK5.19%0.00%41.56%
69.80%

Color #494D2D in popluar number systems.

HEX494D2D
Decimal737745
Binary10010011001101101101
Octal11111555

Shades and tints

Shades of #494D2D

#494D2D
(73,77,45)
#434629
(67,70,41)
#3D3F25
(61,63,37)
#373821
(55,56,33)
#31311D
(49,49,29)
#2B2A19
(43,42,25)
#252315
(37,35,21)
#1F1C11
(31,28,17)
#19150D
(25,21,13)
#130E09
(19,14,9)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #494D2D

#494D2D
(73,77,45)
#595D40
(89,93,64)
#696D53
(105,109,83)
#797D66
(121,125,102)
#898D79
(137,141,121)
#999D8C
(153,157,140)
#A9AD9F
(169,173,159)
#B9BDB2
(185,189,178)
#C9CDC5
(201,205,197)
#D9DDD8
(217,221,216)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D2D; }

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

This text font color is #494D2D.


Background Color

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

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

This div background color is #494D2D.


Border color

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

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

This div border color is #494D2D.


Opacity

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

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

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

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

This text has shadow with #494D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D2D on black background.


Color preview on white background

This text has color #494D2D on white background.



Black color preview on #494D2D background

This text has black color on #494D2D background.


White color preview on #494D2D background

This text has white color on #494D2D background.