COLOR #401332

HEX: #401332
RGB: (64,19,50)

Color info

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

RGB color model

#401332 color RGB value is (64,19,50).

  • red value is 64;
  • green value is 19;
  • blue value is 50.
RGB:
(64,19,50)
(25%,7%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 19 of 255 = 7%
B 50 of 255 = 20%

64
19
50

R + G + B ~ 17%. #401332 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 19 + 50 = 133 (100%)
R 64 of 133 ~ 48.12%
G 19 of 133 ~ 14.29%
B 50 of 133 ~ 37.59%

%48.12
%14.29
%37.59

CMYK color model

#401332 color CMYK value is (0,70,22,75).

  • cyan value is 0.00%
  • magenta value is 70.31%
  • yellow value is 21.88%
  • key color value is 74.90%
CMYK:
(0,70,22,75)
C0M70Y22K75 
(0%,70%,22%,75%)
(0.00/0.70/0.22/0.75)	

CMYK percentages

%0
%70.31
%21.88
%74.9

Codes

Color #401332 in popluar color models

401332
RGB641950
HSL319°54.22%16.27%
HSB/HSV319°70.31%25.10%
CMYK0.00%70.31%21.88%
74.90%

Color #401332 in popluar number systems.

HEX401332
Decimal641950
Binary100000010011110010
Octal1002362

Shades and tints

Shades of #401332

#401332
(64,19,50)
#3B122E
(59,18,46)
#36112A
(54,17,42)
#311026
(49,16,38)
#2C0F22
(44,15,34)
#270E1E
(39,14,30)
#220D1A
(34,13,26)
#1D0C16
(29,12,22)
#180B12
(24,11,18)
#130A0E
(19,10,14)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #401332

#401332
(64,19,50)
#512844
(81,40,68)
#623D56
(98,61,86)
#735268
(115,82,104)
#84677A
(132,103,122)
#957C8C
(149,124,140)
#A6919E
(166,145,158)
#B7A6B0
(183,166,176)
#C8BBC2
(200,187,194)
#D9D0D4
(217,208,212)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401332 color. Also use rgb(64,19,50) instead hex code.

Text Font Color

.myTextColor { color: #401332; }

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

This text font color is #401332.


Background Color

.myBgColor { background-color: #401332; }

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

This div background color is #401332.


Border color

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

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

This div border color is #401332.


Opacity

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

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

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

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

This text has shadow with #401332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401332 on black background.


Color preview on white background

This text has color #401332 on white background.



Black color preview on #401332 background

This text has black color on #401332 background.


White color preview on #401332 background

This text has white color on #401332 background.