COLOR #403E68

HEX: #403E68 RGB: (64,62,104)

Color info

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

RGB color model

#403E68 color RGB value is (64,62,104).

RGB: (64,62,104) (25%, 24%, 41%)

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 104 of 255 = 41%

64
62
104

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

Portions of RGB colors in percentages

R + G + B = 64 + 62 + 104 = 230 (100%)
R 64 of 230 ~ 27.83%
G 62 of 230 ~ 26.96%
B 104 of 230 ~ 45.22'%

%27.83
%26.96
%45.22

CMYK color model

#403E68 color CMYK value is (38,40,0,59).

  • cyan value is 38.46%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (38,40,0,59)
C38M40Y0K59 (38%, 40%, 0%, 59%)
(0.38 / 0.40 / 0.00 / 0.59)

CMYK percentages

%38.46
%40.38
%0
%59.22

Codes

Color #403E68 in popluar color models

40 3E 68
RGB 64 62 104
HSL 243° 25.30% 32.55%
HSB/HSV 243° 40.38% 40.78%
CMYK 38.46% 40.38% 0.00%
59.22%

Color #403E68 in popluar number systems.

HEX 40 3E 68
Decimal 64 62 104
Binary 1000000 111110 1101000
Octal 100 76 150

Shades and tints

Shades of #403E68

#403E68
(64,62,104)
#3B395F
(59,57,95)
#363456
(54,52,86)
#312F4D
(49,47,77)
#2C2A44
(44,42,68)
#27253B
(39,37,59)
#222032
(34,32,50)
#1D1B29
(29,27,41)
#181620
(24,22,32)
#131117
(19,17,23)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #403E68

#403E68
(64,62,104)
#514F75
(81,79,117)
#626082
(98,96,130)
#73718F
(115,113,143)
#84829C
(132,130,156)
#9593A9
(149,147,169)
#A6A4B6
(166,164,182)
#B7B5C3
(183,181,195)
#C8C6D0
(200,198,208)
#D9D7DD
(217,215,221)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E68; }

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

This text font color is #403E68.

Background Color

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

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

This div background color is #403E68.

Border color

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

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

This div border color is #403E68.

Opacity

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

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

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

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

This text has shadow with #403E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403E68.

Preview

Color preview on black background

This text has color #403E68 on black background.


Color preview on white background

This text has color #403E68 on white background.


Black color preview on #403E68 background

This text has black color on #403E68 background.


White color preview on #403E68 background

This text has white color on #403E68 background.


Related colors

Complementary color

Complementary color for #hex is #BFC197.


I love getcolorcode.com

Triadic colors

1 #68403E and #3E6840 with #403E68 are triadic colors.

2 #683E40 and #3E4068 with #403E68 are triadic colors.