COLOR #403B4E

HEX: #403B4E
RGB: (64,59,78)

Color info

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

RGB color model

#403B4E color RGB value is (64,59,78).

  • red value is 64;
  • green value is 59;
  • blue value is 78.
RGB:
(64,59,78)
(25%,23%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 78 of 255 = 31%

64
59
78

R + G + B ~ 26%. #403B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 78 = 201 (100%)
R 64 of 201 ~ 31.84%
G 59 of 201 ~ 29.35%
B 78 of 201 ~ 38.81%

%31.84
%29.35
%38.81

CMYK color model

#403B4E color CMYK value is (18,24,0,69).

  • cyan value is 17.95%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(18,24,0,69)
C18M24Y0K69 
(18%,24%,0%,69%)
(0.18/0.24/0.00/0.69)	

CMYK percentages

%17.95
%24.36
%0
%69.41

Codes

Color #403B4E in popluar color models

403B4E
RGB645978
HSL256°13.87%26.86%
HSB/HSV256°24.36%30.59%
CMYK17.95%24.36%0.00%
69.41%

Color #403B4E in popluar number systems.

HEX403B4E
Decimal645978
Binary10000001110111001110
Octal10073116

Shades and tints

Shades of #403B4E

#403B4E
(64,59,78)
#3B3647
(59,54,71)
#363140
(54,49,64)
#312C39
(49,44,57)
#2C2732
(44,39,50)
#27222B
(39,34,43)
#221D24
(34,29,36)
#1D181D
(29,24,29)
#181316
(24,19,22)
#130E0F
(19,14,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #403B4E

#403B4E
(64,59,78)
#514C5E
(81,76,94)
#625D6E
(98,93,110)
#736E7E
(115,110,126)
#847F8E
(132,127,142)
#95909E
(149,144,158)
#A6A1AE
(166,161,174)
#B7B2BE
(183,178,190)
#C8C3CE
(200,195,206)
#D9D4DE
(217,212,222)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403B4E color. Also use rgb(64,59,78) instead hex code.

Text Font Color

.myTextColor { color: #403B4E; }

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

This text font color is #403B4E.


Background Color

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

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

This div background color is #403B4E.


Border color

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

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

This div border color is #403B4E.


Opacity

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

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

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

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

This text has shadow with #403B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B4E on black background.


Color preview on white background

This text has color #403B4E on white background.



Black color preview on #403B4E background

This text has black color on #403B4E background.


White color preview on #403B4E background

This text has white color on #403B4E background.