COLOR #403687

HEX: #403687
RGB: (64,54,135)

Color info

#403687 contains mainly blue color. Web safe color of #403687 is #333399 (or #339).

RGB color model

#403687 color RGB value is (64,54,135).

  • red value is 64;
  • green value is 54;
  • blue value is 135.
RGB:
(64,54,135)
(25%,21%,53%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 135 of 255 = 53%

64
54
135

R + G + B ~ 33%. #403687 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 135 = 253 (100%)
R 64 of 253 ~ 25.3%
G 54 of 253 ~ 21.34%
B 135 of 253 ~ 53.36%

%25.3
%21.34
%53.36

CMYK color model

#403687 color CMYK value is (53,60,0,47).

  • cyan value is 52.59%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(53,60,0,47)
C53M60Y0K47 
(53%,60%,0%,47%)
(0.53/0.60/0.00/0.47)	

CMYK percentages

%52.59
%60
%0
%47.06

Codes

Color #403687 in popluar color models

403687
RGB6454135
HSL247°42.86%37.06%
HSB/HSV247°60.00%52.94%
CMYK52.59%60.00%0.00%
47.06%

Color #403687 in popluar number systems.

HEX403687
Decimal6454135
Binary100000011011010000111
Octal10066207

Shades and tints

Shades of #403687

#403687
(64,54,135)
#3B327B
(59,50,123)
#362E6F
(54,46,111)
#312A63
(49,42,99)
#2C2657
(44,38,87)
#27224B
(39,34,75)
#221E3F
(34,30,63)
#1D1A33
(29,26,51)
#181627
(24,22,39)
#13121B
(19,18,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #403687

#403687
(64,54,135)
#514891
(81,72,145)
#625A9B
(98,90,155)
#736CA5
(115,108,165)
#847EAF
(132,126,175)
#9590B9
(149,144,185)
#A6A2C3
(166,162,195)
#B7B4CD
(183,180,205)
#C8C6D7
(200,198,215)
#D9D8E1
(217,216,225)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403687 color. Also use rgb(64,54,135) instead hex code.

Text Font Color

.myTextColor { color: #403687; }

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

This text font color is #403687.


Background Color

.myBgColor { background-color: #403687; }

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

This div background color is #403687.


Border color

.myBorderColor { border: 1px solid #403687; }

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

This div border color is #403687.


Opacity

.myOpacity80 { color: #403687; opacity: 0.8; }

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

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

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

This text has shadow with #403687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403687 on black background.


Color preview on white background

This text has color #403687 on white background.



Black color preview on #403687 background

This text has black color on #403687 background.


White color preview on #403687 background

This text has white color on #403687 background.