COLOR #492900

HEX: #492900
RGB: (73,41,0)

Color info

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

RGB color model

#492900 color RGB value is (73,41,0).

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

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 0 of 255 = 0%

73
41
0

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

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 0 = 114 (100%)
R 73 of 114 ~ 64.04%
G 41 of 114 ~ 35.96%
B 0 of 114 ~ 0%

%64.04
%35.96

CMYK color model

#492900 color CMYK value is (0,44,100,71).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(0,44,100,71)
C0M44Y100K71 
(0%,44%,100%,71%)
(0.00/0.44/1.00/0.71)	

CMYK percentages

%0
%43.84
%100
%71.37

Codes

Color #492900 in popluar color models

492900
RGB73410
HSL34°100.00%14.31%
HSB/HSV34°100.00%28.63%
CMYK0.00%43.84%100.00%
71.37%

Color #492900 in popluar number systems.

HEX492900
Decimal73410
Binary10010011010010
Octal111510

Shades and tints

Shades of #492900

#492900
(73,41,0)
#432600
(67,38,0)
#3D2300
(61,35,0)
#372000
(55,32,0)
#311D00
(49,29,0)
#2B1A00
(43,26,0)
#251700
(37,23,0)
#1F1400
(31,20,0)
#191100
(25,17,0)
#130E00
(19,14,0)
#0D0B00
(13,11,0)
#000000
(0,0,0)

Tints of #492900

#492900
(73,41,0)
#593C17
(89,60,23)
#694F2E
(105,79,46)
#796245
(121,98,69)
#89755C
(137,117,92)
#998873
(153,136,115)
#A99B8A
(169,155,138)
#B9AEA1
(185,174,161)
#C9C1B8
(201,193,184)
#D9D4CF
(217,212,207)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492900; }

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

This text font color is #492900.


Background Color

.myBgColor { background-color: #492900; }

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

This div background color is #492900.


Border color

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

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

This div border color is #492900.


Opacity

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

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

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

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

This text has shadow with #492900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492900 on black background.


Color preview on white background

This text has color #492900 on white background.



Black color preview on #492900 background

This text has black color on #492900 background.


White color preview on #492900 background

This text has white color on #492900 background.