COLOR #492212

HEX: #492212
RGB: (73,34,18)

Color info

#492212 contains red, green and blue colors in about the same proportion. Web safe color of #492212 is #333300 (or #330).

RGB color model

#492212 color RGB value is (73,34,18).

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

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 18 of 255 = 7%

73
34
18

R + G + B ~ 16%. #492212 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 18 = 125 (100%)
R 73 of 125 ~ 58.4%
G 34 of 125 ~ 27.2%
B 18 of 125 ~ 14.4%

%58.4
%27.2
%14.4

CMYK color model

#492212 color CMYK value is (0,53,75,71).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(0,53,75,71)
C0M53Y75K71 
(0%,53%,75%,71%)
(0.00/0.53/0.75/0.71)	

CMYK percentages

%0
%53.42
%75.34
%71.37

Codes

Color #492212 in popluar color models

492212
RGB733418
HSL17°60.44%17.84%
HSB/HSV17°75.34%28.63%
CMYK0.00%53.42%75.34%
71.37%

Color #492212 in popluar number systems.

HEX492212
Decimal733418
Binary100100110001010010
Octal1114222

Shades and tints

Shades of #492212

#492212
(73,34,18)
#431F11
(67,31,17)
#3D1C10
(61,28,16)
#37190F
(55,25,15)
#31160E
(49,22,14)
#2B130D
(43,19,13)
#25100C
(37,16,12)
#1F0D0B
(31,13,11)
#190A0A
(25,10,10)
#130709
(19,7,9)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #492212

#492212
(73,34,18)
#593627
(89,54,39)
#694A3C
(105,74,60)
#795E51
(121,94,81)
#897266
(137,114,102)
#99867B
(153,134,123)
#A99A90
(169,154,144)
#B9AEA5
(185,174,165)
#C9C2BA
(201,194,186)
#D9D6CF
(217,214,207)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492212 color. Also use rgb(73,34,18) instead hex code.

Text Font Color

.myTextColor { color: #492212; }

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

This text font color is #492212.


Background Color

.myBgColor { background-color: #492212; }

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

This div background color is #492212.


Border color

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

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

This div border color is #492212.


Opacity

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

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

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

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

This text has shadow with #492212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492212 on black background.


Color preview on white background

This text has color #492212 on white background.



Black color preview on #492212 background

This text has black color on #492212 background.


White color preview on #492212 background

This text has white color on #492212 background.