COLOR #400A18

HEX: #400A18
RGB: (64,10,24)

Color info

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

RGB color model

#400A18 color RGB value is (64,10,24).

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

RGB channels and saturation

R 64 of 255 = 25%
G 10 of 255 = 4%
B 24 of 255 = 9%

64
10
24

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

Portions of RGB colors in percentages

R + G + B =
64 + 10 + 24 = 98 (100%)
R 64 of 98 ~ 65.31%
G 10 of 98 ~ 10.2%
B 24 of 98 ~ 24.49%

%65.31
%10.2
%24.49

CMYK color model

#400A18 color CMYK value is (0,84,63,75).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 62.50%
  • key color value is 74.90%
CMYK:
(0,84,63,75)
C0M84Y63K75 
(0%,84%,63%,75%)
(0.00/0.84/0.63/0.75)	

CMYK percentages

%0
%84.38
%62.5
%74.9

Codes

Color #400A18 in popluar color models

400A18
RGB641024
HSL344°72.97%14.51%
HSB/HSV344°84.38%25.10%
CMYK0.00%84.38%62.50%
74.90%

Color #400A18 in popluar number systems.

HEX400A18
Decimal641024
Binary1000000101011000
Octal1001230

Shades and tints

Shades of #400A18

#400A18
(64,10,24)
#3B0A16
(59,10,22)
#360A14
(54,10,20)
#310A12
(49,10,18)
#2C0A10
(44,10,16)
#270A0E
(39,10,14)
#220A0C
(34,10,12)
#1D0A0A
(29,10,10)
#180A08
(24,10,8)
#130A06
(19,10,6)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #400A18

#400A18
(64,10,24)
#51202D
(81,32,45)
#623642
(98,54,66)
#734C57
(115,76,87)
#84626C
(132,98,108)
#957881
(149,120,129)
#A68E96
(166,142,150)
#B7A4AB
(183,164,171)
#C8BAC0
(200,186,192)
#D9D0D5
(217,208,213)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400A18 color. Also use rgb(64,10,24) instead hex code.

Text Font Color

.myTextColor { color: #400A18; }

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

This text font color is #400A18.


Background Color

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

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

This div background color is #400A18.


Border color

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

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

This div border color is #400A18.


Opacity

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

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

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

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

This text has shadow with #400A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400A18 on black background.


Color preview on white background

This text has color #400A18 on white background.



Black color preview on #400A18 background

This text has black color on #400A18 background.


White color preview on #400A18 background

This text has white color on #400A18 background.