COLOR #403B6B

HEX: #403B6B
RGB: (64,59,107)

Color info

#403B6B contains red, green and blue colors in about the same proportion. Web safe color of #403B6B is #333366 (or #336).

RGB color model

#403B6B color RGB value is (64,59,107).

  • red value is 64;
  • green value is 59;
  • blue value is 107.
RGB:
(64,59,107)
(25%,23%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 107 of 255 = 42%

64
59
107

R + G + B ~ 30%. #403B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 107 = 230 (100%)
R 64 of 230 ~ 27.83%
G 59 of 230 ~ 25.65%
B 107 of 230 ~ 46.52%

%27.83
%25.65
%46.52

CMYK color model

#403B6B color CMYK value is (40,45,0,58).

  • cyan value is 40.19%
  • magenta value is 44.86%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(40,45,0,58)
C40M45Y0K58 
(40%,45%,0%,58%)
(0.40/0.45/0.00/0.58)	

CMYK percentages

%40.19
%44.86
%0
%58.04

Codes

Color #403B6B in popluar color models

403B6B
RGB6459107
HSL246°28.92%32.55%
HSB/HSV246°44.86%41.96%
CMYK40.19%44.86%0.00%
58.04%

Color #403B6B in popluar number systems.

HEX403B6B
Decimal6459107
Binary10000001110111101011
Octal10073153

Shades and tints

Shades of #403B6B

#403B6B
(64,59,107)
#3B3662
(59,54,98)
#363159
(54,49,89)
#312C50
(49,44,80)
#2C2747
(44,39,71)
#27223E
(39,34,62)
#221D35
(34,29,53)
#1D182C
(29,24,44)
#181323
(24,19,35)
#130E1A
(19,14,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #403B6B

#403B6B
(64,59,107)
#514C78
(81,76,120)
#625D85
(98,93,133)
#736E92
(115,110,146)
#847F9F
(132,127,159)
#9590AC
(149,144,172)
#A6A1B9
(166,161,185)
#B7B2C6
(183,178,198)
#C8C3D3
(200,195,211)
#D9D4E0
(217,212,224)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403B6B color. Also use rgb(64,59,107) instead hex code.

Text Font Color

.myTextColor { color: #403B6B; }

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

This text font color is #403B6B.


Background Color

.myBgColor { background-color: #403B6B; }

<div style="background-color:#403B6B">Inner text</div>

This div background color is #403B6B.


Border color

.myBorderColor { border: 1px solid #403B6B; }

<div style="border:3px solid #403B6B">Div</div>

This div border color is #403B6B.


Opacity

.myOpacity80 { color: #403B6B; opacity: 0.8; }

<p style="color:#403B6B;opacity:0.8;">80%</p>

Text with #403B6B 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 #403B6B;}

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

This text has shadow with #403B6B color.

.textShadow {text-shadow: 3px 3px 1px #403B6B, 3px 3px 1px red;}

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

This text has shadow with #403B6B primary color and red secondary color.


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

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

This text has shadow with #403B6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B6B on black background.


Color preview on white background

This text has color #403B6B on white background.



Black color preview on #403B6B background

This text has black color on #403B6B background.


White color preview on #403B6B background

This text has white color on #403B6B background.