COLOR #491943

HEX: #491943
RGB: (73,25,67)

Color info

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

RGB color model

#491943 color RGB value is (73,25,67).

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

RGB channels and saturation

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

73
25
67

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

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 67 = 165 (100%)
R 73 of 165 ~ 44.24%
G 25 of 165 ~ 15.15%
B 67 of 165 ~ 40.61%

%44.24
%15.15
%40.61

CMYK color model

#491943 color CMYK value is (0,66,8,71).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK:
(0,66,8,71)
C0M66Y8K71 
(0%,66%,8%,71%)
(0.00/0.66/0.08/0.71)	

CMYK percentages

%0
%65.75
%8.22
%71.37

Codes

Color #491943 in popluar color models

491943
RGB732567
HSL308°48.98%19.22%
HSB/HSV308°65.75%28.63%
CMYK0.00%65.75%8.22%
71.37%

Color #491943 in popluar number systems.

HEX491943
Decimal732567
Binary1001001110011000011
Octal11131103

Shades and tints

Shades of #491943

#491943
(73,25,67)
#43173D
(67,23,61)
#3D1537
(61,21,55)
#371331
(55,19,49)
#31112B
(49,17,43)
#2B0F25
(43,15,37)
#250D1F
(37,13,31)
#1F0B19
(31,11,25)
#190913
(25,9,19)
#13070D
(19,7,13)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #491943

#491943
(73,25,67)
#592D54
(89,45,84)
#694165
(105,65,101)
#795576
(121,85,118)
#896987
(137,105,135)
#997D98
(153,125,152)
#A991A9
(169,145,169)
#B9A5BA
(185,165,186)
#C9B9CB
(201,185,203)
#D9CDDC
(217,205,220)
#E9E1ED
(233,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491943; }

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

This text font color is #491943.


Background Color

.myBgColor { background-color: #491943; }

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

This div background color is #491943.


Border color

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

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

This div border color is #491943.


Opacity

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

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

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

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

This text has shadow with #491943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491943 on black background.


Color preview on white background

This text has color #491943 on white background.



Black color preview on #491943 background

This text has black color on #491943 background.


White color preview on #491943 background

This text has white color on #491943 background.