COLOR #401B33

HEX: #401B33
RGB: (64,27,51)

Color info

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

RGB color model

#401B33 color RGB value is (64,27,51).

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

RGB channels and saturation

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

64
27
51

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

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 51 = 142 (100%)
R 64 of 142 ~ 45.07%
G 27 of 142 ~ 19.01%
B 51 of 142 ~ 35.92%

%45.07
%19.01
%35.92

CMYK color model

#401B33 color CMYK value is (0,58,20,75).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(0,58,20,75)
C0M58Y20K75 
(0%,58%,20%,75%)
(0.00/0.58/0.20/0.75)	

CMYK percentages

%0
%57.81
%20.31
%74.9

Codes

Color #401B33 in popluar color models

401B33
RGB642751
HSL321°40.66%17.84%
HSB/HSV321°57.81%25.10%
CMYK0.00%57.81%20.31%
74.90%

Color #401B33 in popluar number systems.

HEX401B33
Decimal642751
Binary100000011011110011
Octal1003363

Shades and tints

Shades of #401B33

#401B33
(64,27,51)
#3B192F
(59,25,47)
#36172B
(54,23,43)
#311527
(49,21,39)
#2C1323
(44,19,35)
#27111F
(39,17,31)
#220F1B
(34,15,27)
#1D0D17
(29,13,23)
#180B13
(24,11,19)
#13090F
(19,9,15)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #401B33

#401B33
(64,27,51)
#512F45
(81,47,69)
#624357
(98,67,87)
#735769
(115,87,105)
#846B7B
(132,107,123)
#957F8D
(149,127,141)
#A6939F
(166,147,159)
#B7A7B1
(183,167,177)
#C8BBC3
(200,187,195)
#D9CFD5
(217,207,213)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B33; }

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

This text font color is #401B33.


Background Color

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

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

This div background color is #401B33.


Border color

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

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

This div border color is #401B33.


Opacity

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

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

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

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

This text has shadow with #401B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401B33 on black background.


Color preview on white background

This text has color #401B33 on white background.



Black color preview on #401B33 background

This text has black color on #401B33 background.


White color preview on #401B33 background

This text has white color on #401B33 background.