COLOR #400F1D

HEX: #400F1D
RGB: (64,15,29)

Color info

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

RGB color model

#400F1D color RGB value is (64,15,29).

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

RGB channels and saturation

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

64
15
29

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

Portions of RGB colors in percentages

R + G + B =
64 + 15 + 29 = 108 (100%)
R 64 of 108 ~ 59.26%
G 15 of 108 ~ 13.89%
B 29 of 108 ~ 26.85%

%59.26
%13.89
%26.85

CMYK color model

#400F1D color CMYK value is (0,77,55,75).

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

CMYK percentages

%0
%76.56
%54.69
%74.9

Codes

Color #400F1D in popluar color models

400F1D
RGB641529
HSL343°62.03%15.49%
HSB/HSV343°76.56%25.10%
CMYK0.00%76.56%54.69%
74.90%

Color #400F1D in popluar number systems.

HEX400F1D
Decimal641529
Binary1000000111111101
Octal1001735

Shades and tints

Shades of #400F1D

#400F1D
(64,15,29)
#3B0E1B
(59,14,27)
#360D19
(54,13,25)
#310C17
(49,12,23)
#2C0B15
(44,11,21)
#270A13
(39,10,19)
#220911
(34,9,17)
#1D080F
(29,8,15)
#18070D
(24,7,13)
#13060B
(19,6,11)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #400F1D

#400F1D
(64,15,29)
#512431
(81,36,49)
#623945
(98,57,69)
#734E59
(115,78,89)
#84636D
(132,99,109)
#957881
(149,120,129)
#A68D95
(166,141,149)
#B7A2A9
(183,162,169)
#C8B7BD
(200,183,189)
#D9CCD1
(217,204,209)
#EAE1E5
(234,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400F1D; }

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

This text font color is #400F1D.


Background Color

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

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

This div background color is #400F1D.


Border color

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

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

This div border color is #400F1D.


Opacity

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

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

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

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

This text has shadow with #400F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400F1D on black background.


Color preview on white background

This text has color #400F1D on white background.



Black color preview on #400F1D background

This text has black color on #400F1D background.


White color preview on #400F1D background

This text has white color on #400F1D background.