COLOR #492008

HEX: #492008
RGB: (73,32,8)

Color info

#492008 contains mainly red and green colors. Web safe color of #492008 is #333300 (or #330).

RGB color model

#492008 color RGB value is (73,32,8).

  • red value is 73;
  • green value is 32;
  • blue value is 8.
RGB:
(73,32,8)
(29%,13%,3%)

RGB channels and saturation

R 73 of 255 = 29%
G 32 of 255 = 13%
B 8 of 255 = 3%

73
32
8

R + G + B ~ 15%. #492008 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 32 + 8 = 113 (100%)
R 73 of 113 ~ 64.6%
G 32 of 113 ~ 28.32%
B 8 of 113 ~ 7.08%

%64.6
%28.32

CMYK color model

#492008 color CMYK value is (0,56,89,71).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 89.04%
  • key color value is 71.37%
CMYK:
(0,56,89,71)
C0M56Y89K71 
(0%,56%,89%,71%)
(0.00/0.56/0.89/0.71)	

CMYK percentages

%0
%56.16
%89.04
%71.37

Codes

Color #492008 in popluar color models

492008
RGB73328
HSL22°80.25%15.88%
HSB/HSV22°89.04%28.63%
CMYK0.00%56.16%89.04%
71.37%

Color #492008 in popluar number systems.

HEX492008
Decimal73328
Binary10010011000001000
Octal1114010

Shades and tints

Shades of #492008

#492008
(73,32,8)
#431E08
(67,30,8)
#3D1C08
(61,28,8)
#371A08
(55,26,8)
#311808
(49,24,8)
#2B1608
(43,22,8)
#251408
(37,20,8)
#1F1208
(31,18,8)
#191008
(25,16,8)
#130E08
(19,14,8)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #492008

#492008
(73,32,8)
#59341E
(89,52,30)
#694834
(105,72,52)
#795C4A
(121,92,74)
#897060
(137,112,96)
#998476
(153,132,118)
#A9988C
(169,152,140)
#B9ACA2
(185,172,162)
#C9C0B8
(201,192,184)
#D9D4CE
(217,212,206)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492008 color. Also use rgb(73,32,8) instead hex code.

Text Font Color

.myTextColor { color: #492008; }

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

This text font color is #492008.


Background Color

.myBgColor { background-color: #492008; }

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

This div background color is #492008.


Border color

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

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

This div border color is #492008.


Opacity

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

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

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

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

This text has shadow with #492008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492008 on black background.


Color preview on white background

This text has color #492008 on white background.



Black color preview on #492008 background

This text has black color on #492008 background.


White color preview on #492008 background

This text has white color on #492008 background.