COLOR #403D60

HEX: #403D60
RGB: (64,61,96)

Color info

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

RGB color model

#403D60 color RGB value is (64,61,96).

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

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 96 of 255 = 38%

64
61
96

R + G + B ~ 29%. #403D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 96 = 221 (100%)
R 64 of 221 ~ 28.96%
G 61 of 221 ~ 27.6%
B 96 of 221 ~ 43.44%

%28.96
%27.6
%43.44

CMYK color model

#403D60 color CMYK value is (33,36,0,62).

  • cyan value is 33.33%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(33,36,0,62)
C33M36Y0K62 
(33%,36%,0%,62%)
(0.33/0.36/0.00/0.62)	

CMYK percentages

%33.33
%36.46
%0
%62.35

Codes

Color #403D60 in popluar color models

403D60
RGB646196
HSL245°22.29%30.78%
HSB/HSV245°36.46%37.65%
CMYK33.33%36.46%0.00%
62.35%

Color #403D60 in popluar number systems.

HEX403D60
Decimal646196
Binary10000001111011100000
Octal10075140

Shades and tints

Shades of #403D60

#403D60
(64,61,96)
#3B3858
(59,56,88)
#363350
(54,51,80)
#312E48
(49,46,72)
#2C2940
(44,41,64)
#272438
(39,36,56)
#221F30
(34,31,48)
#1D1A28
(29,26,40)
#181520
(24,21,32)
#131018
(19,16,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #403D60

#403D60
(64,61,96)
#514E6E
(81,78,110)
#625F7C
(98,95,124)
#73708A
(115,112,138)
#848198
(132,129,152)
#9592A6
(149,146,166)
#A6A3B4
(166,163,180)
#B7B4C2
(183,180,194)
#C8C5D0
(200,197,208)
#D9D6DE
(217,214,222)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D60; }

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

This text font color is #403D60.


Background Color

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

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

This div background color is #403D60.


Border color

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

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

This div border color is #403D60.


Opacity

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

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

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

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

This text has shadow with #403D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D60 on black background.


Color preview on white background

This text has color #403D60 on white background.



Black color preview on #403D60 background

This text has black color on #403D60 background.


White color preview on #403D60 background

This text has white color on #403D60 background.