COLOR #401E14

HEX: #401E14 RGB: (64,30,20)

Color info

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

RGB color model

#401E14 color RGB value is (64,30,20).

RGB: (64,30,20) (25%, 12%, 8%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 20 of 255 = 8%

64
30
20

R + G + B ~ 15%. #401E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 30 + 20 = 114 (100%)
R 64 of 114 ~ 56.14%
G 30 of 114 ~ 26.32%
B 20 of 114 ~ 17.54'%

%56.14
%26.32
%17.54

CMYK color model

#401E14 color CMYK value is (0,53,69,75).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 68.75%
  • key color value is 74.90%
CMYK: (0,53,69,75) C0M53Y69K75 (0%,53%,69%,75%) (0.00/0.53/0.69/0.75) 

CMYK percentages

%0
%53.13
%68.75
%74.9

Codes

Color #401E14 in popluar color models

40 1E 14
RGB 64 30 20
HSL 14° 52.38% 16.47%
HSB/HSV 14° 68.75% 25.10%
CMYK 0.00% 53.13% 68.75%
74.90%

Color #401E14 in popluar number systems.

HEX 40 1E 14
Decimal 64 30 20
Binary 1000000 11110 10100
Octal 100 36 24

Shades and tints

Shades of #401E14

#401E14
(64,30,20)
#3B1C13
(59,28,19)
#361A12
(54,26,18)
#311811
(49,24,17)
#2C1610
(44,22,16)
#27140F
(39,20,15)
#22120E
(34,18,14)
#1D100D
(29,16,13)
#180E0C
(24,14,12)
#130C0B
(19,12,11)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #401E14

#401E14
(64,30,20)
#513229
(81,50,41)
#62463E
(98,70,62)
#735A53
(115,90,83)
#846E68
(132,110,104)
#95827D
(149,130,125)
#A69692
(166,150,146)
#B7AAA7
(183,170,167)
#C8BEBC
(200,190,188)
#D9D2D1
(217,210,209)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401E14; }

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

This text font color is #401E14.

Background Color

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

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

This div background color is #401E14.

Border color

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

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

This div border color is #401E14.

Opacity

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

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

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

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

This text has shadow with #401E14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401E14.

Preview

Color preview on black background

This text has color #401E14 on black background.


Color preview on white background

This text has color #401E14 on white background.


Black color preview on #401E14 background

This text has black color on #401E14 background.


White color preview on #401E14 background

This text has white color on #401E14 background.


Related colors

Complementary color

Complementary color for #hex is #BFE1EB.


I love getcolorcode.com

Triadic colors

1 #14401E and #1E1440 with #401E14 are triadic colors.

2 #141E40 and #1E4014 with #401E14 are triadic colors.