COLOR #401647

HEX: #401647
RGB: (64,22,71)

Color info

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

RGB color model

#401647 color RGB value is (64,22,71).

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

RGB channels and saturation

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

64
22
71

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

Portions of RGB colors in percentages

R + G + B =
64 + 22 + 71 = 157 (100%)
R 64 of 157 ~ 40.76%
G 22 of 157 ~ 14.01%
B 71 of 157 ~ 45.22%

%40.76
%14.01
%45.22

CMYK color model

#401647 color CMYK value is (10,69,0,72).

  • cyan value is 9.86%
  • magenta value is 69.01%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(10,69,0,72)
C10M69Y0K72 
(10%,69%,0%,72%)
(0.10/0.69/0.00/0.72)	

CMYK percentages

%9.86
%69.01
%0
%72.16

Codes

Color #401647 in popluar color models

401647
RGB642271
HSL291°52.69%18.24%
HSB/HSV291°69.01%27.84%
CMYK9.86%69.01%0.00%
72.16%

Color #401647 in popluar number systems.

HEX401647
Decimal642271
Binary1000000101101000111
Octal10026107

Shades and tints

Shades of #401647

#401647
(64,22,71)
#3B1441
(59,20,65)
#36123B
(54,18,59)
#311035
(49,16,53)
#2C0E2F
(44,14,47)
#270C29
(39,12,41)
#220A23
(34,10,35)
#1D081D
(29,8,29)
#180617
(24,6,23)
#130411
(19,4,17)
#0E020B
(14,2,11)
#000000
(0,0,0)

Tints of #401647

#401647
(64,22,71)
#512B57
(81,43,87)
#624067
(98,64,103)
#735577
(115,85,119)
#846A87
(132,106,135)
#957F97
(149,127,151)
#A694A7
(166,148,167)
#B7A9B7
(183,169,183)
#C8BEC7
(200,190,199)
#D9D3D7
(217,211,215)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401647; }

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

This text font color is #401647.


Background Color

.myBgColor { background-color: #401647; }

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

This div background color is #401647.


Border color

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

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

This div border color is #401647.


Opacity

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

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

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

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

This text has shadow with #401647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401647 on black background.


Color preview on white background

This text has color #401647 on white background.



Black color preview on #401647 background

This text has black color on #401647 background.


White color preview on #401647 background

This text has white color on #401647 background.