COLOR #494439

HEX: #494439
RGB: (73,68,57)

Color info

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

RGB color model

#494439 color RGB value is (73,68,57).

  • red value is 73;
  • green value is 68;
  • blue value is 57.
RGB:
(73,68,57)
(29%,27%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 57 of 255 = 22%

73
68
57

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 57 = 198 (100%)
R 73 of 198 ~ 36.87%
G 68 of 198 ~ 34.34%
B 57 of 198 ~ 28.79%

%36.87
%34.34
%28.79

CMYK color model

#494439 color CMYK value is (0,7,22,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK:
(0,7,22,71)
C0M7Y22K71 
(0%,7%,22%,71%)
(0.00/0.07/0.22/0.71)	

CMYK percentages

%0
%6.85
%21.92
%71.37

Codes

Color #494439 in popluar color models

494439
RGB736857
HSL41°12.31%25.49%
HSB/HSV41°21.92%28.63%
CMYK0.00%6.85%21.92%
71.37%

Color #494439 in popluar number systems.

HEX494439
Decimal736857
Binary10010011000100111001
Octal11110471

Shades and tints

Shades of #494439

#494439
(73,68,57)
#433E34
(67,62,52)
#3D382F
(61,56,47)
#37322A
(55,50,42)
#312C25
(49,44,37)
#2B2620
(43,38,32)
#25201B
(37,32,27)
#1F1A16
(31,26,22)
#191411
(25,20,17)
#130E0C
(19,14,12)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #494439

#494439
(73,68,57)
#59554B
(89,85,75)
#69665D
(105,102,93)
#79776F
(121,119,111)
#898881
(137,136,129)
#999993
(153,153,147)
#A9AAA5
(169,170,165)
#B9BBB7
(185,187,183)
#C9CCC9
(201,204,201)
#D9DDDB
(217,221,219)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494439 color. Also use rgb(73,68,57) instead hex code.

Text Font Color

.myTextColor { color: #494439; }

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

This text font color is #494439.


Background Color

.myBgColor { background-color: #494439; }

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

This div background color is #494439.


Border color

.myBorderColor { border: 1px solid #494439; }

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

This div border color is #494439.


Opacity

.myOpacity80 { color: #494439; opacity: 0.8; }

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

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

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

This text has shadow with #494439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494439 on black background.


Color preview on white background

This text has color #494439 on white background.



Black color preview on #494439 background

This text has black color on #494439 background.


White color preview on #494439 background

This text has white color on #494439 background.