COLOR #492D27

HEX: #492D27
RGB: (73,45,39)

Color info

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

RGB color model

#492D27 color RGB value is (73,45,39).

  • red value is 73;
  • green value is 45;
  • blue value is 39.
RGB:
(73,45,39)
(29%,18%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 39 of 255 = 15%

73
45
39

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

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 39 = 157 (100%)
R 73 of 157 ~ 46.5%
G 45 of 157 ~ 28.66%
B 39 of 157 ~ 24.84%

%46.5
%28.66
%24.84

CMYK color model

#492D27 color CMYK value is (0,38,47,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 46.58%
  • key color value is 71.37%
CMYK:
(0,38,47,71)
C0M38Y47K71 
(0%,38%,47%,71%)
(0.00/0.38/0.47/0.71)	

CMYK percentages

%0
%38.36
%46.58
%71.37

Codes

Color #492D27 in popluar color models

492D27
RGB734539
HSL11°30.36%21.96%
HSB/HSV11°46.58%28.63%
CMYK0.00%38.36%46.58%
71.37%

Color #492D27 in popluar number systems.

HEX492D27
Decimal734539
Binary1001001101101100111
Octal1115547

Shades and tints

Shades of #492D27

#492D27
(73,45,39)
#432924
(67,41,36)
#3D2521
(61,37,33)
#37211E
(55,33,30)
#311D1B
(49,29,27)
#2B1918
(43,25,24)
#251515
(37,21,21)
#1F1112
(31,17,18)
#190D0F
(25,13,15)
#13090C
(19,9,12)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #492D27

#492D27
(73,45,39)
#59403A
(89,64,58)
#69534D
(105,83,77)
#796660
(121,102,96)
#897973
(137,121,115)
#998C86
(153,140,134)
#A99F99
(169,159,153)
#B9B2AC
(185,178,172)
#C9C5BF
(201,197,191)
#D9D8D2
(217,216,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D27 color. Also use rgb(73,45,39) instead hex code.

Text Font Color

.myTextColor { color: #492D27; }

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

This text font color is #492D27.


Background Color

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

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

This div background color is #492D27.


Border color

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

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

This div border color is #492D27.


Opacity

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

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

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

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

This text has shadow with #492D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D27 on black background.


Color preview on white background

This text has color #492D27 on white background.



Black color preview on #492D27 background

This text has black color on #492D27 background.


White color preview on #492D27 background

This text has white color on #492D27 background.