COLOR #492A1B

HEX: #492A1B
RGB: (73,42,27)

Color info

#492A1B contains red, green and blue colors in about the same proportion. Web safe color of #492A1B is #333333 (or #333).

RGB color model

#492A1B color RGB value is (73,42,27).

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

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 27 of 255 = 11%

73
42
27

R + G + B ~ 19%. #492A1B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 27 = 142 (100%)
R 73 of 142 ~ 51.41%
G 42 of 142 ~ 29.58%
B 27 of 142 ~ 19.01%

%51.41
%29.58
%19.01

CMYK color model

#492A1B color CMYK value is (0,42,63,71).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,42,63,71)
C0M42Y63K71 
(0%,42%,63%,71%)
(0.00/0.42/0.63/0.71)	

CMYK percentages

%0
%42.47
%63.01
%71.37

Codes

Color #492A1B in popluar color models

492A1B
RGB734227
HSL20°46.00%19.61%
HSB/HSV20°63.01%28.63%
CMYK0.00%42.47%63.01%
71.37%

Color #492A1B in popluar number systems.

HEX492A1B
Decimal734227
Binary100100110101011011
Octal1115233

Shades and tints

Shades of #492A1B

#492A1B
(73,42,27)
#432719
(67,39,25)
#3D2417
(61,36,23)
#372115
(55,33,21)
#311E13
(49,30,19)
#2B1B11
(43,27,17)
#25180F
(37,24,15)
#1F150D
(31,21,13)
#19120B
(25,18,11)
#130F09
(19,15,9)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #492A1B

#492A1B
(73,42,27)
#593D2F
(89,61,47)
#695043
(105,80,67)
#796357
(121,99,87)
#89766B
(137,118,107)
#99897F
(153,137,127)
#A99C93
(169,156,147)
#B9AFA7
(185,175,167)
#C9C2BB
(201,194,187)
#D9D5CF
(217,213,207)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492A1B; }

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

This text font color is #492A1B.


Background Color

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

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

This div background color is #492A1B.


Border color

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

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

This div border color is #492A1B.


Opacity

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

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

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

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

This text has shadow with #492A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A1B on black background.


Color preview on white background

This text has color #492A1B on white background.



Black color preview on #492A1B background

This text has black color on #492A1B background.


White color preview on #492A1B background

This text has white color on #492A1B background.