COLOR #403D4F

HEX: #403D4F RGB: (64,61,79)

Color info

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

RGB color model

#403D4F color RGB value is (64,61,79).

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

RGB channels and saturation

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

64
61
79

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

Portions of RGB colors in percentages

R + G + B = 64 + 61 + 79 = 204 (100%)
R 64 of 204 ~ 31.37%
G 61 of 204 ~ 29.9%
B 79 of 204 ~ 38.73'%

%31.37
%29.9
%38.73

CMYK color model

#403D4F color CMYK value is (19,23,0,69).

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

CMYK: (19,23,0,69)
C19M23Y0K69 (19%, 23%, 0%, 69%)
(0.19 / 0.23 / 0.00 / 0.69)

CMYK percentages

%18.99
%22.78
%0
%69.02

Codes

Color #403D4F in popluar color models

40 3D 4F
RGB 64 61 79
HSL 250° 12.86% 27.45%
HSB/HSV 250° 22.78% 30.98%
CMYK 18.99% 22.78% 0.00%
69.02%

Color #403D4F in popluar number systems.

HEX 40 3D 4F
Decimal 64 61 79
Binary 1000000 111101 1001111
Octal 100 75 117

Shades and tints

Shades of #403D4F

#403D4F
(64,61,79)
#3B3848
(59,56,72)
#363341
(54,51,65)
#312E3A
(49,46,58)
#2C2933
(44,41,51)
#27242C
(39,36,44)
#221F25
(34,31,37)
#1D1A1E
(29,26,30)
#181517
(24,21,23)
#131010
(19,16,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #403D4F

#403D4F
(64,61,79)
#514E5F
(81,78,95)
#625F6F
(98,95,111)
#73707F
(115,112,127)
#84818F
(132,129,143)
#95929F
(149,146,159)
#A6A3AF
(166,163,175)
#B7B4BF
(183,180,191)
#C8C5CF
(200,197,207)
#D9D6DF
(217,214,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D4F; }

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

This text font color is #403D4F.

Background Color

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

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

This div background color is #403D4F.

Border color

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

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

This div border color is #403D4F.

Opacity

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

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

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

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

This text has shadow with #403D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403D4F.

Preview

Color preview on black background

This text has color #403D4F on black background.


Color preview on white background

This text has color #403D4F on white background.


Black color preview on #403D4F background

This text has black color on #403D4F background.


White color preview on #403D4F background

This text has white color on #403D4F background.


Related colors

Complementary color

Complementary color for #hex is #BFC2B0.


I love getcolorcode.com

Triadic colors

1 #4F403D and #3D4F40 with #403D4F are triadic colors.

2 #4F3D40 and #3D404F with #403D4F are triadic colors.