COLOR #403C4F

HEX: #403C4F RGB: (64,60,79)

Color info

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

RGB color model

#403C4F color RGB value is (64,60,79).

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

RGB channels and saturation

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

64
60
79

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

Portions of RGB colors in percentages

R + G + B = 64 + 60 + 79 = 203 (100%)
R 64 of 203 ~ 31.53%
G 60 of 203 ~ 29.56%
B 79 of 203 ~ 38.92'%

%31.53
%29.56
%38.92

CMYK color model

#403C4F color CMYK value is (19,24,0,69).

  • cyan value is 18.99%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (19,24,0,69)
C19M24Y0K69 (19%, 24%, 0%, 69%)
(0.19 / 0.24 / 0.00 / 0.69)

CMYK percentages

%18.99
%24.05
%0
%69.02

Codes

Color #403C4F in popluar color models

40 3C 4F
RGB 64 60 79
HSL 253° 13.67% 27.25%
HSB/HSV 253° 24.05% 30.98%
CMYK 18.99% 24.05% 0.00%
69.02%

Color #403C4F in popluar number systems.

HEX 40 3C 4F
Decimal 64 60 79
Binary 1000000 111100 1001111
Octal 100 74 117

Shades and tints

Shades of #403C4F

#403C4F
(64,60,79)
#3B3748
(59,55,72)
#363241
(54,50,65)
#312D3A
(49,45,58)
#2C2833
(44,40,51)
#27232C
(39,35,44)
#221E25
(34,30,37)
#1D191E
(29,25,30)
#181417
(24,20,23)
#130F10
(19,15,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #403C4F

#403C4F
(64,60,79)
#514D5F
(81,77,95)
#625E6F
(98,94,111)
#736F7F
(115,111,127)
#84808F
(132,128,143)
#95919F
(149,145,159)
#A6A2AF
(166,162,175)
#B7B3BF
(183,179,191)
#C8C4CF
(200,196,207)
#D9D5DF
(217,213,223)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403C4F; }

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

This text font color is #403C4F.

Background Color

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

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

This div background color is #403C4F.

Border color

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

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

This div border color is #403C4F.

Opacity

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

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

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

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

This text has shadow with #403C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403C4F.

Preview

Color preview on black background

This text has color #403C4F on black background.


Color preview on white background

This text has color #403C4F on white background.


Black color preview on #403C4F background

This text has black color on #403C4F background.


White color preview on #403C4F background

This text has white color on #403C4F background.


Related colors

Complementary color

Complementary color for #hex is #BFC3B0.


I love getcolorcode.com

Triadic colors

1 #4F403C and #3C4F40 with #403C4F are triadic colors.

2 #4F3C40 and #3C404F with #403C4F are triadic colors.