COLOR #403D5D

HEX: #403D5D
RGB: (64,61,93)

Color info

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

RGB color model

#403D5D color RGB value is (64,61,93).

  • red value is 64;
  • green value is 61;
  • blue value is 93.
RGB:
(64,61,93)
(25%,24%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 93 of 255 = 36%

64
61
93

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

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 93 = 218 (100%)
R 64 of 218 ~ 29.36%
G 61 of 218 ~ 27.98%
B 93 of 218 ~ 42.66%

%29.36
%27.98
%42.66

CMYK color model

#403D5D color CMYK value is (31,34,0,64).

  • cyan value is 31.18%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(31,34,0,64)
C31M34Y0K64 
(31%,34%,0%,64%)
(0.31/0.34/0.00/0.64)	

CMYK percentages

%31.18
%34.41
%0
%63.53

Codes

Color #403D5D in popluar color models

403D5D
RGB646193
HSL246°20.78%30.20%
HSB/HSV246°34.41%36.47%
CMYK31.18%34.41%0.00%
63.53%

Color #403D5D in popluar number systems.

HEX403D5D
Decimal646193
Binary10000001111011011101
Octal10075135

Shades and tints

Shades of #403D5D

#403D5D
(64,61,93)
#3B3855
(59,56,85)
#36334D
(54,51,77)
#312E45
(49,46,69)
#2C293D
(44,41,61)
#272435
(39,36,53)
#221F2D
(34,31,45)
#1D1A25
(29,26,37)
#18151D
(24,21,29)
#131015
(19,16,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #403D5D

#403D5D
(64,61,93)
#514E6B
(81,78,107)
#625F79
(98,95,121)
#737087
(115,112,135)
#848195
(132,129,149)
#9592A3
(149,146,163)
#A6A3B1
(166,163,177)
#B7B4BF
(183,180,191)
#C8C5CD
(200,197,205)
#D9D6DB
(217,214,219)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D5D; }

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

This text font color is #403D5D.


Background Color

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

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

This div background color is #403D5D.


Border color

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

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

This div border color is #403D5D.


Opacity

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

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

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

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

This text has shadow with #403D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D5D on black background.


Color preview on white background

This text has color #403D5D on white background.



Black color preview on #403D5D background

This text has black color on #403D5D background.


White color preview on #403D5D background

This text has white color on #403D5D background.