COLOR #401648

HEX: #401648
RGB: (64,22,72)

Color info

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

RGB color model

#401648 color RGB value is (64,22,72).

  • red value is 64;
  • green value is 22;
  • blue value is 72.
RGB:
(64,22,72)
(25%,9%,28%)

RGB channels and saturation

R 64 of 255 = 25%
G 22 of 255 = 9%
B 72 of 255 = 28%

64
22
72

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

Portions of RGB colors in percentages

R + G + B =
64 + 22 + 72 = 158 (100%)
R 64 of 158 ~ 40.51%
G 22 of 158 ~ 13.92%
B 72 of 158 ~ 45.57%

%40.51
%13.92
%45.57

CMYK color model

#401648 color CMYK value is (11,69,0,72).

  • cyan value is 11.11%
  • magenta value is 69.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(11,69,0,72)
C11M69Y0K72 
(11%,69%,0%,72%)
(0.11/0.69/0.00/0.72)	

CMYK percentages

%11.11
%69.44
%0
%71.76

Codes

Color #401648 in popluar color models

401648
RGB642272
HSL290°53.19%18.43%
HSB/HSV290°69.44%28.24%
CMYK11.11%69.44%0.00%
71.76%

Color #401648 in popluar number systems.

HEX401648
Decimal642272
Binary1000000101101001000
Octal10026110

Shades and tints

Shades of #401648

#401648
(64,22,72)
#3B1442
(59,20,66)
#36123C
(54,18,60)
#311036
(49,16,54)
#2C0E30
(44,14,48)
#270C2A
(39,12,42)
#220A24
(34,10,36)
#1D081E
(29,8,30)
#180618
(24,6,24)
#130412
(19,4,18)
#0E020C
(14,2,12)
#000000
(0,0,0)

Tints of #401648

#401648
(64,22,72)
#512B58
(81,43,88)
#624068
(98,64,104)
#735578
(115,85,120)
#846A88
(132,106,136)
#957F98
(149,127,152)
#A694A8
(166,148,168)
#B7A9B8
(183,169,184)
#C8BEC8
(200,190,200)
#D9D3D8
(217,211,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401648 color. Also use rgb(64,22,72) instead hex code.

Text Font Color

.myTextColor { color: #401648; }

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

This text font color is #401648.


Background Color

.myBgColor { background-color: #401648; }

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

This div background color is #401648.


Border color

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

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

This div border color is #401648.


Opacity

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

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

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

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

This text has shadow with #401648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401648 on black background.


Color preview on white background

This text has color #401648 on white background.



Black color preview on #401648 background

This text has black color on #401648 background.


White color preview on #401648 background

This text has white color on #401648 background.