COLOR #401D24

HEX: #401D24 RGB: (64,29,36)

Color info

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

RGB color model

#401D24 color RGB value is (64,29,36).

RGB: (64,29,36) (25%, 11%, 14%)

RGB channels and saturation

R 64 of 255 = 25%
G 29 of 255 = 11%
B 36 of 255 = 14%

64
29
36

R + G + B ~ 17%. #401D24 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 29 + 36 = 129 (100%)
R 64 of 129 ~ 49.61%
G 29 of 129 ~ 22.48%
B 36 of 129 ~ 27.91'%

%49.61
%22.48
%27.91

CMYK color model

#401D24 color CMYK value is (0,55,44,75).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 43.75%
  • key color value is 74.90%

CMYK: (0,55,44,75)
C0M55Y44K75 (0%, 55%, 44%, 75%)
(0.00 / 0.55 / 0.44 / 0.75)

CMYK percentages

%0
%54.69
%43.75
%74.9

Codes

Color #401D24 in popluar color models

40 1D 24
RGB 64 29 36
HSL 348° 37.63% 18.24%
HSB/HSV 348° 54.69% 25.10%
CMYK 0.00% 54.69% 43.75%
74.90%

Color #401D24 in popluar number systems.

HEX 40 1D 24
Decimal 64 29 36
Binary 1000000 11101 100100
Octal 100 35 44

Shades and tints

Shades of #401D24

#401D24
(64,29,36)
#3B1B21
(59,27,33)
#36191E
(54,25,30)
#31171B
(49,23,27)
#2C1518
(44,21,24)
#271315
(39,19,21)
#221112
(34,17,18)
#1D0F0F
(29,15,15)
#180D0C
(24,13,12)
#130B09
(19,11,9)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #401D24

#401D24
(64,29,36)
#513137
(81,49,55)
#62454A
(98,69,74)
#73595D
(115,89,93)
#846D70
(132,109,112)
#958183
(149,129,131)
#A69596
(166,149,150)
#B7A9A9
(183,169,169)
#C8BDBC
(200,189,188)
#D9D1CF
(217,209,207)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401D24; }

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

This text font color is #401D24.

Background Color

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

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

This div background color is #401D24.

Border color

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

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

This div border color is #401D24.

Opacity

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

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

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

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

This text has shadow with #401D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401D24.

Preview

Color preview on black background

This text has color #401D24 on black background.


Color preview on white background

This text has color #401D24 on white background.


Black color preview on #401D24 background

This text has black color on #401D24 background.


White color preview on #401D24 background

This text has white color on #401D24 background.


Related colors

Complementary color

Complementary color for #hex is #BFE2DB.


I love getcolorcode.com

Triadic colors

1 #24401D and #1D2440 with #401D24 are triadic colors.

2 #241D40 and #1D4024 with #401D24 are triadic colors.