COLOR #401949

HEX: #401949
RGB: (64,25,73)

Color info

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

RGB color model

#401949 color RGB value is (64,25,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 25 of 255 = 10%
B 73 of 255 = 29%

64
25
73

R + G + B ~ 21%. #401949 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 25 + 73 = 162 (100%)
R 64 of 162 ~ 39.51%
G 25 of 162 ~ 15.43%
B 73 of 162 ~ 45.06%

%39.51
%15.43
%45.06

CMYK color model

#401949 color CMYK value is (12,66,0,71).

  • cyan value is 12.33%
  • magenta value is 65.75%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,66,0,71)
C12M66Y0K71 
(12%,66%,0%,71%)
(0.12/0.66/0.00/0.71)	

CMYK percentages

%12.33
%65.75
%0
%71.37

Codes

Color #401949 in popluar color models

401949
RGB642573
HSL289°48.98%19.22%
HSB/HSV289°65.75%28.63%
CMYK12.33%65.75%0.00%
71.37%

Color #401949 in popluar number systems.

HEX401949
Decimal642573
Binary1000000110011001001
Octal10031111

Shades and tints

Shades of #401949

#401949
(64,25,73)
#3B1743
(59,23,67)
#36153D
(54,21,61)
#311337
(49,19,55)
#2C1131
(44,17,49)
#270F2B
(39,15,43)
#220D25
(34,13,37)
#1D0B1F
(29,11,31)
#180919
(24,9,25)
#130713
(19,7,19)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #401949

#401949
(64,25,73)
#512D59
(81,45,89)
#624169
(98,65,105)
#735579
(115,85,121)
#846989
(132,105,137)
#957D99
(149,125,153)
#A691A9
(166,145,169)
#B7A5B9
(183,165,185)
#C8B9C9
(200,185,201)
#D9CDD9
(217,205,217)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401949; }

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

This text font color is #401949.


Background Color

.myBgColor { background-color: #401949; }

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

This div background color is #401949.


Border color

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

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

This div border color is #401949.


Opacity

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

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

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

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

This text has shadow with #401949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401949 on black background.


Color preview on white background

This text has color #401949 on white background.



Black color preview on #401949 background

This text has black color on #401949 background.


White color preview on #401949 background

This text has white color on #401949 background.