COLOR #492A0D

HEX: #492A0D
RGB: (73,42,13)

Color info

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

RGB color model

#492A0D color RGB value is (73,42,13).

  • red value is 73;
  • green value is 42;
  • blue value is 13.
RGB:
(73,42,13)
(29%,16%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 13 of 255 = 5%

73
42
13

R + G + B ~ 17%. #492A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 13 = 128 (100%)
R 73 of 128 ~ 57.03%
G 42 of 128 ~ 32.81%
B 13 of 128 ~ 10.16%

%57.03
%32.81
%10.16

CMYK color model

#492A0D color CMYK value is (0,42,82,71).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(0,42,82,71)
C0M42Y82K71 
(0%,42%,82%,71%)
(0.00/0.42/0.82/0.71)	

CMYK percentages

%0
%42.47
%82.19
%71.37

Codes

Color #492A0D in popluar color models

492A0D
RGB734213
HSL29°69.77%16.86%
HSB/HSV29°82.19%28.63%
CMYK0.00%42.47%82.19%
71.37%

Color #492A0D in popluar number systems.

HEX492A0D
Decimal734213
Binary10010011010101101
Octal1115215

Shades and tints

Shades of #492A0D

#492A0D
(73,42,13)
#43270C
(67,39,12)
#3D240B
(61,36,11)
#37210A
(55,33,10)
#311E09
(49,30,9)
#2B1B08
(43,27,8)
#251807
(37,24,7)
#1F1506
(31,21,6)
#191205
(25,18,5)
#130F04
(19,15,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #492A0D

#492A0D
(73,42,13)
#593D23
(89,61,35)
#695039
(105,80,57)
#79634F
(121,99,79)
#897665
(137,118,101)
#99897B
(153,137,123)
#A99C91
(169,156,145)
#B9AFA7
(185,175,167)
#C9C2BD
(201,194,189)
#D9D5D3
(217,213,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A0D color. Also use rgb(73,42,13) instead hex code.

Text Font Color

.myTextColor { color: #492A0D; }

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

This text font color is #492A0D.


Background Color

.myBgColor { background-color: #492A0D; }

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

This div background color is #492A0D.


Border color

.myBorderColor { border: 1px solid #492A0D; }

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

This div border color is #492A0D.


Opacity

.myOpacity80 { color: #492A0D; opacity: 0.8; }

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

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

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

This text has shadow with #492A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A0D on black background.


Color preview on white background

This text has color #492A0D on white background.



Black color preview on #492A0D background

This text has black color on #492A0D background.


White color preview on #492A0D background

This text has white color on #492A0D background.