COLOR #401C1D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

64
28
29

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

Portions of RGB colors in percentages

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

%52.89
%23.14
%23.97

CMYK color model

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

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

CMYK percentages

%0
%56.25
%54.69
%74.9

Codes

Color #401C1D in popluar color models

401C1D
RGB642829
HSL358°39.13%18.04%
HSB/HSV358°56.25%25.10%
CMYK0.00%56.25%54.69%
74.90%

Color #401C1D in popluar number systems.

HEX401C1D
Decimal642829
Binary10000001110011101
Octal1003435

Shades and tints

Shades of #401C1D

#401C1D
(64,28,29)
#3B1A1B
(59,26,27)
#361819
(54,24,25)
#311617
(49,22,23)
#2C1415
(44,20,21)
#271213
(39,18,19)
#221011
(34,16,17)
#1D0E0F
(29,14,15)
#180C0D
(24,12,13)
#130A0B
(19,10,11)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #401C1D

#401C1D
(64,28,29)
#513031
(81,48,49)
#624445
(98,68,69)
#735859
(115,88,89)
#846C6D
(132,108,109)
#958081
(149,128,129)
#A69495
(166,148,149)
#B7A8A9
(183,168,169)
#C8BCBD
(200,188,189)
#D9D0D1
(217,208,209)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401C1D; }

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

This text font color is #401C1D.


Background Color

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

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

This div background color is #401C1D.


Border color

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

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

This div border color is #401C1D.


Opacity

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

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

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

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

This text has shadow with #401C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401C1D on black background.


Color preview on white background

This text has color #401C1D on white background.



Black color preview on #401C1D background

This text has black color on #401C1D background.


White color preview on #401C1D background

This text has white color on #401C1D background.