COLOR #403D65

HEX: #403D65
RGB: (64,61,101)

Color info

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

RGB color model

#403D65 color RGB value is (64,61,101).

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

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 101 of 255 = 40%

64
61
101

R + G + B ~ 30%. #403D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 101 = 226 (100%)
R 64 of 226 ~ 28.32%
G 61 of 226 ~ 26.99%
B 101 of 226 ~ 44.69%

%28.32
%26.99
%44.69

CMYK color model

#403D65 color CMYK value is (37,40,0,60).

  • cyan value is 36.63%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(37,40,0,60)
C37M40Y0K60 
(37%,40%,0%,60%)
(0.37/0.40/0.00/0.60)	

CMYK percentages

%36.63
%39.6
%0
%60.39

Codes

Color #403D65 in popluar color models

403D65
RGB6461101
HSL245°24.69%31.76%
HSB/HSV245°39.60%39.61%
CMYK36.63%39.60%0.00%
60.39%

Color #403D65 in popluar number systems.

HEX403D65
Decimal6461101
Binary10000001111011100101
Octal10075145

Shades and tints

Shades of #403D65

#403D65
(64,61,101)
#3B385C
(59,56,92)
#363353
(54,51,83)
#312E4A
(49,46,74)
#2C2941
(44,41,65)
#272438
(39,36,56)
#221F2F
(34,31,47)
#1D1A26
(29,26,38)
#18151D
(24,21,29)
#131014
(19,16,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #403D65

#403D65
(64,61,101)
#514E73
(81,78,115)
#625F81
(98,95,129)
#73708F
(115,112,143)
#84819D
(132,129,157)
#9592AB
(149,146,171)
#A6A3B9
(166,163,185)
#B7B4C7
(183,180,199)
#C8C5D5
(200,197,213)
#D9D6E3
(217,214,227)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D65; }

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

This text font color is #403D65.


Background Color

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

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

This div background color is #403D65.


Border color

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

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

This div border color is #403D65.


Opacity

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

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

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

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

This text has shadow with #403D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D65 on black background.


Color preview on white background

This text has color #403D65 on white background.



Black color preview on #403D65 background

This text has black color on #403D65 background.


White color preview on #403D65 background

This text has white color on #403D65 background.