COLOR #492845

HEX: #492845
RGB: (73,40,69)

Color info

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

RGB color model

#492845 color RGB value is (73,40,69).

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

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 69 of 255 = 27%

73
40
69

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

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 69 = 182 (100%)
R 73 of 182 ~ 40.11%
G 40 of 182 ~ 21.98%
B 69 of 182 ~ 37.91%

%40.11
%21.98
%37.91

CMYK color model

#492845 color CMYK value is (0,45,5,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(0,45,5,71)
C0M45Y5K71 
(0%,45%,5%,71%)
(0.00/0.45/0.05/0.71)	

CMYK percentages

%0
%45.21
%5.48
%71.37

Codes

Color #492845 in popluar color models

492845
RGB734069
HSL307°29.20%22.16%
HSB/HSV307°45.21%28.63%
CMYK0.00%45.21%5.48%
71.37%

Color #492845 in popluar number systems.

HEX492845
Decimal734069
Binary10010011010001000101
Octal11150105

Shades and tints

Shades of #492845

#492845
(73,40,69)
#43253F
(67,37,63)
#3D2239
(61,34,57)
#371F33
(55,31,51)
#311C2D
(49,28,45)
#2B1927
(43,25,39)
#251621
(37,22,33)
#1F131B
(31,19,27)
#191015
(25,16,21)
#130D0F
(19,13,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #492845

#492845
(73,40,69)
#593B55
(89,59,85)
#694E65
(105,78,101)
#796175
(121,97,117)
#897485
(137,116,133)
#998795
(153,135,149)
#A99AA5
(169,154,165)
#B9ADB5
(185,173,181)
#C9C0C5
(201,192,197)
#D9D3D5
(217,211,213)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492845 color. Also use rgb(73,40,69) instead hex code.

Text Font Color

.myTextColor { color: #492845; }

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

This text font color is #492845.


Background Color

.myBgColor { background-color: #492845; }

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

This div background color is #492845.


Border color

.myBorderColor { border: 1px solid #492845; }

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

This div border color is #492845.


Opacity

.myOpacity80 { color: #492845; opacity: 0.8; }

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

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

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

This text has shadow with #492845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492845 on black background.


Color preview on white background

This text has color #492845 on white background.



Black color preview on #492845 background

This text has black color on #492845 background.


White color preview on #492845 background

This text has white color on #492845 background.