COLOR #400D4B

HEX: #400D4B
RGB: (64,13,75)

Color info

#400D4B contains mainly red and blue colors. Web safe color of #400D4B is #330033 (or #303).

RGB color model

#400D4B color RGB value is (64,13,75).

  • red value is 64;
  • green value is 13;
  • blue value is 75.
RGB:
(64,13,75)
(25%,5%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 13 of 255 = 5%
B 75 of 255 = 29%

64
13
75

R + G + B ~ 20%. #400D4B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 13 + 75 = 152 (100%)
R 64 of 152 ~ 42.11%
G 13 of 152 ~ 8.55%
B 75 of 152 ~ 49.34%

%42.11
%49.34

CMYK color model

#400D4B color CMYK value is (15,83,0,71).

  • cyan value is 14.67%
  • magenta value is 82.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,83,0,71)
C15M83Y0K71 
(15%,83%,0%,71%)
(0.15/0.83/0.00/0.71)	

CMYK percentages

%14.67
%82.67
%0
%70.59

Codes

Color #400D4B in popluar color models

400D4B
RGB641375
HSL289°70.45%17.25%
HSB/HSV289°82.67%29.41%
CMYK14.67%82.67%0.00%
70.59%

Color #400D4B in popluar number systems.

HEX400D4B
Decimal641375
Binary100000011011001011
Octal10015113

Shades and tints

Shades of #400D4B

#400D4B
(64,13,75)
#3B0C45
(59,12,69)
#360B3F
(54,11,63)
#310A39
(49,10,57)
#2C0933
(44,9,51)
#27082D
(39,8,45)
#220727
(34,7,39)
#1D0621
(29,6,33)
#18051B
(24,5,27)
#130415
(19,4,21)
#0E030F
(14,3,15)
#000000
(0,0,0)

Tints of #400D4B

#400D4B
(64,13,75)
#51235B
(81,35,91)
#62396B
(98,57,107)
#734F7B
(115,79,123)
#84658B
(132,101,139)
#957B9B
(149,123,155)
#A691AB
(166,145,171)
#B7A7BB
(183,167,187)
#C8BDCB
(200,189,203)
#D9D3DB
(217,211,219)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400D4B color. Also use rgb(64,13,75) instead hex code.

Text Font Color

.myTextColor { color: #400D4B; }

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

This text font color is #400D4B.


Background Color

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

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

This div background color is #400D4B.


Border color

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

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

This div border color is #400D4B.


Opacity

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

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

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

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

This text has shadow with #400D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400D4B on black background.


Color preview on white background

This text has color #400D4B on white background.



Black color preview on #400D4B background

This text has black color on #400D4B background.


White color preview on #400D4B background

This text has white color on #400D4B background.