COLOR #400B1F

HEX: #400B1F
RGB: (64,11,31)

Color info

#400B1F contains red, green and blue colors in about the same proportion. Web safe color of #400B1F is #330033 (or #303).

RGB color model

#400B1F color RGB value is (64,11,31).

  • red value is 64;
  • green value is 11;
  • blue value is 31.
RGB:
(64,11,31)
(25%,4%,12%)

RGB channels and saturation

R 64 of 255 = 25%
G 11 of 255 = 4%
B 31 of 255 = 12%

64
11
31

R + G + B ~ 14%. #400B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 11 + 31 = 106 (100%)
R 64 of 106 ~ 60.38%
G 11 of 106 ~ 10.38%
B 31 of 106 ~ 29.25%

%60.38
%10.38
%29.25

CMYK color model

#400B1F color CMYK value is (0,83,52,75).

  • cyan value is 0.00%
  • magenta value is 82.81%
  • yellow value is 51.56%
  • key color value is 74.90%
CMYK:
(0,83,52,75)
C0M83Y52K75 
(0%,83%,52%,75%)
(0.00/0.83/0.52/0.75)	

CMYK percentages

%0
%82.81
%51.56
%74.9

Codes

Color #400B1F in popluar color models

400B1F
RGB641131
HSL337°70.67%14.71%
HSB/HSV337°82.81%25.10%
CMYK0.00%82.81%51.56%
74.90%

Color #400B1F in popluar number systems.

HEX400B1F
Decimal641131
Binary1000000101111111
Octal1001337

Shades and tints

Shades of #400B1F

#400B1F
(64,11,31)
#3B0A1D
(59,10,29)
#36091B
(54,9,27)
#310819
(49,8,25)
#2C0717
(44,7,23)
#270615
(39,6,21)
#220513
(34,5,19)
#1D0411
(29,4,17)
#18030F
(24,3,15)
#13020D
(19,2,13)
#0E010B
(14,1,11)
#000000
(0,0,0)

Tints of #400B1F

#400B1F
(64,11,31)
#512133
(81,33,51)
#623747
(98,55,71)
#734D5B
(115,77,91)
#84636F
(132,99,111)
#957983
(149,121,131)
#A68F97
(166,143,151)
#B7A5AB
(183,165,171)
#C8BBBF
(200,187,191)
#D9D1D3
(217,209,211)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400B1F color. Also use rgb(64,11,31) instead hex code.

Text Font Color

.myTextColor { color: #400B1F; }

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

This text font color is #400B1F.


Background Color

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

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

This div background color is #400B1F.


Border color

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

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

This div border color is #400B1F.


Opacity

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

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

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

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

This text has shadow with #400B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400B1F on black background.


Color preview on white background

This text has color #400B1F on white background.



Black color preview on #400B1F background

This text has black color on #400B1F background.


White color preview on #400B1F background

This text has white color on #400B1F background.