COLOR #400D4A

HEX: #400D4A
RGB: (64,13,74)

Color info

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

RGB color model

#400D4A color RGB value is (64,13,74).

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

RGB channels and saturation

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

64
13
74

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

Portions of RGB colors in percentages

R + G + B =
64 + 13 + 74 = 151 (100%)
R 64 of 151 ~ 42.38%
G 13 of 151 ~ 8.61%
B 74 of 151 ~ 49.01%

%42.38
%49.01

CMYK color model

#400D4A color CMYK value is (14,82,0,71).

  • cyan value is 13.51%
  • magenta value is 82.43%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(14,82,0,71)
C14M82Y0K71 
(14%,82%,0%,71%)
(0.14/0.82/0.00/0.71)	

CMYK percentages

%13.51
%82.43
%0
%70.98

Codes

Color #400D4A in popluar color models

400D4A
RGB641374
HSL290°70.11%17.06%
HSB/HSV290°82.43%29.02%
CMYK13.51%82.43%0.00%
70.98%

Color #400D4A in popluar number systems.

HEX400D4A
Decimal641374
Binary100000011011001010
Octal10015112

Shades and tints

Shades of #400D4A

#400D4A
(64,13,74)
#3B0C44
(59,12,68)
#360B3E
(54,11,62)
#310A38
(49,10,56)
#2C0932
(44,9,50)
#27082C
(39,8,44)
#220726
(34,7,38)
#1D0620
(29,6,32)
#18051A
(24,5,26)
#130414
(19,4,20)
#0E030E
(14,3,14)
#000000
(0,0,0)

Tints of #400D4A

#400D4A
(64,13,74)
#51235A
(81,35,90)
#62396A
(98,57,106)
#734F7A
(115,79,122)
#84658A
(132,101,138)
#957B9A
(149,123,154)
#A691AA
(166,145,170)
#B7A7BA
(183,167,186)
#C8BDCA
(200,189,202)
#D9D3DA
(217,211,218)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400D4A; }

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

This text font color is #400D4A.


Background Color

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

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

This div background color is #400D4A.


Border color

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

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

This div border color is #400D4A.


Opacity

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

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

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

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

This text has shadow with #400D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400D4A on black background.


Color preview on white background

This text has color #400D4A on white background.



Black color preview on #400D4A background

This text has black color on #400D4A background.


White color preview on #400D4A background

This text has white color on #400D4A background.