COLOR #400D1D

HEX: #400D1D
RGB: (64,13,29)

Color info

#400D1D contains red, green and blue colors in about the same proportion. Web safe color of #400D1D is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

64
13
29

R + G + B ~ 14%. #400D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 13 + 29 = 106 (100%)
R 64 of 106 ~ 60.38%
G 13 of 106 ~ 12.26%
B 29 of 106 ~ 27.36%

%60.38
%12.26
%27.36

CMYK color model

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

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

CMYK percentages

%0
%79.69
%54.69
%74.9

Codes

Color #400D1D in popluar color models

400D1D
RGB641329
HSL341°66.23%15.10%
HSB/HSV341°79.69%25.10%
CMYK0.00%79.69%54.69%
74.90%

Color #400D1D in popluar number systems.

HEX400D1D
Decimal641329
Binary1000000110111101
Octal1001535

Shades and tints

Shades of #400D1D

#400D1D
(64,13,29)
#3B0C1B
(59,12,27)
#360B19
(54,11,25)
#310A17
(49,10,23)
#2C0915
(44,9,21)
#270813
(39,8,19)
#220711
(34,7,17)
#1D060F
(29,6,15)
#18050D
(24,5,13)
#13040B
(19,4,11)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #400D1D

#400D1D
(64,13,29)
#512331
(81,35,49)
#623945
(98,57,69)
#734F59
(115,79,89)
#84656D
(132,101,109)
#957B81
(149,123,129)
#A69195
(166,145,149)
#B7A7A9
(183,167,169)
#C8BDBD
(200,189,189)
#D9D3D1
(217,211,209)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400D1D; }

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

This text font color is #400D1D.


Background Color

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

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

This div background color is #400D1D.


Border color

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

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

This div border color is #400D1D.


Opacity

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

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

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

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

This text has shadow with #400D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400D1D on black background.


Color preview on white background

This text has color #400D1D on white background.



Black color preview on #400D1D background

This text has black color on #400D1D background.


White color preview on #400D1D background

This text has white color on #400D1D background.