COLOR #400419

HEX: #400419
RGB: (64,4,25)

Color info

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

RGB color model

#400419 color RGB value is (64,4,25).

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

RGB channels and saturation

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

64
4
25

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

Portions of RGB colors in percentages

R + G + B =
64 + 4 + 25 = 93 (100%)
R 64 of 93 ~ 68.82%
G 4 of 93 ~ 4.3%
B 25 of 93 ~ 26.88%

%68.82
%26.88

CMYK color model

#400419 color CMYK value is (0,94,61,75).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,94,61,75)
C0M94Y61K75 
(0%,94%,61%,75%)
(0.00/0.94/0.61/0.75)	

CMYK percentages

%0
%93.75
%60.94
%74.9

Codes

Color #400419 in popluar color models

400419
RGB64425
HSL339°88.24%13.33%
HSB/HSV339°93.75%25.10%
CMYK0.00%93.75%60.94%
74.90%

Color #400419 in popluar number systems.

HEX400419
Decimal64425
Binary100000010011001
Octal100431

Shades and tints

Shades of #400419

#400419
(64,4,25)
#3B0417
(59,4,23)
#360415
(54,4,21)
#310413
(49,4,19)
#2C0411
(44,4,17)
#27040F
(39,4,15)
#22040D
(34,4,13)
#1D040B
(29,4,11)
#180409
(24,4,9)
#130407
(19,4,7)
#0E0405
(14,4,5)
#000000
(0,0,0)

Tints of #400419

#400419
(64,4,25)
#511A2D
(81,26,45)
#623041
(98,48,65)
#734655
(115,70,85)
#845C69
(132,92,105)
#95727D
(149,114,125)
#A68891
(166,136,145)
#B79EA5
(183,158,165)
#C8B4B9
(200,180,185)
#D9CACD
(217,202,205)
#EAE0E1
(234,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400419; }

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

This text font color is #400419.


Background Color

.myBgColor { background-color: #400419; }

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

This div background color is #400419.


Border color

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

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

This div border color is #400419.


Opacity

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

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

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

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

This text has shadow with #400419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400419 on black background.


Color preview on white background

This text has color #400419 on white background.



Black color preview on #400419 background

This text has black color on #400419 background.


White color preview on #400419 background

This text has white color on #400419 background.