COLOR #400915

HEX: #400915
RGB: (64,9,21)

Color info

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

RGB color model

#400915 color RGB value is (64,9,21).

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

RGB channels and saturation

R 64 of 255 = 25%
G 9 of 255 = 4%
B 21 of 255 = 8%

64
9
21

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

Portions of RGB colors in percentages

R + G + B =
64 + 9 + 21 = 94 (100%)
R 64 of 94 ~ 68.09%
G 9 of 94 ~ 9.57%
B 21 of 94 ~ 22.34%

%68.09
%9.57
%22.34

CMYK color model

#400915 color CMYK value is (0,86,67,75).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 67.19%
  • key color value is 74.90%
CMYK:
(0,86,67,75)
C0M86Y67K75 
(0%,86%,67%,75%)
(0.00/0.86/0.67/0.75)	

CMYK percentages

%0
%85.94
%67.19
%74.9

Codes

Color #400915 in popluar color models

400915
RGB64921
HSL347°75.34%14.31%
HSB/HSV347°85.94%25.10%
CMYK0.00%85.94%67.19%
74.90%

Color #400915 in popluar number systems.

HEX400915
Decimal64921
Binary1000000100110101
Octal1001125

Shades and tints

Shades of #400915

#400915
(64,9,21)
#3B0914
(59,9,20)
#360913
(54,9,19)
#310912
(49,9,18)
#2C0911
(44,9,17)
#270910
(39,9,16)
#22090F
(34,9,15)
#1D090E
(29,9,14)
#18090D
(24,9,13)
#13090C
(19,9,12)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #400915

#400915
(64,9,21)
#511F2A
(81,31,42)
#62353F
(98,53,63)
#734B54
(115,75,84)
#846169
(132,97,105)
#95777E
(149,119,126)
#A68D93
(166,141,147)
#B7A3A8
(183,163,168)
#C8B9BD
(200,185,189)
#D9CFD2
(217,207,210)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400915 color. Also use rgb(64,9,21) instead hex code.

Text Font Color

.myTextColor { color: #400915; }

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

This text font color is #400915.


Background Color

.myBgColor { background-color: #400915; }

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

This div background color is #400915.


Border color

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

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

This div border color is #400915.


Opacity

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

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

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

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

This text has shadow with #400915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400915 on black background.


Color preview on white background

This text has color #400915 on white background.



Black color preview on #400915 background

This text has black color on #400915 background.


White color preview on #400915 background

This text has white color on #400915 background.