COLOR #400D16

HEX: #400D16
RGB: (64,13,22)

Color info

#400D16 contains red, green and blue colors in about the same proportion. Web safe color of #400D16 is #330000 (or #300).

RGB color model

#400D16 color RGB value is (64,13,22).

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

RGB channels and saturation

R 64 of 255 = 25%
G 13 of 255 = 5%
B 22 of 255 = 9%

64
13
22

R + G + B ~ 13%. #400D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 13 + 22 = 99 (100%)
R 64 of 99 ~ 64.65%
G 13 of 99 ~ 13.13%
B 22 of 99 ~ 22.22%

%64.65
%13.13
%22.22

CMYK color model

#400D16 color CMYK value is (0,80,66,75).

  • cyan value is 0.00%
  • magenta value is 79.69%
  • yellow value is 65.63%
  • key color value is 74.90%
CMYK:
(0,80,66,75)
C0M80Y66K75 
(0%,80%,66%,75%)
(0.00/0.80/0.66/0.75)	

CMYK percentages

%0
%79.69
%65.63
%74.9

Codes

Color #400D16 in popluar color models

400D16
RGB641322
HSL349°66.23%15.10%
HSB/HSV349°79.69%25.10%
CMYK0.00%79.69%65.63%
74.90%

Color #400D16 in popluar number systems.

HEX400D16
Decimal641322
Binary1000000110110110
Octal1001526

Shades and tints

Shades of #400D16

#400D16
(64,13,22)
#3B0C14
(59,12,20)
#360B12
(54,11,18)
#310A10
(49,10,16)
#2C090E
(44,9,14)
#27080C
(39,8,12)
#22070A
(34,7,10)
#1D0608
(29,6,8)
#180506
(24,5,6)
#130404
(19,4,4)
#0E0302
(14,3,2)
#000000
(0,0,0)

Tints of #400D16

#400D16
(64,13,22)
#51232B
(81,35,43)
#623940
(98,57,64)
#734F55
(115,79,85)
#84656A
(132,101,106)
#957B7F
(149,123,127)
#A69194
(166,145,148)
#B7A7A9
(183,167,169)
#C8BDBE
(200,189,190)
#D9D3D3
(217,211,211)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400D16; }

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

This text font color is #400D16.


Background Color

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

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

This div background color is #400D16.


Border color

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

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

This div border color is #400D16.


Opacity

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

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

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

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

This text has shadow with #400D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400D16 on black background.


Color preview on white background

This text has color #400D16 on white background.



Black color preview on #400D16 background

This text has black color on #400D16 background.


White color preview on #400D16 background

This text has white color on #400D16 background.