COLOR #492F0D

HEX: #492F0D
RGB: (73,47,13)

Color info

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

RGB color model

#492F0D color RGB value is (73,47,13).

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

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 13 of 255 = 5%

73
47
13

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 13 = 133 (100%)
R 73 of 133 ~ 54.89%
G 47 of 133 ~ 35.34%
B 13 of 133 ~ 9.77%

%54.89
%35.34
%9.77

CMYK color model

#492F0D color CMYK value is (0,36,82,71).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(0,36,82,71)
C0M36Y82K71 
(0%,36%,82%,71%)
(0.00/0.36/0.82/0.71)	

CMYK percentages

%0
%35.62
%82.19
%71.37

Codes

Color #492F0D in popluar color models

492F0D
RGB734713
HSL34°69.77%16.86%
HSB/HSV34°82.19%28.63%
CMYK0.00%35.62%82.19%
71.37%

Color #492F0D in popluar number systems.

HEX492F0D
Decimal734713
Binary10010011011111101
Octal1115715

Shades and tints

Shades of #492F0D

#492F0D
(73,47,13)
#432B0C
(67,43,12)
#3D270B
(61,39,11)
#37230A
(55,35,10)
#311F09
(49,31,9)
#2B1B08
(43,27,8)
#251707
(37,23,7)
#1F1306
(31,19,6)
#190F05
(25,15,5)
#130B04
(19,11,4)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #492F0D

#492F0D
(73,47,13)
#594123
(89,65,35)
#695339
(105,83,57)
#79654F
(121,101,79)
#897765
(137,119,101)
#99897B
(153,137,123)
#A99B91
(169,155,145)
#B9ADA7
(185,173,167)
#C9BFBD
(201,191,189)
#D9D1D3
(217,209,211)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F0D; }

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

This text font color is #492F0D.


Background Color

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

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

This div background color is #492F0D.


Border color

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

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

This div border color is #492F0D.


Opacity

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

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

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

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

This text has shadow with #492F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F0D on black background.


Color preview on white background

This text has color #492F0D on white background.



Black color preview on #492F0D background

This text has black color on #492F0D background.


White color preview on #492F0D background

This text has white color on #492F0D background.