COLOR #401313

HEX: #401313 RGB: (64,19,19)

Color info

#401313 contains red, green and blue colors in about the same proportion. Web safe color of #401313 is #330000 (or #300).

RGB color model

#401313 color RGB value is (64,19,19).

RGB: (64,19,19) (25%, 7%, 7%)

RGB channels and saturation

R 64 of 255 = 25%
G 19 of 255 = 7%
B 19 of 255 = 7%

64
19
19

R + G + B ~ 13%. #401313 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 19 + 19 = 102 (100%)
R 64 of 102 ~ 62.75%
G 19 of 102 ~ 18.63%
B 19 of 102 ~ 18.63'%

%62.75
%18.63
%18.63

CMYK color model

#401313 color CMYK value is (0,70,70,75).

  • cyan value is 0.00%
  • magenta value is 70.31%
  • yellow value is 70.31%
  • key color value is 74.90%

CMYK: (0,70,70,75)
C0M70Y70K75 (0%, 70%, 70%, 75%)
(0.00 / 0.70 / 0.70 / 0.75)

CMYK percentages

%0
%70.31
%70.31
%74.9

Codes

Color #401313 in popluar color models

40 13 13
RGB 64 19 19
HSL 54.22% 16.27%
HSB/HSV 70.31% 25.10%
CMYK 0.00% 70.31% 70.31%
74.90%

Color #401313 in popluar number systems.

HEX 40 13 13
Decimal 64 19 19
Binary 1000000 10011 10011
Octal 100 23 23

Shades and tints

Shades of #401313

#401313
(64,19,19)
#3B1212
(59,18,18)
#361111
(54,17,17)
#311010
(49,16,16)
#2C0F0F
(44,15,15)
#270E0E
(39,14,14)
#220D0D
(34,13,13)
#1D0C0C
(29,12,12)
#180B0B
(24,11,11)
#130A0A
(19,10,10)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #401313

#401313
(64,19,19)
#512828
(81,40,40)
#623D3D
(98,61,61)
#735252
(115,82,82)
#846767
(132,103,103)
#957C7C
(149,124,124)
#A69191
(166,145,145)
#B7A6A6
(183,166,166)
#C8BBBB
(200,187,187)
#D9D0D0
(217,208,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401313; }

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

This text font color is #401313.

Background Color

.myBgColor { background-color: #401313; }

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

This div background color is #401313.

Border color

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

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

This div border color is #401313.

Opacity

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

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

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

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

This text has shadow with #401313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401313.

Preview

Color preview on black background

This text has color #401313 on black background.


Color preview on white background

This text has color #401313 on white background.


Black color preview on #401313 background

This text has black color on #401313 background.


White color preview on #401313 background

This text has white color on #401313 background.


Related colors

Complementary color

Complementary color for #hex is #BFECEC.


I love getcolorcode.com