COLOR #401E19

HEX: #401E19 RGB: (64,30,25)

Color info

#401E19 contains red, green and blue colors in about the same proportion. Web safe color of #401E19 is #333300 (or #330).

RGB color model

#401E19 color RGB value is (64,30,25).

RGB: (64,30,25) (25%, 12%, 10%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 25 of 255 = 10%

64
30
25

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

Portions of RGB colors in percentages

R + G + B = 64 + 30 + 25 = 119 (100%)
R 64 of 119 ~ 53.78%
G 30 of 119 ~ 25.21%
B 25 of 119 ~ 21.01'%

%53.78
%25.21
%21.01

CMYK color model

#401E19 color CMYK value is (0,53,61,75).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 60.94%
  • key color value is 74.90%

CMYK: (0,53,61,75)
C0M53Y61K75 (0%, 53%, 61%, 75%)
(0.00 / 0.53 / 0.61 / 0.75)

CMYK percentages

%0
%53.13
%60.94
%74.9

Codes

Color #401E19 in popluar color models

40 1E 19
RGB 64 30 25
HSL 43.82% 17.45%
HSB/HSV 60.94% 25.10%
CMYK 0.00% 53.13% 60.94%
74.90%

Color #401E19 in popluar number systems.

HEX 40 1E 19
Decimal 64 30 25
Binary 1000000 11110 11001
Octal 100 36 31

Shades and tints

Shades of #401E19

#401E19
(64,30,25)
#3B1C17
(59,28,23)
#361A15
(54,26,21)
#311813
(49,24,19)
#2C1611
(44,22,17)
#27140F
(39,20,15)
#22120D
(34,18,13)
#1D100B
(29,16,11)
#180E09
(24,14,9)
#130C07
(19,12,7)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #401E19

#401E19
(64,30,25)
#51322D
(81,50,45)
#624641
(98,70,65)
#735A55
(115,90,85)
#846E69
(132,110,105)
#95827D
(149,130,125)
#A69691
(166,150,145)
#B7AAA5
(183,170,165)
#C8BEB9
(200,190,185)
#D9D2CD
(217,210,205)
#EAE6E1
(234,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401E19 color. Also use rgb(64,30,25) instead hex code.

Text Font Color

.myTextColor { color: #401E19; }

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

This text font color is #401E19.

Background Color

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

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

This div background color is #401E19.

Border color

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

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

This div border color is #401E19.

Opacity

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

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

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

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

This text has shadow with #401E19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401E19.

Preview

Color preview on black background

This text has color #401E19 on black background.


Color preview on white background

This text has color #401E19 on white background.


Black color preview on #401E19 background

This text has black color on #401E19 background.


White color preview on #401E19 background

This text has white color on #401E19 background.


Related colors

Complementary color

Complementary color for #401E19 is #BFE1E6.


I love getcolorcode.com

Triadic colors

1 #19401E and #1E1940 with #401E19 are triadic colors.

2 #191E40 and #1E4019 with #401E19 are triadic colors.