COLOR #401C33

HEX: #401C33
RGB: (64,28,51)

Color info

#401C33 contains red, green and blue colors in about the same proportion. Web safe color of #401C33 is #333333 (or #333).

RGB color model

#401C33 color RGB value is (64,28,51).

  • red value is 64;
  • green value is 28;
  • blue value is 51.
RGB:
(64,28,51)
(25%,11%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 28 of 255 = 11%
B 51 of 255 = 20%

64
28
51

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

Portions of RGB colors in percentages

R + G + B =
64 + 28 + 51 = 143 (100%)
R 64 of 143 ~ 44.76%
G 28 of 143 ~ 19.58%
B 51 of 143 ~ 35.66%

%44.76
%19.58
%35.66

CMYK color model

#401C33 color CMYK value is (0,56,20,75).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(0,56,20,75)
C0M56Y20K75 
(0%,56%,20%,75%)
(0.00/0.56/0.20/0.75)	

CMYK percentages

%0
%56.25
%20.31
%74.9

Codes

Color #401C33 in popluar color models

401C33
RGB642851
HSL322°39.13%18.04%
HSB/HSV322°56.25%25.10%
CMYK0.00%56.25%20.31%
74.90%

Color #401C33 in popluar number systems.

HEX401C33
Decimal642851
Binary100000011100110011
Octal1003463

Shades and tints

Shades of #401C33

#401C33
(64,28,51)
#3B1A2F
(59,26,47)
#36182B
(54,24,43)
#311627
(49,22,39)
#2C1423
(44,20,35)
#27121F
(39,18,31)
#22101B
(34,16,27)
#1D0E17
(29,14,23)
#180C13
(24,12,19)
#130A0F
(19,10,15)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #401C33

#401C33
(64,28,51)
#513045
(81,48,69)
#624457
(98,68,87)
#735869
(115,88,105)
#846C7B
(132,108,123)
#95808D
(149,128,141)
#A6949F
(166,148,159)
#B7A8B1
(183,168,177)
#C8BCC3
(200,188,195)
#D9D0D5
(217,208,213)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401C33 color. Also use rgb(64,28,51) instead hex code.

Text Font Color

.myTextColor { color: #401C33; }

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

This text font color is #401C33.


Background Color

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

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

This div background color is #401C33.


Border color

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

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

This div border color is #401C33.


Opacity

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

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

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

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

This text has shadow with #401C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401C33 on black background.


Color preview on white background

This text has color #401C33 on white background.



Black color preview on #401C33 background

This text has black color on #401C33 background.


White color preview on #401C33 background

This text has white color on #401C33 background.