COLOR #401742

HEX: #401742
RGB: (64,23,66)

Color info

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

RGB color model

#401742 color RGB value is (64,23,66).

  • red value is 64;
  • green value is 23;
  • blue value is 66.
RGB:
(64,23,66)
(25%,9%,26%)

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 66 of 255 = 26%

64
23
66

R + G + B ~ 20%. #401742 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 66 = 153 (100%)
R 64 of 153 ~ 41.83%
G 23 of 153 ~ 15.03%
B 66 of 153 ~ 43.14%

%41.83
%15.03
%43.14

CMYK color model

#401742 color CMYK value is (3,65,0,74).

  • cyan value is 3.03%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(3,65,0,74)
C3M65Y0K74 
(3%,65%,0%,74%)
(0.03/0.65/0.00/0.74)	

CMYK percentages

%3.03
%65.15
%0
%74.12

Codes

Color #401742 in popluar color models

401742
RGB642366
HSL297°48.31%17.45%
HSB/HSV297°65.15%25.88%
CMYK3.03%65.15%0.00%
74.12%

Color #401742 in popluar number systems.

HEX401742
Decimal642366
Binary1000000101111000010
Octal10027102

Shades and tints

Shades of #401742

#401742
(64,23,66)
#3B153C
(59,21,60)
#361336
(54,19,54)
#311130
(49,17,48)
#2C0F2A
(44,15,42)
#270D24
(39,13,36)
#220B1E
(34,11,30)
#1D0918
(29,9,24)
#180712
(24,7,18)
#13050C
(19,5,12)
#0E0306
(14,3,6)
#000000
(0,0,0)

Tints of #401742

#401742
(64,23,66)
#512C53
(81,44,83)
#624164
(98,65,100)
#735675
(115,86,117)
#846B86
(132,107,134)
#958097
(149,128,151)
#A695A8
(166,149,168)
#B7AAB9
(183,170,185)
#C8BFCA
(200,191,202)
#D9D4DB
(217,212,219)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401742 color. Also use rgb(64,23,66) instead hex code.

Text Font Color

.myTextColor { color: #401742; }

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

This text font color is #401742.


Background Color

.myBgColor { background-color: #401742; }

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

This div background color is #401742.


Border color

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

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

This div border color is #401742.


Opacity

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

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

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

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

This text has shadow with #401742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401742 on black background.


Color preview on white background

This text has color #401742 on white background.



Black color preview on #401742 background

This text has black color on #401742 background.


White color preview on #401742 background

This text has white color on #401742 background.