COLOR #400B36

HEX: #400B36
RGB: (64,11,54)

Color info

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

RGB color model

#400B36 color RGB value is (64,11,54).

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

RGB channels and saturation

R 64 of 255 = 25%
G 11 of 255 = 4%
B 54 of 255 = 21%

64
11
54

R + G + B ~ 17%. #400B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 11 + 54 = 129 (100%)
R 64 of 129 ~ 49.61%
G 11 of 129 ~ 8.53%
B 54 of 129 ~ 41.86%

%49.61
%41.86

CMYK color model

#400B36 color CMYK value is (0,83,16,75).

  • cyan value is 0.00%
  • magenta value is 82.81%
  • yellow value is 15.63%
  • key color value is 74.90%
CMYK:
(0,83,16,75)
C0M83Y16K75 
(0%,83%,16%,75%)
(0.00/0.83/0.16/0.75)	

CMYK percentages

%0
%82.81
%15.63
%74.9

Codes

Color #400B36 in popluar color models

400B36
RGB641154
HSL311°70.67%14.71%
HSB/HSV311°82.81%25.10%
CMYK0.00%82.81%15.63%
74.90%

Color #400B36 in popluar number systems.

HEX400B36
Decimal641154
Binary10000001011110110
Octal1001366

Shades and tints

Shades of #400B36

#400B36
(64,11,54)
#3B0A32
(59,10,50)
#36092E
(54,9,46)
#31082A
(49,8,42)
#2C0726
(44,7,38)
#270622
(39,6,34)
#22051E
(34,5,30)
#1D041A
(29,4,26)
#180316
(24,3,22)
#130212
(19,2,18)
#0E010E
(14,1,14)
#000000
(0,0,0)

Tints of #400B36

#400B36
(64,11,54)
#512148
(81,33,72)
#62375A
(98,55,90)
#734D6C
(115,77,108)
#84637E
(132,99,126)
#957990
(149,121,144)
#A68FA2
(166,143,162)
#B7A5B4
(183,165,180)
#C8BBC6
(200,187,198)
#D9D1D8
(217,209,216)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400B36; }

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

This text font color is #400B36.


Background Color

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

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

This div background color is #400B36.


Border color

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

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

This div border color is #400B36.


Opacity

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

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

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

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

This text has shadow with #400B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400B36 on black background.


Color preview on white background

This text has color #400B36 on white background.



Black color preview on #400B36 background

This text has black color on #400B36 background.


White color preview on #400B36 background

This text has white color on #400B36 background.