COLOR #491942

HEX: #491942
RGB: (73,25,66)

Color info

#491942 contains red, green and blue colors in about the same proportion. Web safe color of #491942 is #330033 (or #303).

RGB color model

#491942 color RGB value is (73,25,66).

  • red value is 73;
  • green value is 25;
  • blue value is 66.
RGB:
(73,25,66)
(29%,10%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 66 of 255 = 26%

73
25
66

R + G + B ~ 22%. #491942 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 66 = 164 (100%)
R 73 of 164 ~ 44.51%
G 25 of 164 ~ 15.24%
B 66 of 164 ~ 40.24%

%44.51
%15.24
%40.24

CMYK color model

#491942 color CMYK value is (0,66,10,71).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,66,10,71)
C0M66Y10K71 
(0%,66%,10%,71%)
(0.00/0.66/0.10/0.71)	

CMYK percentages

%0
%65.75
%9.59
%71.37

Codes

Color #491942 in popluar color models

491942
RGB732566
HSL309°48.98%19.22%
HSB/HSV309°65.75%28.63%
CMYK0.00%65.75%9.59%
71.37%

Color #491942 in popluar number systems.

HEX491942
Decimal732566
Binary1001001110011000010
Octal11131102

Shades and tints

Shades of #491942

#491942
(73,25,66)
#43173C
(67,23,60)
#3D1536
(61,21,54)
#371330
(55,19,48)
#31112A
(49,17,42)
#2B0F24
(43,15,36)
#250D1E
(37,13,30)
#1F0B18
(31,11,24)
#190912
(25,9,18)
#13070C
(19,7,12)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #491942

#491942
(73,25,66)
#592D53
(89,45,83)
#694164
(105,65,100)
#795575
(121,85,117)
#896986
(137,105,134)
#997D97
(153,125,151)
#A991A8
(169,145,168)
#B9A5B9
(185,165,185)
#C9B9CA
(201,185,202)
#D9CDDB
(217,205,219)
#E9E1EC
(233,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491942 color. Also use rgb(73,25,66) instead hex code.

Text Font Color

.myTextColor { color: #491942; }

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

This text font color is #491942.


Background Color

.myBgColor { background-color: #491942; }

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

This div background color is #491942.


Border color

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

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

This div border color is #491942.


Opacity

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

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

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

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

This text has shadow with #491942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491942 on black background.


Color preview on white background

This text has color #491942 on white background.



Black color preview on #491942 background

This text has black color on #491942 background.


White color preview on #491942 background

This text has white color on #491942 background.