COLOR #401D1D

HEX: #401D1D
RGB: (64,29,29)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

64
29
29

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

Portions of RGB colors in percentages

R + G + B =
64 + 29 + 29 = 122 (100%)
R 64 of 122 ~ 52.46%
G 29 of 122 ~ 23.77%
B 29 of 122 ~ 23.77%

%52.46
%23.77
%23.77

CMYK color model

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

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

CMYK percentages

%0
%54.69
%54.69
%74.9

Codes

Color #401D1D in popluar color models

401D1D
RGB642929
HSL37.63%18.24%
HSB/HSV54.69%25.10%
CMYK0.00%54.69%54.69%
74.90%

Color #401D1D in popluar number systems.

HEX401D1D
Decimal642929
Binary10000001110111101
Octal1003535

Shades and tints

Shades of #401D1D

#401D1D
(64,29,29)
#3B1B1B
(59,27,27)
#361919
(54,25,25)
#311717
(49,23,23)
#2C1515
(44,21,21)
#271313
(39,19,19)
#221111
(34,17,17)
#1D0F0F
(29,15,15)
#180D0D
(24,13,13)
#130B0B
(19,11,11)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #401D1D

#401D1D
(64,29,29)
#513131
(81,49,49)
#624545
(98,69,69)
#735959
(115,89,89)
#846D6D
(132,109,109)
#958181
(149,129,129)
#A69595
(166,149,149)
#B7A9A9
(183,169,169)
#C8BDBD
(200,189,189)
#D9D1D1
(217,209,209)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401D1D; }

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

This text font color is #401D1D.


Background Color

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

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

This div background color is #401D1D.


Border color

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

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

This div border color is #401D1D.


Opacity

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

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

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

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

This text has shadow with #401D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401D1D on black background.


Color preview on white background

This text has color #401D1D on white background.



Black color preview on #401D1D background

This text has black color on #401D1D background.


White color preview on #401D1D background

This text has white color on #401D1D background.