COLOR #403E58

HEX: #403E58
RGB: (64,62,88)

Color info

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

RGB color model

#403E58 color RGB value is (64,62,88).

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

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 88 of 255 = 35%

64
62
88

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

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 88 = 214 (100%)
R 64 of 214 ~ 29.91%
G 62 of 214 ~ 28.97%
B 88 of 214 ~ 41.12%

%29.91
%28.97
%41.12

CMYK color model

#403E58 color CMYK value is (27,30,0,65).

  • cyan value is 27.27%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(27,30,0,65)
C27M30Y0K65 
(27%,30%,0%,65%)
(0.27/0.30/0.00/0.65)	

CMYK percentages

%27.27
%29.55
%0
%65.49

Codes

Color #403E58 in popluar color models

403E58
RGB646288
HSL245°17.33%29.41%
HSB/HSV245°29.55%34.51%
CMYK27.27%29.55%0.00%
65.49%

Color #403E58 in popluar number systems.

HEX403E58
Decimal646288
Binary10000001111101011000
Octal10076130

Shades and tints

Shades of #403E58

#403E58
(64,62,88)
#3B3950
(59,57,80)
#363448
(54,52,72)
#312F40
(49,47,64)
#2C2A38
(44,42,56)
#272530
(39,37,48)
#222028
(34,32,40)
#1D1B20
(29,27,32)
#181618
(24,22,24)
#131110
(19,17,16)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #403E58

#403E58
(64,62,88)
#514F67
(81,79,103)
#626076
(98,96,118)
#737185
(115,113,133)
#848294
(132,130,148)
#9593A3
(149,147,163)
#A6A4B2
(166,164,178)
#B7B5C1
(183,181,193)
#C8C6D0
(200,198,208)
#D9D7DF
(217,215,223)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E58; }

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

This text font color is #403E58.


Background Color

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

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

This div background color is #403E58.


Border color

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

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

This div border color is #403E58.


Opacity

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

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

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

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

This text has shadow with #403E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E58 on black background.


Color preview on white background

This text has color #403E58 on white background.



Black color preview on #403E58 background

This text has black color on #403E58 background.


White color preview on #403E58 background

This text has white color on #403E58 background.