COLOR #403E5C

HEX: #403E5C
RGB: (64,62,92)

Color info

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

RGB color model

#403E5C color RGB value is (64,62,92).

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

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 92 of 255 = 36%

64
62
92

R + G + B ~ 28%. #403E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 92 = 218 (100%)
R 64 of 218 ~ 29.36%
G 62 of 218 ~ 28.44%
B 92 of 218 ~ 42.2%

%29.36
%28.44
%42.2

CMYK color model

#403E5C color CMYK value is (30,33,0,64).

  • cyan value is 30.43%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(30,33,0,64)
C30M33Y0K64 
(30%,33%,0%,64%)
(0.30/0.33/0.00/0.64)	

CMYK percentages

%30.43
%32.61
%0
%63.92

Codes

Color #403E5C in popluar color models

403E5C
RGB646292
HSL244°19.48%30.20%
HSB/HSV244°32.61%36.08%
CMYK30.43%32.61%0.00%
63.92%

Color #403E5C in popluar number systems.

HEX403E5C
Decimal646292
Binary10000001111101011100
Octal10076134

Shades and tints

Shades of #403E5C

#403E5C
(64,62,92)
#3B3954
(59,57,84)
#36344C
(54,52,76)
#312F44
(49,47,68)
#2C2A3C
(44,42,60)
#272534
(39,37,52)
#22202C
(34,32,44)
#1D1B24
(29,27,36)
#18161C
(24,22,28)
#131114
(19,17,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #403E5C

#403E5C
(64,62,92)
#514F6A
(81,79,106)
#626078
(98,96,120)
#737186
(115,113,134)
#848294
(132,130,148)
#9593A2
(149,147,162)
#A6A4B0
(166,164,176)
#B7B5BE
(183,181,190)
#C8C6CC
(200,198,204)
#D9D7DA
(217,215,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E5C; }

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

This text font color is #403E5C.


Background Color

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

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

This div background color is #403E5C.


Border color

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

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

This div border color is #403E5C.


Opacity

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

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

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

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

This text has shadow with #403E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E5C on black background.


Color preview on white background

This text has color #403E5C on white background.



Black color preview on #403E5C background

This text has black color on #403E5C background.


White color preview on #403E5C background

This text has white color on #403E5C background.