COLOR #400A11

HEX: #400A11
RGB: (64,10,17)

Color info

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

RGB color model

#400A11 color RGB value is (64,10,17).

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

RGB channels and saturation

R 64 of 255 = 25%
G 10 of 255 = 4%
B 17 of 255 = 7%

64
10
17

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

Portions of RGB colors in percentages

R + G + B =
64 + 10 + 17 = 91 (100%)
R 64 of 91 ~ 70.33%
G 10 of 91 ~ 10.99%
B 17 of 91 ~ 18.68%

%70.33
%10.99
%18.68

CMYK color model

#400A11 color CMYK value is (0,84,73,75).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 73.44%
  • key color value is 74.90%
CMYK:
(0,84,73,75)
C0M84Y73K75 
(0%,84%,73%,75%)
(0.00/0.84/0.73/0.75)	

CMYK percentages

%0
%84.38
%73.44
%74.9

Codes

Color #400A11 in popluar color models

400A11
RGB641017
HSL352°72.97%14.51%
HSB/HSV352°84.38%25.10%
CMYK0.00%84.38%73.44%
74.90%

Color #400A11 in popluar number systems.

HEX400A11
Decimal641017
Binary1000000101010001
Octal1001221

Shades and tints

Shades of #400A11

#400A11
(64,10,17)
#3B0A10
(59,10,16)
#360A0F
(54,10,15)
#310A0E
(49,10,14)
#2C0A0D
(44,10,13)
#270A0C
(39,10,12)
#220A0B
(34,10,11)
#1D0A0A
(29,10,10)
#180A09
(24,10,9)
#130A08
(19,10,8)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #400A11

#400A11
(64,10,17)
#512026
(81,32,38)
#62363B
(98,54,59)
#734C50
(115,76,80)
#846265
(132,98,101)
#95787A
(149,120,122)
#A68E8F
(166,142,143)
#B7A4A4
(183,164,164)
#C8BAB9
(200,186,185)
#D9D0CE
(217,208,206)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400A11; }

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

This text font color is #400A11.


Background Color

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

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

This div background color is #400A11.


Border color

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

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

This div border color is #400A11.


Opacity

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

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

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

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

This text has shadow with #400A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400A11 on black background.


Color preview on white background

This text has color #400A11 on white background.



Black color preview on #400A11 background

This text has black color on #400A11 background.


White color preview on #400A11 background

This text has white color on #400A11 background.