COLOR #403C65

HEX: #403C65
RGB: (64,60,101)

Color info

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

RGB color model

#403C65 color RGB value is (64,60,101).

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

RGB channels and saturation

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

64
60
101

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

Portions of RGB colors in percentages

R + G + B =
64 + 60 + 101 = 225 (100%)
R 64 of 225 ~ 28.44%
G 60 of 225 ~ 26.67%
B 101 of 225 ~ 44.89%

%28.44
%26.67
%44.89

CMYK color model

#403C65 color CMYK value is (37,41,0,60).

  • cyan value is 36.63%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(37,41,0,60)
C37M41Y0K60 
(37%,41%,0%,60%)
(0.37/0.41/0.00/0.60)	

CMYK percentages

%36.63
%40.59
%0
%60.39

Codes

Color #403C65 in popluar color models

403C65
RGB6460101
HSL246°25.47%31.57%
HSB/HSV246°40.59%39.61%
CMYK36.63%40.59%0.00%
60.39%

Color #403C65 in popluar number systems.

HEX403C65
Decimal6460101
Binary10000001111001100101
Octal10074145

Shades and tints

Shades of #403C65

#403C65
(64,60,101)
#3B375C
(59,55,92)
#363253
(54,50,83)
#312D4A
(49,45,74)
#2C2841
(44,40,65)
#272338
(39,35,56)
#221E2F
(34,30,47)
#1D1926
(29,25,38)
#18141D
(24,20,29)
#130F14
(19,15,20)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #403C65

#403C65
(64,60,101)
#514D73
(81,77,115)
#625E81
(98,94,129)
#736F8F
(115,111,143)
#84809D
(132,128,157)
#9591AB
(149,145,171)
#A6A2B9
(166,162,185)
#B7B3C7
(183,179,199)
#C8C4D5
(200,196,213)
#D9D5E3
(217,213,227)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403C65; }

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

This text font color is #403C65.


Background Color

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

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

This div background color is #403C65.


Border color

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

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

This div border color is #403C65.


Opacity

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

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

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

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

This text has shadow with #403C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403C65 on black background.


Color preview on white background

This text has color #403C65 on white background.



Black color preview on #403C65 background

This text has black color on #403C65 background.


White color preview on #403C65 background

This text has white color on #403C65 background.