COLOR #400414

HEX: #400414
RGB: (64,4,20)

Color info

#400414 contains mainly red and blue colors. Web safe color of #400414 is #330000 (or #300).

RGB color model

#400414 color RGB value is (64,4,20).

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

RGB channels and saturation

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

64
4
20

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

Portions of RGB colors in percentages

R + G + B =
64 + 4 + 20 = 88 (100%)
R 64 of 88 ~ 72.73%
G 4 of 88 ~ 4.55%
B 20 of 88 ~ 22.73%

%72.73
%22.73

CMYK color model

#400414 color CMYK value is (0,94,69,75).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 68.75%
  • key color value is 74.90%
CMYK:
(0,94,69,75)
C0M94Y69K75 
(0%,94%,69%,75%)
(0.00/0.94/0.69/0.75)	

CMYK percentages

%0
%93.75
%68.75
%74.9

Codes

Color #400414 in popluar color models

400414
RGB64420
HSL344°88.24%13.33%
HSB/HSV344°93.75%25.10%
CMYK0.00%93.75%68.75%
74.90%

Color #400414 in popluar number systems.

HEX400414
Decimal64420
Binary100000010010100
Octal100424

Shades and tints

Shades of #400414

#400414
(64,4,20)
#3B0413
(59,4,19)
#360412
(54,4,18)
#310411
(49,4,17)
#2C0410
(44,4,16)
#27040F
(39,4,15)
#22040E
(34,4,14)
#1D040D
(29,4,13)
#18040C
(24,4,12)
#13040B
(19,4,11)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #400414

#400414
(64,4,20)
#511A29
(81,26,41)
#62303E
(98,48,62)
#734653
(115,70,83)
#845C68
(132,92,104)
#95727D
(149,114,125)
#A68892
(166,136,146)
#B79EA7
(183,158,167)
#C8B4BC
(200,180,188)
#D9CAD1
(217,202,209)
#EAE0E6
(234,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400414; }

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

This text font color is #400414.


Background Color

.myBgColor { background-color: #400414; }

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

This div background color is #400414.


Border color

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

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

This div border color is #400414.


Opacity

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

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

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

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

This text has shadow with #400414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400414 on black background.


Color preview on white background

This text has color #400414 on white background.



Black color preview on #400414 background

This text has black color on #400414 background.


White color preview on #400414 background

This text has white color on #400414 background.