COLOR #492144

HEX: #492144
RGB: (73,33,68)

Color info

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

RGB color model

#492144 color RGB value is (73,33,68).

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

RGB channels and saturation

R 73 of 255 = 29%
G 33 of 255 = 13%
B 68 of 255 = 27%

73
33
68

R + G + B ~ 23%. #492144 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 68 = 174 (100%)
R 73 of 174 ~ 41.95%
G 33 of 174 ~ 18.97%
B 68 of 174 ~ 39.08%

%41.95
%18.97
%39.08

CMYK color model

#492144 color CMYK value is (0,55,7,71).

  • cyan value is 0.00%
  • magenta value is 54.79%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(0,55,7,71)
C0M55Y7K71 
(0%,55%,7%,71%)
(0.00/0.55/0.07/0.71)	

CMYK percentages

%0
%54.79
%6.85
%71.37

Codes

Color #492144 in popluar color models

492144
RGB733368
HSL308°37.74%20.78%
HSB/HSV308°54.79%28.63%
CMYK0.00%54.79%6.85%
71.37%

Color #492144 in popluar number systems.

HEX492144
Decimal733368
Binary10010011000011000100
Octal11141104

Shades and tints

Shades of #492144

#492144
(73,33,68)
#431E3E
(67,30,62)
#3D1B38
(61,27,56)
#371832
(55,24,50)
#31152C
(49,21,44)
#2B1226
(43,18,38)
#250F20
(37,15,32)
#1F0C1A
(31,12,26)
#190914
(25,9,20)
#13060E
(19,6,14)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #492144

#492144
(73,33,68)
#593555
(89,53,85)
#694966
(105,73,102)
#795D77
(121,93,119)
#897188
(137,113,136)
#998599
(153,133,153)
#A999AA
(169,153,170)
#B9ADBB
(185,173,187)
#C9C1CC
(201,193,204)
#D9D5DD
(217,213,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492144; }

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

This text font color is #492144.


Background Color

.myBgColor { background-color: #492144; }

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

This div background color is #492144.


Border color

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

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

This div border color is #492144.


Opacity

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

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

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

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

This text has shadow with #492144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492144 on black background.


Color preview on white background

This text has color #492144 on white background.



Black color preview on #492144 background

This text has black color on #492144 background.


White color preview on #492144 background

This text has white color on #492144 background.