COLOR #492B2A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
43
42

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

Portions of RGB colors in percentages

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

%46.2
%27.22
%26.58

CMYK color model

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

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

CMYK percentages

%0
%41.1
%42.47
%71.37

Codes

Color #492B2A in popluar color models

492B2A
RGB734342
HSL26.96%22.55%
HSB/HSV42.47%28.63%
CMYK0.00%41.10%42.47%
71.37%

Color #492B2A in popluar number systems.

HEX492B2A
Decimal734342
Binary1001001101011101010
Octal1115352

Shades and tints

Shades of #492B2A

#492B2A
(73,43,42)
#432827
(67,40,39)
#3D2524
(61,37,36)
#372221
(55,34,33)
#311F1E
(49,31,30)
#2B1C1B
(43,28,27)
#251918
(37,25,24)
#1F1615
(31,22,21)
#191312
(25,19,18)
#13100F
(19,16,15)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #492B2A

#492B2A
(73,43,42)
#593E3D
(89,62,61)
#695150
(105,81,80)
#796463
(121,100,99)
#897776
(137,119,118)
#998A89
(153,138,137)
#A99D9C
(169,157,156)
#B9B0AF
(185,176,175)
#C9C3C2
(201,195,194)
#D9D6D5
(217,214,213)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492B2A; }

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

This text font color is #492B2A.


Background Color

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

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

This div background color is #492B2A.


Border color

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

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

This div border color is #492B2A.


Opacity

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

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

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

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

This text has shadow with #492B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B2A on black background.


Color preview on white background

This text has color #492B2A on white background.



Black color preview on #492B2A background

This text has black color on #492B2A background.


White color preview on #492B2A background

This text has white color on #492B2A background.