COLOR #400E19

HEX: #400E19
RGB: (64,14,25)

Color info

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

RGB color model

#400E19 color RGB value is (64,14,25).

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

RGB channels and saturation

R 64 of 255 = 25%
G 14 of 255 = 5%
B 25 of 255 = 10%

64
14
25

R + G + B ~ 13%. #400E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 14 + 25 = 103 (100%)
R 64 of 103 ~ 62.14%
G 14 of 103 ~ 13.59%
B 25 of 103 ~ 24.27%

%62.14
%13.59
%24.27

CMYK color model

#400E19 color CMYK value is (0,78,61,75).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,78,61,75)
C0M78Y61K75 
(0%,78%,61%,75%)
(0.00/0.78/0.61/0.75)	

CMYK percentages

%0
%78.13
%60.94
%74.9

Codes

Color #400E19 in popluar color models

400E19
RGB641425
HSL347°64.10%15.29%
HSB/HSV347°78.13%25.10%
CMYK0.00%78.13%60.94%
74.90%

Color #400E19 in popluar number systems.

HEX400E19
Decimal641425
Binary1000000111011001
Octal1001631

Shades and tints

Shades of #400E19

#400E19
(64,14,25)
#3B0D17
(59,13,23)
#360C15
(54,12,21)
#310B13
(49,11,19)
#2C0A11
(44,10,17)
#27090F
(39,9,15)
#22080D
(34,8,13)
#1D070B
(29,7,11)
#180609
(24,6,9)
#130507
(19,5,7)
#0E0405
(14,4,5)
#000000
(0,0,0)

Tints of #400E19

#400E19
(64,14,25)
#51232D
(81,35,45)
#623841
(98,56,65)
#734D55
(115,77,85)
#846269
(132,98,105)
#95777D
(149,119,125)
#A68C91
(166,140,145)
#B7A1A5
(183,161,165)
#C8B6B9
(200,182,185)
#D9CBCD
(217,203,205)
#EAE0E1
(234,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400E19; }

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

This text font color is #400E19.


Background Color

.myBgColor { background-color: #400E19; }

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

This div background color is #400E19.


Border color

.myBorderColor { border: 1px solid #400E19; }

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

This div border color is #400E19.


Opacity

.myOpacity80 { color: #400E19; opacity: 0.8; }

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

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

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

This text has shadow with #400E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400E19 on black background.


Color preview on white background

This text has color #400E19 on white background.



Black color preview on #400E19 background

This text has black color on #400E19 background.


White color preview on #400E19 background

This text has white color on #400E19 background.