COLOR #492A2B

HEX: #492A2B
RGB: (73,42,43)

Color info

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

RGB color model

#492A2B color RGB value is (73,42,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 43 of 255 = 17%

73
42
43

R + G + B ~ 21%. #492A2B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 43 = 158 (100%)
R 73 of 158 ~ 46.2%
G 42 of 158 ~ 26.58%
B 43 of 158 ~ 27.22%

%46.2
%26.58
%27.22

CMYK color model

#492A2B color CMYK value is (0,42,41,71).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK:
(0,42,41,71)
C0M42Y41K71 
(0%,42%,41%,71%)
(0.00/0.42/0.41/0.71)	

CMYK percentages

%0
%42.47
%41.1
%71.37

Codes

Color #492A2B in popluar color models

492A2B
RGB734243
HSL358°26.96%22.55%
HSB/HSV358°42.47%28.63%
CMYK0.00%42.47%41.10%
71.37%

Color #492A2B in popluar number systems.

HEX492A2B
Decimal734243
Binary1001001101010101011
Octal1115253

Shades and tints

Shades of #492A2B

#492A2B
(73,42,43)
#432728
(67,39,40)
#3D2425
(61,36,37)
#372122
(55,33,34)
#311E1F
(49,30,31)
#2B1B1C
(43,27,28)
#251819
(37,24,25)
#1F1516
(31,21,22)
#191213
(25,18,19)
#130F10
(19,15,16)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #492A2B

#492A2B
(73,42,43)
#593D3E
(89,61,62)
#695051
(105,80,81)
#796364
(121,99,100)
#897677
(137,118,119)
#99898A
(153,137,138)
#A99C9D
(169,156,157)
#B9AFB0
(185,175,176)
#C9C2C3
(201,194,195)
#D9D5D6
(217,213,214)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492A2B; }

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

This text font color is #492A2B.


Background Color

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

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

This div background color is #492A2B.


Border color

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

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

This div border color is #492A2B.


Opacity

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

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

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

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

This text has shadow with #492A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A2B on black background.


Color preview on white background

This text has color #492A2B on white background.



Black color preview on #492A2B background

This text has black color on #492A2B background.


White color preview on #492A2B background

This text has white color on #492A2B background.