COLOR #492544

HEX: #492544
RGB: (73,37,68)

Color info

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

RGB color model

#492544 color RGB value is (73,37,68).

  • red value is 73;
  • green value is 37;
  • blue value is 68.
RGB:
(73,37,68)
(29%,15%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 68 of 255 = 27%

73
37
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 68 = 178 (100%)
R 73 of 178 ~ 41.01%
G 37 of 178 ~ 20.79%
B 68 of 178 ~ 38.2%

%41.01
%20.79
%38.2

CMYK color model

#492544 color CMYK value is (0,49,7,71).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(0,49,7,71)
C0M49Y7K71 
(0%,49%,7%,71%)
(0.00/0.49/0.07/0.71)	

CMYK percentages

%0
%49.32
%6.85
%71.37

Codes

Color #492544 in popluar color models

492544
RGB733768
HSL308°32.73%21.57%
HSB/HSV308°49.32%28.63%
CMYK0.00%49.32%6.85%
71.37%

Color #492544 in popluar number systems.

HEX492544
Decimal733768
Binary10010011001011000100
Octal11145104

Shades and tints

Shades of #492544

#492544
(73,37,68)
#43223E
(67,34,62)
#3D1F38
(61,31,56)
#371C32
(55,28,50)
#31192C
(49,25,44)
#2B1626
(43,22,38)
#251320
(37,19,32)
#1F101A
(31,16,26)
#190D14
(25,13,20)
#130A0E
(19,10,14)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #492544

#492544
(73,37,68)
#593855
(89,56,85)
#694B66
(105,75,102)
#795E77
(121,94,119)
#897188
(137,113,136)
#998499
(153,132,153)
#A997AA
(169,151,170)
#B9AABB
(185,170,187)
#C9BDCC
(201,189,204)
#D9D0DD
(217,208,221)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492544 color. Also use rgb(73,37,68) instead hex code.

Text Font Color

.myTextColor { color: #492544; }

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

This text font color is #492544.


Background Color

.myBgColor { background-color: #492544; }

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

This div background color is #492544.


Border color

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

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

This div border color is #492544.


Opacity

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

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

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

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

This text has shadow with #492544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492544 on black background.


Color preview on white background

This text has color #492544 on white background.



Black color preview on #492544 background

This text has black color on #492544 background.


White color preview on #492544 background

This text has white color on #492544 background.