COLOR #400A44

HEX: #400A44
RGB: (64,10,68)

Color info

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

RGB color model

#400A44 color RGB value is (64,10,68).

  • red value is 64;
  • green value is 10;
  • blue value is 68.
RGB:
(64,10,68)
(25%,4%,27%)

RGB channels and saturation

R 64 of 255 = 25%
G 10 of 255 = 4%
B 68 of 255 = 27%

64
10
68

R + G + B ~ 19%. #400A44 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 10 + 68 = 142 (100%)
R 64 of 142 ~ 45.07%
G 10 of 142 ~ 7.04%
B 68 of 142 ~ 47.89%

%45.07
%47.89

CMYK color model

#400A44 color CMYK value is (6,85,0,73).

  • cyan value is 5.88%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(6,85,0,73)
C6M85Y0K73 
(6%,85%,0%,73%)
(0.06/0.85/0.00/0.73)	

CMYK percentages

%5.88
%85.29
%0
%73.33

Codes

Color #400A44 in popluar color models

400A44
RGB641068
HSL296°74.36%15.29%
HSB/HSV296°85.29%26.67%
CMYK5.88%85.29%0.00%
73.33%

Color #400A44 in popluar number systems.

HEX400A44
Decimal641068
Binary100000010101000100
Octal10012104

Shades and tints

Shades of #400A44

#400A44
(64,10,68)
#3B0A3E
(59,10,62)
#360A38
(54,10,56)
#310A32
(49,10,50)
#2C0A2C
(44,10,44)
#270A26
(39,10,38)
#220A20
(34,10,32)
#1D0A1A
(29,10,26)
#180A14
(24,10,20)
#130A0E
(19,10,14)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #400A44

#400A44
(64,10,68)
#512055
(81,32,85)
#623666
(98,54,102)
#734C77
(115,76,119)
#846288
(132,98,136)
#957899
(149,120,153)
#A68EAA
(166,142,170)
#B7A4BB
(183,164,187)
#C8BACC
(200,186,204)
#D9D0DD
(217,208,221)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400A44 color. Also use rgb(64,10,68) instead hex code.

Text Font Color

.myTextColor { color: #400A44; }

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

This text font color is #400A44.


Background Color

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

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

This div background color is #400A44.


Border color

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

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

This div border color is #400A44.


Opacity

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

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

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

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

This text has shadow with #400A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400A44 on black background.


Color preview on white background

This text has color #400A44 on white background.



Black color preview on #400A44 background

This text has black color on #400A44 background.


White color preview on #400A44 background

This text has white color on #400A44 background.