COLOR #401013

HEX: #401013
RGB: (64,16,19)

Color info

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

RGB color model

#401013 color RGB value is (64,16,19).

  • red value is 64;
  • green value is 16;
  • blue value is 19.
RGB:
(64,16,19)
(25%,6%,7%)

RGB channels and saturation

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

64
16
19

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

Portions of RGB colors in percentages

R + G + B =
64 + 16 + 19 = 99 (100%)
R 64 of 99 ~ 64.65%
G 16 of 99 ~ 16.16%
B 19 of 99 ~ 19.19%

%64.65
%16.16
%19.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(0,75,70,75)
C0M75Y70K75 
(0%,75%,70%,75%)
(0.00/0.75/0.70/0.75)	

CMYK percentages

%0
%75
%70.31
%74.9

Codes

Color #401013 in popluar color models

401013
RGB641619
HSL356°60.00%15.69%
HSB/HSV356°75.00%25.10%
CMYK0.00%75.00%70.31%
74.90%

Color #401013 in popluar number systems.

HEX401013
Decimal641619
Binary10000001000010011
Octal1002023

Shades and tints

Shades of #401013

#401013
(64,16,19)
#3B0F12
(59,15,18)
#360E11
(54,14,17)
#310D10
(49,13,16)
#2C0C0F
(44,12,15)
#270B0E
(39,11,14)
#220A0D
(34,10,13)
#1D090C
(29,9,12)
#18080B
(24,8,11)
#13070A
(19,7,10)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #401013

#401013
(64,16,19)
#512528
(81,37,40)
#623A3D
(98,58,61)
#734F52
(115,79,82)
#846467
(132,100,103)
#95797C
(149,121,124)
#A68E91
(166,142,145)
#B7A3A6
(183,163,166)
#C8B8BB
(200,184,187)
#D9CDD0
(217,205,208)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401013; }

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

This text font color is #401013.


Background Color

.myBgColor { background-color: #401013; }

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

This div background color is #401013.


Border color

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

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

This div border color is #401013.


Opacity

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

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

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

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

This text has shadow with #401013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401013 on black background.


Color preview on white background

This text has color #401013 on white background.



Black color preview on #401013 background

This text has black color on #401013 background.


White color preview on #401013 background

This text has white color on #401013 background.