COLOR #401D1C

HEX: #401D1C
RGB: (64,29,28)

Color info

#401D1C contains red, green and blue colors in about the same proportion. Web safe color of #401D1C is #333333 (or #333).

RGB color model

#401D1C color RGB value is (64,29,28).

  • red value is 64;
  • green value is 29;
  • blue value is 28.
RGB:
(64,29,28)
(25%,11%,11%)

RGB channels and saturation

R 64 of 255 = 25%
G 29 of 255 = 11%
B 28 of 255 = 11%

64
29
28

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

Portions of RGB colors in percentages

R + G + B =
64 + 29 + 28 = 121 (100%)
R 64 of 121 ~ 52.89%
G 29 of 121 ~ 23.97%
B 28 of 121 ~ 23.14%

%52.89
%23.97
%23.14

CMYK color model

#401D1C color CMYK value is (0,55,56,75).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 56.25%
  • key color value is 74.90%
CMYK:
(0,55,56,75)
C0M55Y56K75 
(0%,55%,56%,75%)
(0.00/0.55/0.56/0.75)	

CMYK percentages

%0
%54.69
%56.25
%74.9

Codes

Color #401D1C in popluar color models

401D1C
RGB642928
HSL39.13%18.04%
HSB/HSV56.25%25.10%
CMYK0.00%54.69%56.25%
74.90%

Color #401D1C in popluar number systems.

HEX401D1C
Decimal642928
Binary10000001110111100
Octal1003534

Shades and tints

Shades of #401D1C

#401D1C
(64,29,28)
#3B1B1A
(59,27,26)
#361918
(54,25,24)
#311716
(49,23,22)
#2C1514
(44,21,20)
#271312
(39,19,18)
#221110
(34,17,16)
#1D0F0E
(29,15,14)
#180D0C
(24,13,12)
#130B0A
(19,11,10)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #401D1C

#401D1C
(64,29,28)
#513130
(81,49,48)
#624544
(98,69,68)
#735958
(115,89,88)
#846D6C
(132,109,108)
#958180
(149,129,128)
#A69594
(166,149,148)
#B7A9A8
(183,169,168)
#C8BDBC
(200,189,188)
#D9D1D0
(217,209,208)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401D1C color. Also use rgb(64,29,28) instead hex code.

Text Font Color

.myTextColor { color: #401D1C; }

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

This text font color is #401D1C.


Background Color

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

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

This div background color is #401D1C.


Border color

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

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

This div border color is #401D1C.


Opacity

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

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

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

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

This text has shadow with #401D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401D1C on black background.


Color preview on white background

This text has color #401D1C on white background.



Black color preview on #401D1C background

This text has black color on #401D1C background.


White color preview on #401D1C background

This text has white color on #401D1C background.