COLOR #492000

HEX: #492000
RGB: (73,32,0)

Color info

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

RGB color model

#492000 color RGB value is (73,32,0).

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

RGB channels and saturation

R 73 of 255 = 29%
G 32 of 255 = 13%
B 0 of 255 = 0%

73
32
0

R + G + B ~ 14%. #492000 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 32 + 0 = 105 (100%)
R 73 of 105 ~ 69.52%
G 32 of 105 ~ 30.48%
B 0 of 105 ~ 0%

%69.52
%30.48

CMYK color model

#492000 color CMYK value is (0,56,100,71).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(0,56,100,71)
C0M56Y100K71 
(0%,56%,100%,71%)
(0.00/0.56/1.00/0.71)	

CMYK percentages

%0
%56.16
%100
%71.37

Codes

Color #492000 in popluar color models

492000
RGB73320
HSL26°100.00%14.31%
HSB/HSV26°100.00%28.63%
CMYK0.00%56.16%100.00%
71.37%

Color #492000 in popluar number systems.

HEX492000
Decimal73320
Binary10010011000000
Octal111400

Shades and tints

Shades of #492000

#492000
(73,32,0)
#431E00
(67,30,0)
#3D1C00
(61,28,0)
#371A00
(55,26,0)
#311800
(49,24,0)
#2B1600
(43,22,0)
#251400
(37,20,0)
#1F1200
(31,18,0)
#191000
(25,16,0)
#130E00
(19,14,0)
#0D0C00
(13,12,0)
#000000
(0,0,0)

Tints of #492000

#492000
(73,32,0)
#593417
(89,52,23)
#69482E
(105,72,46)
#795C45
(121,92,69)
#89705C
(137,112,92)
#998473
(153,132,115)
#A9988A
(169,152,138)
#B9ACA1
(185,172,161)
#C9C0B8
(201,192,184)
#D9D4CF
(217,212,207)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492000; }

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

This text font color is #492000.


Background Color

.myBgColor { background-color: #492000; }

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

This div background color is #492000.


Border color

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

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

This div border color is #492000.


Opacity

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

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

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

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

This text has shadow with #492000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492000 on black background.


Color preview on white background

This text has color #492000 on white background.



Black color preview on #492000 background

This text has black color on #492000 background.


White color preview on #492000 background

This text has white color on #492000 background.