COLOR #401B1D

HEX: #401B1D RGB: (64,27,29)

Color info

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

RGB color model

#401B1D color RGB value is (64,27,29).

RGB: (64,27,29) (25%, 11%, 11%)

RGB channels and saturation

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

64
27
29

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

Portions of RGB colors in percentages

R + G + B = 64 + 27 + 29 = 120 (100%)
R 64 of 120 ~ 53.33%
G 27 of 120 ~ 22.5%
B 29 of 120 ~ 24.17'%

%53.33
%22.5
%24.17

CMYK color model

#401B1D color CMYK value is (0,58,55,75).

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

CMYK: (0,58,55,75)
C0M58Y55K75 (0%, 58%, 55%, 75%)
(0.00 / 0.58 / 0.55 / 0.75)

CMYK percentages

%0
%57.81
%54.69
%74.9

Codes

Color #401B1D in popluar color models

40 1B 1D
RGB 64 27 29
HSL 357° 40.66% 17.84%
HSB/HSV 357° 57.81% 25.10%
CMYK 0.00% 57.81% 54.69%
74.90%

Color #401B1D in popluar number systems.

HEX 40 1B 1D
Decimal 64 27 29
Binary 1000000 11011 11101
Octal 100 33 35

Shades and tints

Shades of #401B1D

#401B1D
(64,27,29)
#3B191B
(59,25,27)
#361719
(54,23,25)
#311517
(49,21,23)
#2C1315
(44,19,21)
#271113
(39,17,19)
#220F11
(34,15,17)
#1D0D0F
(29,13,15)
#180B0D
(24,11,13)
#13090B
(19,9,11)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #401B1D

#401B1D
(64,27,29)
#512F31
(81,47,49)
#624345
(98,67,69)
#735759
(115,87,89)
#846B6D
(132,107,109)
#957F81
(149,127,129)
#A69395
(166,147,149)
#B7A7A9
(183,167,169)
#C8BBBD
(200,187,189)
#D9CFD1
(217,207,209)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B1D; }

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

This text font color is #401B1D.

Background Color

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

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

This div background color is #401B1D.

Border color

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

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

This div border color is #401B1D.

Opacity

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

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

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

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

This text has shadow with #401B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401B1D.

Preview

Color preview on black background

This text has color #401B1D on black background.


Color preview on white background

This text has color #401B1D on white background.


Black color preview on #401B1D background

This text has black color on #401B1D background.


White color preview on #401B1D background

This text has white color on #401B1D background.


Related colors

Complementary color

Complementary color for #hex is #BFE4E2.


I love getcolorcode.com

Triadic colors

1 #1D401B and #1B1D40 with #401B1D are triadic colors.

2 #1D1B40 and #1B401D with #401B1D are triadic colors.