COLOR #403D59

HEX: #403D59 RGB: (64,61,89)

Color info

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

RGB color model

#403D59 color RGB value is (64,61,89).

RGB: (64,61,89) (25%, 24%, 35%)

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 89 of 255 = 35%

64
61
89

R + G + B ~ 28%. #403D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 61 + 89 = 214 (100%)
R 64 of 214 ~ 29.91%
G 61 of 214 ~ 28.5%
B 89 of 214 ~ 41.59'%

%29.91
%28.5
%41.59

CMYK color model

#403D59 color CMYK value is (28,31,0,65).

  • cyan value is 28.09%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (28,31,0,65)
C28M31Y0K65 (28%, 31%, 0%, 65%)
(0.28 / 0.31 / 0.00 / 0.65)

CMYK percentages

%28.09
%31.46
%0
%65.1

Codes

Color #403D59 in popluar color models

40 3D 59
RGB 64 61 89
HSL 246° 18.67% 29.41%
HSB/HSV 246° 31.46% 34.90%
CMYK 28.09% 31.46% 0.00%
65.10%

Color #403D59 in popluar number systems.

HEX 40 3D 59
Decimal 64 61 89
Binary 1000000 111101 1011001
Octal 100 75 131

Shades and tints

Shades of #403D59

#403D59
(64,61,89)
#3B3851
(59,56,81)
#363349
(54,51,73)
#312E41
(49,46,65)
#2C2939
(44,41,57)
#272431
(39,36,49)
#221F29
(34,31,41)
#1D1A21
(29,26,33)
#181519
(24,21,25)
#131011
(19,16,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #403D59

#403D59
(64,61,89)
#514E68
(81,78,104)
#625F77
(98,95,119)
#737086
(115,112,134)
#848195
(132,129,149)
#9592A4
(149,146,164)
#A6A3B3
(166,163,179)
#B7B4C2
(183,180,194)
#C8C5D1
(200,197,209)
#D9D6E0
(217,214,224)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D59; }

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

This text font color is #403D59.

Background Color

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

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

This div background color is #403D59.

Border color

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

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

This div border color is #403D59.

Opacity

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

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

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

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

This text has shadow with #403D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403D59.

Preview

Color preview on black background

This text has color #403D59 on black background.


Color preview on white background

This text has color #403D59 on white background.


Black color preview on #403D59 background

This text has black color on #403D59 background.


White color preview on #403D59 background

This text has white color on #403D59 background.


Related colors

Complementary color

Complementary color for #hex is #BFC2A6.


I love getcolorcode.com

Triadic colors

1 #59403D and #3D5940 with #403D59 are triadic colors.

2 #593D40 and #3D4059 with #403D59 are triadic colors.