COLOR #494430

HEX: #494430
RGB: (73,68,48)

Color info

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

RGB color model

#494430 color RGB value is (73,68,48).

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

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 48 of 255 = 19%

73
68
48

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 48 = 189 (100%)
R 73 of 189 ~ 38.62%
G 68 of 189 ~ 35.98%
B 48 of 189 ~ 25.4%

%38.62
%35.98
%25.4

CMYK color model

#494430 color CMYK value is (0,7,34,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(0,7,34,71)
C0M7Y34K71 
(0%,7%,34%,71%)
(0.00/0.07/0.34/0.71)	

CMYK percentages

%0
%6.85
%34.25
%71.37

Codes

Color #494430 in popluar color models

494430
RGB736848
HSL48°20.66%23.73%
HSB/HSV48°34.25%28.63%
CMYK0.00%6.85%34.25%
71.37%

Color #494430 in popluar number systems.

HEX494430
Decimal736848
Binary10010011000100110000
Octal11110460

Shades and tints

Shades of #494430

#494430
(73,68,48)
#433E2C
(67,62,44)
#3D3828
(61,56,40)
#373224
(55,50,36)
#312C20
(49,44,32)
#2B261C
(43,38,28)
#252018
(37,32,24)
#1F1A14
(31,26,20)
#191410
(25,20,16)
#130E0C
(19,14,12)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #494430

#494430
(73,68,48)
#595542
(89,85,66)
#696654
(105,102,84)
#797766
(121,119,102)
#898878
(137,136,120)
#99998A
(153,153,138)
#A9AA9C
(169,170,156)
#B9BBAE
(185,187,174)
#C9CCC0
(201,204,192)
#D9DDD2
(217,221,210)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494430; }

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

This text font color is #494430.


Background Color

.myBgColor { background-color: #494430; }

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

This div background color is #494430.


Border color

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

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

This div border color is #494430.


Opacity

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

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

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

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

This text has shadow with #494430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494430 on black background.


Color preview on white background

This text has color #494430 on white background.



Black color preview on #494430 background

This text has black color on #494430 background.


White color preview on #494430 background

This text has white color on #494430 background.