COLOR #401E11

HEX: #401E11
RGB: (64,30,17)

Color info

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

RGB color model

#401E11 color RGB value is (64,30,17).

  • red value is 64;
  • green value is 30;
  • blue value is 17.
RGB:
(64,30,17)
(25%,12%,7%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 17 of 255 = 7%

64
30
17

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

Portions of RGB colors in percentages

R + G + B =
64 + 30 + 17 = 111 (100%)
R 64 of 111 ~ 57.66%
G 30 of 111 ~ 27.03%
B 17 of 111 ~ 15.32%

%57.66
%27.03
%15.32

CMYK color model

#401E11 color CMYK value is (0,53,73,75).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 73.44%
  • key color value is 74.90%
CMYK:
(0,53,73,75)
C0M53Y73K75 
(0%,53%,73%,75%)
(0.00/0.53/0.73/0.75)	

CMYK percentages

%0
%53.13
%73.44
%74.9

Codes

Color #401E11 in popluar color models

401E11
RGB643017
HSL17°58.02%15.88%
HSB/HSV17°73.44%25.10%
CMYK0.00%53.13%73.44%
74.90%

Color #401E11 in popluar number systems.

HEX401E11
Decimal643017
Binary10000001111010001
Octal1003621

Shades and tints

Shades of #401E11

#401E11
(64,30,17)
#3B1C10
(59,28,16)
#361A0F
(54,26,15)
#31180E
(49,24,14)
#2C160D
(44,22,13)
#27140C
(39,20,12)
#22120B
(34,18,11)
#1D100A
(29,16,10)
#180E09
(24,14,9)
#130C08
(19,12,8)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #401E11

#401E11
(64,30,17)
#513226
(81,50,38)
#62463B
(98,70,59)
#735A50
(115,90,80)
#846E65
(132,110,101)
#95827A
(149,130,122)
#A6968F
(166,150,143)
#B7AAA4
(183,170,164)
#C8BEB9
(200,190,185)
#D9D2CE
(217,210,206)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401E11; }

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

This text font color is #401E11.


Background Color

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

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

This div background color is #401E11.


Border color

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

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

This div border color is #401E11.


Opacity

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

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

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

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

This text has shadow with #401E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401E11 on black background.


Color preview on white background

This text has color #401E11 on white background.



Black color preview on #401E11 background

This text has black color on #401E11 background.


White color preview on #401E11 background

This text has white color on #401E11 background.