COLOR #403E72

HEX: #403E72
RGB: (64,62,114)

Color info

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

RGB color model

#403E72 color RGB value is (64,62,114).

  • red value is 64;
  • green value is 62;
  • blue value is 114.
RGB:
(64,62,114)
(25%,24%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 114 of 255 = 45%

64
62
114

R + G + B ~ 31%. #403E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 114 = 240 (100%)
R 64 of 240 ~ 26.67%
G 62 of 240 ~ 25.83%
B 114 of 240 ~ 47.5%

%26.67
%25.83
%47.5

CMYK color model

#403E72 color CMYK value is (44,46,0,55).

  • cyan value is 43.86%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(44,46,0,55)
C44M46Y0K55 
(44%,46%,0%,55%)
(0.44/0.46/0.00/0.55)	

CMYK percentages

%43.86
%45.61
%0
%55.29

Codes

Color #403E72 in popluar color models

403E72
RGB6462114
HSL242°29.55%34.51%
HSB/HSV242°45.61%44.71%
CMYK43.86%45.61%0.00%
55.29%

Color #403E72 in popluar number systems.

HEX403E72
Decimal6462114
Binary10000001111101110010
Octal10076162

Shades and tints

Shades of #403E72

#403E72
(64,62,114)
#3B3968
(59,57,104)
#36345E
(54,52,94)
#312F54
(49,47,84)
#2C2A4A
(44,42,74)
#272540
(39,37,64)
#222036
(34,32,54)
#1D1B2C
(29,27,44)
#181622
(24,22,34)
#131118
(19,17,24)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #403E72

#403E72
(64,62,114)
#514F7E
(81,79,126)
#62608A
(98,96,138)
#737196
(115,113,150)
#8482A2
(132,130,162)
#9593AE
(149,147,174)
#A6A4BA
(166,164,186)
#B7B5C6
(183,181,198)
#C8C6D2
(200,198,210)
#D9D7DE
(217,215,222)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403E72 color. Also use rgb(64,62,114) instead hex code.

Text Font Color

.myTextColor { color: #403E72; }

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

This text font color is #403E72.


Background Color

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

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

This div background color is #403E72.


Border color

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

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

This div border color is #403E72.


Opacity

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

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

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

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

This text has shadow with #403E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E72 on black background.


Color preview on white background

This text has color #403E72 on white background.



Black color preview on #403E72 background

This text has black color on #403E72 background.


White color preview on #403E72 background

This text has white color on #403E72 background.