COLOR #494034

HEX: #494034
RGB: (73,64,52)

Color info

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

RGB color model

#494034 color RGB value is (73,64,52).

  • red value is 73;
  • green value is 64;
  • blue value is 52.
RGB:
(73,64,52)
(29%,25%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 52 of 255 = 20%

73
64
52

R + G + B ~ 25%. #494034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 52 = 189 (100%)
R 73 of 189 ~ 38.62%
G 64 of 189 ~ 33.86%
B 52 of 189 ~ 27.51%

%38.62
%33.86
%27.51

CMYK color model

#494034 color CMYK value is (0,12,29,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(0,12,29,71)
C0M12Y29K71 
(0%,12%,29%,71%)
(0.00/0.12/0.29/0.71)	

CMYK percentages

%0
%12.33
%28.77
%71.37

Codes

Color #494034 in popluar color models

494034
RGB736452
HSL34°16.80%24.51%
HSB/HSV34°28.77%28.63%
CMYK0.00%12.33%28.77%
71.37%

Color #494034 in popluar number systems.

HEX494034
Decimal736452
Binary10010011000000110100
Octal11110064

Shades and tints

Shades of #494034

#494034
(73,64,52)
#433B30
(67,59,48)
#3D362C
(61,54,44)
#373128
(55,49,40)
#312C24
(49,44,36)
#2B2720
(43,39,32)
#25221C
(37,34,28)
#1F1D18
(31,29,24)
#191814
(25,24,20)
#131310
(19,19,16)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494034

#494034
(73,64,52)
#595146
(89,81,70)
#696258
(105,98,88)
#79736A
(121,115,106)
#89847C
(137,132,124)
#99958E
(153,149,142)
#A9A6A0
(169,166,160)
#B9B7B2
(185,183,178)
#C9C8C4
(201,200,196)
#D9D9D6
(217,217,214)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494034 color. Also use rgb(73,64,52) instead hex code.

Text Font Color

.myTextColor { color: #494034; }

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

This text font color is #494034.


Background Color

.myBgColor { background-color: #494034; }

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

This div background color is #494034.


Border color

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

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

This div border color is #494034.


Opacity

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

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

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

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

This text has shadow with #494034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494034 on black background.


Color preview on white background

This text has color #494034 on white background.



Black color preview on #494034 background

This text has black color on #494034 background.


White color preview on #494034 background

This text has white color on #494034 background.