COLOR #401A01

HEX: #401A01 RGB: (64,26,1)

Color info

#401A01 contains mainly red and green colors. Web safe color of #401A01 is #330000 (or #300).

RGB color model

#401A01 color RGB value is (64,26,1).

RGB: (64,26,1) (25%, 10%, 0%)

RGB channels and saturation

R 64 of 255 = 25%
G 26 of 255 = 10%
B 1 of 255 = 0%

64
26
1

R + G + B ~ 12%. #401A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 26 + 1 = 91 (100%)
R 64 of 91 ~ 70.33%
G 26 of 91 ~ 28.57%
B 1 of 91 ~ 1.1'%

%70.33
%28.57

CMYK color model

#401A01 color CMYK value is (0,59,98,75).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 98.44%
  • key color value is 74.90%

CMYK: (0,59,98,75)
C0M59Y98K75 (0%, 59%, 98%, 75%)
(0.00 / 0.59 / 0.98 / 0.75)

CMYK percentages

%0
%59.38
%98.44
%74.9

Codes

Color #401A01 in popluar color models

40 1A 01
RGB 64 26 1
HSL 24° 96.92% 12.75%
HSB/HSV 24° 98.44% 25.10%
CMYK 0.00% 59.38% 98.44%
74.90%

Color #401A01 in popluar number systems.

HEX 40 1A 01
Decimal 64 26 1
Binary 1000000 11010 1
Octal 100 32 1

Shades and tints

Shades of #401A01

#401A01
(64,26,1)
#3B1801
(59,24,1)
#361601
(54,22,1)
#311401
(49,20,1)
#2C1201
(44,18,1)
#271001
(39,16,1)
#220E01
(34,14,1)
#1D0C01
(29,12,1)
#180A01
(24,10,1)
#130801
(19,8,1)
#0E0601
(14,6,1)
#000000
(0,0,0)

Tints of #401A01

#401A01
(64,26,1)
#512E18
(81,46,24)
#62422F
(98,66,47)
#735646
(115,86,70)
#846A5D
(132,106,93)
#957E74
(149,126,116)
#A6928B
(166,146,139)
#B7A6A2
(183,166,162)
#C8BAB9
(200,186,185)
#D9CED0
(217,206,208)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401A01 color. Also use rgb(64,26,1) instead hex code.

Text Font Color

.myTextColor { color: #401A01; }

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

This text font color is #401A01.

Background Color

.myBgColor { background-color: #401A01; }

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

This div background color is #401A01.

Border color

.myBorderColor { border: 1px solid #401A01; }

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

This div border color is #401A01.

Opacity

.myOpacity80 { color: #401A01; opacity: 0.8; }

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

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

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

This text has shadow with #401A01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401A01.

Preview

Color preview on black background

This text has color #401A01 on black background.


Color preview on white background

This text has color #401A01 on white background.


Black color preview on #401A01 background

This text has black color on #401A01 background.


White color preview on #401A01 background

This text has white color on #401A01 background.


Related colors

Complementary color

Complementary color for #hex is #BFE5FE.


I love getcolorcode.com

Triadic colors

1 #01401A and #1A0140 with #401A01 are triadic colors.

2 #011A40 and #1A4001 with #401A01 are triadic colors.