COLOR #400619

HEX: #400619
RGB: (64,6,25)

Color info

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

RGB color model

#400619 color RGB value is (64,6,25).

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

RGB channels and saturation

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

64
6
25

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

Portions of RGB colors in percentages

R + G + B =
64 + 6 + 25 = 95 (100%)
R 64 of 95 ~ 67.37%
G 6 of 95 ~ 6.32%
B 25 of 95 ~ 26.32%

%67.37
%26.32

CMYK color model

#400619 color CMYK value is (0,91,61,75).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,91,61,75)
C0M91Y61K75 
(0%,91%,61%,75%)
(0.00/0.91/0.61/0.75)	

CMYK percentages

%0
%90.63
%60.94
%74.9

Codes

Color #400619 in popluar color models

400619
RGB64625
HSL340°82.86%13.73%
HSB/HSV340°90.63%25.10%
CMYK0.00%90.63%60.94%
74.90%

Color #400619 in popluar number systems.

HEX400619
Decimal64625
Binary100000011011001
Octal100631

Shades and tints

Shades of #400619

#400619
(64,6,25)
#3B0617
(59,6,23)
#360615
(54,6,21)
#310613
(49,6,19)
#2C0611
(44,6,17)
#27060F
(39,6,15)
#22060D
(34,6,13)
#1D060B
(29,6,11)
#180609
(24,6,9)
#130607
(19,6,7)
#0E0605
(14,6,5)
#000000
(0,0,0)

Tints of #400619

#400619
(64,6,25)
#511C2D
(81,28,45)
#623241
(98,50,65)
#734855
(115,72,85)
#845E69
(132,94,105)
#95747D
(149,116,125)
#A68A91
(166,138,145)
#B7A0A5
(183,160,165)
#C8B6B9
(200,182,185)
#D9CCCD
(217,204,205)
#EAE2E1
(234,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400619; }

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

This text font color is #400619.


Background Color

.myBgColor { background-color: #400619; }

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

This div background color is #400619.


Border color

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

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

This div border color is #400619.


Opacity

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

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

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

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

This text has shadow with #400619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400619 on black background.


Color preview on white background

This text has color #400619 on white background.



Black color preview on #400619 background

This text has black color on #400619 background.


White color preview on #400619 background

This text has white color on #400619 background.