COLOR #401423

HEX: #401423
RGB: (64,20,35)

Color info

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

RGB color model

#401423 color RGB value is (64,20,35).

  • red value is 64;
  • green value is 20;
  • blue value is 35.
RGB:
(64,20,35)
(25%,8%,14%)

RGB channels and saturation

R 64 of 255 = 25%
G 20 of 255 = 8%
B 35 of 255 = 14%

64
20
35

R + G + B ~ 16%. #401423 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 20 + 35 = 119 (100%)
R 64 of 119 ~ 53.78%
G 20 of 119 ~ 16.81%
B 35 of 119 ~ 29.41%

%53.78
%16.81
%29.41

CMYK color model

#401423 color CMYK value is (0,69,45,75).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 45.31%
  • key color value is 74.90%
CMYK:
(0,69,45,75)
C0M69Y45K75 
(0%,69%,45%,75%)
(0.00/0.69/0.45/0.75)	

CMYK percentages

%0
%68.75
%45.31
%74.9

Codes

Color #401423 in popluar color models

401423
RGB642035
HSL340°52.38%16.47%
HSB/HSV340°68.75%25.10%
CMYK0.00%68.75%45.31%
74.90%

Color #401423 in popluar number systems.

HEX401423
Decimal642035
Binary100000010100100011
Octal1002443

Shades and tints

Shades of #401423

#401423
(64,20,35)
#3B1320
(59,19,32)
#36121D
(54,18,29)
#31111A
(49,17,26)
#2C1017
(44,16,23)
#270F14
(39,15,20)
#220E11
(34,14,17)
#1D0D0E
(29,13,14)
#180C0B
(24,12,11)
#130B08
(19,11,8)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #401423

#401423
(64,20,35)
#512937
(81,41,55)
#623E4B
(98,62,75)
#73535F
(115,83,95)
#846873
(132,104,115)
#957D87
(149,125,135)
#A6929B
(166,146,155)
#B7A7AF
(183,167,175)
#C8BCC3
(200,188,195)
#D9D1D7
(217,209,215)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401423 color. Also use rgb(64,20,35) instead hex code.

Text Font Color

.myTextColor { color: #401423; }

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

This text font color is #401423.


Background Color

.myBgColor { background-color: #401423; }

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

This div background color is #401423.


Border color

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

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

This div border color is #401423.


Opacity

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

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

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

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

This text has shadow with #401423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401423 on black background.


Color preview on white background

This text has color #401423 on white background.



Black color preview on #401423 background

This text has black color on #401423 background.


White color preview on #401423 background

This text has white color on #401423 background.