COLOR #494215

HEX: #494215
RGB: (73,66,21)

Color info

#494215 contains red, green and blue colors in about the same proportion. Web safe color of #494215 is #333300 (or #330).

RGB color model

#494215 color RGB value is (73,66,21).

  • red value is 73;
  • green value is 66;
  • blue value is 21.
RGB:
(73,66,21)
(29%,26%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 21 of 255 = 8%

73
66
21

R + G + B ~ 21%. #494215 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 21 = 160 (100%)
R 73 of 160 ~ 45.63%
G 66 of 160 ~ 41.25%
B 21 of 160 ~ 13.13%

%45.63
%41.25
%13.13

CMYK color model

#494215 color CMYK value is (0,10,71,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 71.23%
  • key color value is 71.37%
CMYK:
(0,10,71,71)
C0M10Y71K71 
(0%,10%,71%,71%)
(0.00/0.10/0.71/0.71)	

CMYK percentages

%0
%9.59
%71.23
%71.37

Codes

Color #494215 in popluar color models

494215
RGB736621
HSL52°55.32%18.43%
HSB/HSV52°71.23%28.63%
CMYK0.00%9.59%71.23%
71.37%

Color #494215 in popluar number systems.

HEX494215
Decimal736621
Binary1001001100001010101
Octal11110225

Shades and tints

Shades of #494215

#494215
(73,66,21)
#433C14
(67,60,20)
#3D3613
(61,54,19)
#373012
(55,48,18)
#312A11
(49,42,17)
#2B2410
(43,36,16)
#251E0F
(37,30,15)
#1F180E
(31,24,14)
#19120D
(25,18,13)
#130C0C
(19,12,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #494215

#494215
(73,66,21)
#59532A
(89,83,42)
#69643F
(105,100,63)
#797554
(121,117,84)
#898669
(137,134,105)
#99977E
(153,151,126)
#A9A893
(169,168,147)
#B9B9A8
(185,185,168)
#C9CABD
(201,202,189)
#D9DBD2
(217,219,210)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494215 color. Also use rgb(73,66,21) instead hex code.

Text Font Color

.myTextColor { color: #494215; }

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

This text font color is #494215.


Background Color

.myBgColor { background-color: #494215; }

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

This div background color is #494215.


Border color

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

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

This div border color is #494215.


Opacity

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

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

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

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

This text has shadow with #494215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494215 on black background.


Color preview on white background

This text has color #494215 on white background.



Black color preview on #494215 background

This text has black color on #494215 background.


White color preview on #494215 background

This text has white color on #494215 background.