COLOR #403E50

HEX: #403E50
RGB: (64,62,80)

Color info

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

RGB color model

#403E50 color RGB value is (64,62,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 80 of 255 = 31%

64
62
80

R + G + B ~ 27%. #403E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 80 = 206 (100%)
R 64 of 206 ~ 31.07%
G 62 of 206 ~ 30.1%
B 80 of 206 ~ 38.83%

%31.07
%30.1
%38.83

CMYK color model

#403E50 color CMYK value is (20,23,0,69).

  • cyan value is 20.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,23,0,69)
C20M23Y0K69 
(20%,23%,0%,69%)
(0.20/0.23/0.00/0.69)	

CMYK percentages

%20
%22.5
%0
%68.63

Codes

Color #403E50 in popluar color models

403E50
RGB646280
HSL247°12.68%27.84%
HSB/HSV247°22.50%31.37%
CMYK20.00%22.50%0.00%
68.63%

Color #403E50 in popluar number systems.

HEX403E50
Decimal646280
Binary10000001111101010000
Octal10076120

Shades and tints

Shades of #403E50

#403E50
(64,62,80)
#3B3949
(59,57,73)
#363442
(54,52,66)
#312F3B
(49,47,59)
#2C2A34
(44,42,52)
#27252D
(39,37,45)
#222026
(34,32,38)
#1D1B1F
(29,27,31)
#181618
(24,22,24)
#131111
(19,17,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #403E50

#403E50
(64,62,80)
#514F5F
(81,79,95)
#62606E
(98,96,110)
#73717D
(115,113,125)
#84828C
(132,130,140)
#95939B
(149,147,155)
#A6A4AA
(166,164,170)
#B7B5B9
(183,181,185)
#C8C6C8
(200,198,200)
#D9D7D7
(217,215,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E50; }

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

This text font color is #403E50.


Background Color

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

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

This div background color is #403E50.


Border color

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

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

This div border color is #403E50.


Opacity

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

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

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

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

This text has shadow with #403E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E50 on black background.


Color preview on white background

This text has color #403E50 on white background.



Black color preview on #403E50 background

This text has black color on #403E50 background.


White color preview on #403E50 background

This text has white color on #403E50 background.