COLOR #403963

HEX: #403963
RGB: (64,57,99)

Color info

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

RGB color model

#403963 color RGB value is (64,57,99).

  • red value is 64;
  • green value is 57;
  • blue value is 99.
RGB:
(64,57,99)
(25%,22%,39%)

RGB channels and saturation

R 64 of 255 = 25%
G 57 of 255 = 22%
B 99 of 255 = 39%

64
57
99

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

Portions of RGB colors in percentages

R + G + B =
64 + 57 + 99 = 220 (100%)
R 64 of 220 ~ 29.09%
G 57 of 220 ~ 25.91%
B 99 of 220 ~ 45%

%29.09
%25.91
%45

CMYK color model

#403963 color CMYK value is (35,42,0,61).

  • cyan value is 35.35%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,42,0,61)
C35M42Y0K61 
(35%,42%,0%,61%)
(0.35/0.42/0.00/0.61)	

CMYK percentages

%35.35
%42.42
%0
%61.18

Codes

Color #403963 in popluar color models

403963
RGB645799
HSL250°26.92%30.59%
HSB/HSV250°42.42%38.82%
CMYK35.35%42.42%0.00%
61.18%

Color #403963 in popluar number systems.

HEX403963
Decimal645799
Binary10000001110011100011
Octal10071143

Shades and tints

Shades of #403963

#403963
(64,57,99)
#3B345A
(59,52,90)
#362F51
(54,47,81)
#312A48
(49,42,72)
#2C253F
(44,37,63)
#272036
(39,32,54)
#221B2D
(34,27,45)
#1D1624
(29,22,36)
#18111B
(24,17,27)
#130C12
(19,12,18)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #403963

#403963
(64,57,99)
#514B71
(81,75,113)
#625D7F
(98,93,127)
#736F8D
(115,111,141)
#84819B
(132,129,155)
#9593A9
(149,147,169)
#A6A5B7
(166,165,183)
#B7B7C5
(183,183,197)
#C8C9D3
(200,201,211)
#D9DBE1
(217,219,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403963 color. Also use rgb(64,57,99) instead hex code.

Text Font Color

.myTextColor { color: #403963; }

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

This text font color is #403963.


Background Color

.myBgColor { background-color: #403963; }

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

This div background color is #403963.


Border color

.myBorderColor { border: 1px solid #403963; }

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

This div border color is #403963.


Opacity

.myOpacity80 { color: #403963; opacity: 0.8; }

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

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

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

This text has shadow with #403963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403963 on black background.


Color preview on white background

This text has color #403963 on white background.



Black color preview on #403963 background

This text has black color on #403963 background.


White color preview on #403963 background

This text has white color on #403963 background.