COLOR #400B19

HEX: #400B19 RGB: (64,11,25)

Color info

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

RGB color model

#400B19 color RGB value is (64,11,25).

RGB: (64,11,25) (25%, 4%, 10%)

RGB channels and saturation

R 64 of 255 = 25%
G 11 of 255 = 4%
B 25 of 255 = 10%

64
11
25

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

Portions of RGB colors in percentages

R + G + B = 64 + 11 + 25 = 100 (100%)
R 64 of 100 ~ 64%
G 11 of 100 ~ 11%
B 25 of 100 ~ 25'%

%64
%11
%25

CMYK color model

#400B19 color CMYK value is (0,83,61,75).

  • cyan value is 0.00%
  • magenta value is 82.81%
  • yellow value is 60.94%
  • key color value is 74.90%

CMYK: (0,83,61,75)
C0M83Y61K75 (0%, 83%, 61%, 75%)
(0.00 / 0.83 / 0.61 / 0.75)

CMYK percentages

%0
%82.81
%60.94
%74.9

Codes

Color #400B19 in popluar color models

40 0B 19
RGB 64 11 25
HSL 344° 70.67% 14.71%
HSB/HSV 344° 82.81% 25.10%
CMYK 0.00% 82.81% 60.94%
74.90%

Color #400B19 in popluar number systems.

HEX 40 0B 19
Decimal 64 11 25
Binary 1000000 1011 11001
Octal 100 13 31

Shades and tints

Shades of #400B19

#400B19
(64,11,25)
#3B0A17
(59,10,23)
#360915
(54,9,21)
#310813
(49,8,19)
#2C0711
(44,7,17)
#27060F
(39,6,15)
#22050D
(34,5,13)
#1D040B
(29,4,11)
#180309
(24,3,9)
#130207
(19,2,7)
#0E0105
(14,1,5)
#000000
(0,0,0)

Tints of #400B19

#400B19
(64,11,25)
#51212D
(81,33,45)
#623741
(98,55,65)
#734D55
(115,77,85)
#846369
(132,99,105)
#95797D
(149,121,125)
#A68F91
(166,143,145)
#B7A5A5
(183,165,165)
#C8BBB9
(200,187,185)
#D9D1CD
(217,209,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400B19 color. Also use rgb(64,11,25) instead hex code.

Text Font Color

.myTextColor { color: #400B19; }

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

This text font color is #400B19.

Background Color

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

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

This div background color is #400B19.

Border color

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

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

This div border color is #400B19.

Opacity

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

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

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

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

This text has shadow with #400B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400B19.

Preview

Color preview on black background

This text has color #400B19 on black background.


Color preview on white background

This text has color #400B19 on white background.


Black color preview on #400B19 background

This text has black color on #400B19 background.


White color preview on #400B19 background

This text has white color on #400B19 background.


Related colors

Complementary color

Complementary color for #hex is #BFF4E6.


I love getcolorcode.com

Triadic colors

1 #19400B and #0B1940 with #400B19 are triadic colors.

2 #190B40 and #0B4019 with #400B19 are triadic colors.