COLOR #401A39

HEX: #401A39
RGB: (64,26,57)

Color info

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

RGB color model

#401A39 color RGB value is (64,26,57).

  • red value is 64;
  • green value is 26;
  • blue value is 57.
RGB:
(64,26,57)
(25%,10%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 26 of 255 = 10%
B 57 of 255 = 22%

64
26
57

R + G + B ~ 19%. #401A39 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 26 + 57 = 147 (100%)
R 64 of 147 ~ 43.54%
G 26 of 147 ~ 17.69%
B 57 of 147 ~ 38.78%

%43.54
%17.69
%38.78

CMYK color model

#401A39 color CMYK value is (0,59,11,75).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,59,11,75)
C0M59Y11K75 
(0%,59%,11%,75%)
(0.00/0.59/0.11/0.75)	

CMYK percentages

%0
%59.38
%10.94
%74.9

Codes

Color #401A39 in popluar color models

401A39
RGB642657
HSL311°42.22%17.65%
HSB/HSV311°59.38%25.10%
CMYK0.00%59.38%10.94%
74.90%

Color #401A39 in popluar number systems.

HEX401A39
Decimal642657
Binary100000011010111001
Octal1003271

Shades and tints

Shades of #401A39

#401A39
(64,26,57)
#3B1834
(59,24,52)
#36162F
(54,22,47)
#31142A
(49,20,42)
#2C1225
(44,18,37)
#271020
(39,16,32)
#220E1B
(34,14,27)
#1D0C16
(29,12,22)
#180A11
(24,10,17)
#13080C
(19,8,12)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #401A39

#401A39
(64,26,57)
#512E4B
(81,46,75)
#62425D
(98,66,93)
#73566F
(115,86,111)
#846A81
(132,106,129)
#957E93
(149,126,147)
#A692A5
(166,146,165)
#B7A6B7
(183,166,183)
#C8BAC9
(200,186,201)
#D9CEDB
(217,206,219)
#EAE2ED
(234,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401A39 color. Also use rgb(64,26,57) instead hex code.

Text Font Color

.myTextColor { color: #401A39; }

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

This text font color is #401A39.


Background Color

.myBgColor { background-color: #401A39; }

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

This div background color is #401A39.


Border color

.myBorderColor { border: 1px solid #401A39; }

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

This div border color is #401A39.


Opacity

.myOpacity80 { color: #401A39; opacity: 0.8; }

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

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

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

This text has shadow with #401A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401A39 on black background.


Color preview on white background

This text has color #401A39 on white background.



Black color preview on #401A39 background

This text has black color on #401A39 background.


White color preview on #401A39 background

This text has white color on #401A39 background.