COLOR #492D3E

HEX: #492D3E
RGB: (73,45,62)

Color info

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

RGB color model

#492D3E color RGB value is (73,45,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 62 of 255 = 24%

73
45
62

R + G + B ~ 24%. #492D3E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 62 = 180 (100%)
R 73 of 180 ~ 40.56%
G 45 of 180 ~ 25%
B 62 of 180 ~ 34.44%

%40.56
%25
%34.44

CMYK color model

#492D3E color CMYK value is (0,38,15,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,38,15,71)
C0M38Y15K71 
(0%,38%,15%,71%)
(0.00/0.38/0.15/0.71)	

CMYK percentages

%0
%38.36
%15.07
%71.37

Codes

Color #492D3E in popluar color models

492D3E
RGB734562
HSL324°23.73%23.14%
HSB/HSV324°38.36%28.63%
CMYK0.00%38.36%15.07%
71.37%

Color #492D3E in popluar number systems.

HEX492D3E
Decimal734562
Binary1001001101101111110
Octal1115576

Shades and tints

Shades of #492D3E

#492D3E
(73,45,62)
#432939
(67,41,57)
#3D2534
(61,37,52)
#37212F
(55,33,47)
#311D2A
(49,29,42)
#2B1925
(43,25,37)
#251520
(37,21,32)
#1F111B
(31,17,27)
#190D16
(25,13,22)
#130911
(19,9,17)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #492D3E

#492D3E
(73,45,62)
#59404F
(89,64,79)
#695360
(105,83,96)
#796671
(121,102,113)
#897982
(137,121,130)
#998C93
(153,140,147)
#A99FA4
(169,159,164)
#B9B2B5
(185,178,181)
#C9C5C6
(201,197,198)
#D9D8D7
(217,216,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D3E; }

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

This text font color is #492D3E.


Background Color

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

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

This div background color is #492D3E.


Border color

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

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

This div border color is #492D3E.


Opacity

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

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

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

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

This text has shadow with #492D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D3E on black background.


Color preview on white background

This text has color #492D3E on white background.



Black color preview on #492D3E background

This text has black color on #492D3E background.


White color preview on #492D3E background

This text has white color on #492D3E background.