COLOR #403C4E

HEX: #403C4E RGB: (64,60,78)

Color info

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

RGB color model

#403C4E color RGB value is (64,60,78).

RGB: (64,60,78) (25%, 24%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 60 of 255 = 24%
B 78 of 255 = 31%

64
60
78

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

Portions of RGB colors in percentages

R + G + B = 64 + 60 + 78 = 202 (100%)
R 64 of 202 ~ 31.68%
G 60 of 202 ~ 29.7%
B 78 of 202 ~ 38.61'%

%31.68
%29.7
%38.61

CMYK color model

#403C4E color CMYK value is (18,23,0,69).

  • cyan value is 17.95%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (18,23,0,69)
C18M23Y0K69 (18%, 23%, 0%, 69%)
(0.18 / 0.23 / 0.00 / 0.69)

CMYK percentages

%17.95
%23.08
%0
%69.41

Codes

Color #403C4E in popluar color models

40 3C 4E
RGB 64 60 78
HSL 253° 13.04% 27.06%
HSB/HSV 253° 23.08% 30.59%
CMYK 17.95% 23.08% 0.00%
69.41%

Color #403C4E in popluar number systems.

HEX 40 3C 4E
Decimal 64 60 78
Binary 1000000 111100 1001110
Octal 100 74 116

Shades and tints

Shades of #403C4E

#403C4E
(64,60,78)
#3B3747
(59,55,71)
#363240
(54,50,64)
#312D39
(49,45,57)
#2C2832
(44,40,50)
#27232B
(39,35,43)
#221E24
(34,30,36)
#1D191D
(29,25,29)
#181416
(24,20,22)
#130F0F
(19,15,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #403C4E

#403C4E
(64,60,78)
#514D5E
(81,77,94)
#625E6E
(98,94,110)
#736F7E
(115,111,126)
#84808E
(132,128,142)
#95919E
(149,145,158)
#A6A2AE
(166,162,174)
#B7B3BE
(183,179,190)
#C8C4CE
(200,196,206)
#D9D5DE
(217,213,222)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403C4E; }

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

This text font color is #403C4E.

Background Color

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

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

This div background color is #403C4E.

Border color

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

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

This div border color is #403C4E.

Opacity

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

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

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

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

This text has shadow with #403C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403C4E.

Preview

Color preview on black background

This text has color #403C4E on black background.


Color preview on white background

This text has color #403C4E on white background.


Black color preview on #403C4E background

This text has black color on #403C4E background.


White color preview on #403C4E background

This text has white color on #403C4E background.


Related colors

Complementary color

Complementary color for #hex is #BFC3B1.


I love getcolorcode.com

Triadic colors

1 #4E403C and #3C4E40 with #403C4E are triadic colors.

2 #4E3C40 and #3C404E with #403C4E are triadic colors.