COLOR #400C60

HEX: #400C60
RGB: (64,12,96)

Color info

#400C60 contains mainly red and blue colors. Web safe color of #400C60 is #330066 (or #306).

RGB color model

#400C60 color RGB value is (64,12,96).

  • red value is 64;
  • green value is 12;
  • blue value is 96.
RGB:
(64,12,96)
(25%,5%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 12 of 255 = 5%
B 96 of 255 = 38%

64
12
96

R + G + B ~ 23%. #400C60 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 12 + 96 = 172 (100%)
R 64 of 172 ~ 37.21%
G 12 of 172 ~ 6.98%
B 96 of 172 ~ 55.81%

%37.21
%55.81

CMYK color model

#400C60 color CMYK value is (33,88,0,62).

  • cyan value is 33.33%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(33,88,0,62)
C33M88Y0K62 
(33%,88%,0%,62%)
(0.33/0.88/0.00/0.62)	

CMYK percentages

%33.33
%87.5
%0
%62.35

Codes

Color #400C60 in popluar color models

400C60
RGB641296
HSL277°77.78%21.18%
HSB/HSV277°87.50%37.65%
CMYK33.33%87.50%0.00%
62.35%

Color #400C60 in popluar number systems.

HEX400C60
Decimal641296
Binary100000011001100000
Octal10014140

Shades and tints

Shades of #400C60

#400C60
(64,12,96)
#3B0B58
(59,11,88)
#360A50
(54,10,80)
#310948
(49,9,72)
#2C0840
(44,8,64)
#270738
(39,7,56)
#220630
(34,6,48)
#1D0528
(29,5,40)
#180420
(24,4,32)
#130318
(19,3,24)
#0E0210
(14,2,16)
#000000
(0,0,0)

Tints of #400C60

#400C60
(64,12,96)
#51226E
(81,34,110)
#62387C
(98,56,124)
#734E8A
(115,78,138)
#846498
(132,100,152)
#957AA6
(149,122,166)
#A690B4
(166,144,180)
#B7A6C2
(183,166,194)
#C8BCD0
(200,188,208)
#D9D2DE
(217,210,222)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400C60 color. Also use rgb(64,12,96) instead hex code.

Text Font Color

.myTextColor { color: #400C60; }

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

This text font color is #400C60.


Background Color

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

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

This div background color is #400C60.


Border color

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

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

This div border color is #400C60.


Opacity

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

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

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

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

This text has shadow with #400C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400C60 on black background.


Color preview on white background

This text has color #400C60 on white background.



Black color preview on #400C60 background

This text has black color on #400C60 background.


White color preview on #400C60 background

This text has white color on #400C60 background.