COLOR #400914

HEX: #400914
RGB: (64,9,20)

Color info

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

RGB color model

#400914 color RGB value is (64,9,20).

  • red value is 64;
  • green value is 9;
  • blue value is 20.
RGB:
(64,9,20)
(25%,4%,8%)

RGB channels and saturation

R 64 of 255 = 25%
G 9 of 255 = 4%
B 20 of 255 = 8%

64
9
20

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

Portions of RGB colors in percentages

R + G + B =
64 + 9 + 20 = 93 (100%)
R 64 of 93 ~ 68.82%
G 9 of 93 ~ 9.68%
B 20 of 93 ~ 21.51%

%68.82
%9.68
%21.51

CMYK color model

#400914 color CMYK value is (0,86,69,75).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 68.75%
  • key color value is 74.90%
CMYK:
(0,86,69,75)
C0M86Y69K75 
(0%,86%,69%,75%)
(0.00/0.86/0.69/0.75)	

CMYK percentages

%0
%85.94
%68.75
%74.9

Codes

Color #400914 in popluar color models

400914
RGB64920
HSL348°75.34%14.31%
HSB/HSV348°85.94%25.10%
CMYK0.00%85.94%68.75%
74.90%

Color #400914 in popluar number systems.

HEX400914
Decimal64920
Binary1000000100110100
Octal1001124

Shades and tints

Shades of #400914

#400914
(64,9,20)
#3B0913
(59,9,19)
#360912
(54,9,18)
#310911
(49,9,17)
#2C0910
(44,9,16)
#27090F
(39,9,15)
#22090E
(34,9,14)
#1D090D
(29,9,13)
#18090C
(24,9,12)
#13090B
(19,9,11)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #400914

#400914
(64,9,20)
#511F29
(81,31,41)
#62353E
(98,53,62)
#734B53
(115,75,83)
#846168
(132,97,104)
#95777D
(149,119,125)
#A68D92
(166,141,146)
#B7A3A7
(183,163,167)
#C8B9BC
(200,185,188)
#D9CFD1
(217,207,209)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400914 color. Also use rgb(64,9,20) instead hex code.

Text Font Color

.myTextColor { color: #400914; }

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

This text font color is #400914.


Background Color

.myBgColor { background-color: #400914; }

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

This div background color is #400914.


Border color

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

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

This div border color is #400914.


Opacity

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

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

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

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

This text has shadow with #400914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400914 on black background.


Color preview on white background

This text has color #400914 on white background.



Black color preview on #400914 background

This text has black color on #400914 background.


White color preview on #400914 background

This text has white color on #400914 background.