COLOR #400813

HEX: #400813 RGB: (64,8,19)

Color info

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

RGB color model

#400813 color RGB value is (64,8,19).

RGB: (64,8,19) (25%, 3%, 7%)

RGB channels and saturation

R 64 of 255 = 25%
G 8 of 255 = 3%
B 19 of 255 = 7%

64
8
19

R + G + B ~ 12%. #400813 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 8 + 19 = 91 (100%)
R 64 of 91 ~ 70.33%
G 8 of 91 ~ 8.79%
B 19 of 91 ~ 20.88'%

%70.33
%20.88

CMYK color model

#400813 color CMYK value is (0,88,70,75).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 70.31%
  • key color value is 74.90%

CMYK: (0,88,70,75)
C0M88Y70K75 (0%, 88%, 70%, 75%)
(0.00 / 0.88 / 0.70 / 0.75)

CMYK percentages

%0
%87.5
%70.31
%74.9

Codes

Color #400813 in popluar color models

40 08 13
RGB 64 8 19
HSL 348° 77.78% 14.12%
HSB/HSV 348° 87.50% 25.10%
CMYK 0.00% 87.50% 70.31%
74.90%

Color #400813 in popluar number systems.

HEX 40 08 13
Decimal 64 8 19
Binary 1000000 1000 10011
Octal 100 10 23

Shades and tints

Shades of #400813

#400813
(64,8,19)
#3B0812
(59,8,18)
#360811
(54,8,17)
#310810
(49,8,16)
#2C080F
(44,8,15)
#27080E
(39,8,14)
#22080D
(34,8,13)
#1D080C
(29,8,12)
#18080B
(24,8,11)
#13080A
(19,8,10)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #400813

#400813
(64,8,19)
#511E28
(81,30,40)
#62343D
(98,52,61)
#734A52
(115,74,82)
#846067
(132,96,103)
#95767C
(149,118,124)
#A68C91
(166,140,145)
#B7A2A6
(183,162,166)
#C8B8BB
(200,184,187)
#D9CED0
(217,206,208)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400813 color. Also use rgb(64,8,19) instead hex code.

Text Font Color

.myTextColor { color: #400813; }

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

This text font color is #400813.

Background Color

.myBgColor { background-color: #400813; }

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

This div background color is #400813.

Border color

.myBorderColor { border: 1px solid #400813; }

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

This div border color is #400813.

Opacity

.myOpacity80 { color: #400813; opacity: 0.8; }

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

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

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

This text has shadow with #400813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400813.

Preview

Color preview on black background

This text has color #400813 on black background.


Color preview on white background

This text has color #400813 on white background.


Black color preview on #400813 background

This text has black color on #400813 background.


White color preview on #400813 background

This text has white color on #400813 background.


Related colors

Complementary color

Complementary color for #hex is #BFF7EC.


I love getcolorcode.com

Triadic colors

1 #134008 and #081340 with #400813 are triadic colors.

2 #130840 and #084013 with #400813 are triadic colors.