COLOR #403763

HEX: #403763
RGB: (64,55,99)

Color info

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

RGB color model

#403763 color RGB value is (64,55,99).

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

RGB channels and saturation

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

64
55
99

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

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 99 = 218 (100%)
R 64 of 218 ~ 29.36%
G 55 of 218 ~ 25.23%
B 99 of 218 ~ 45.41%

%29.36
%25.23
%45.41

CMYK color model

#403763 color CMYK value is (35,44,0,61).

  • cyan value is 35.35%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,44,0,61)
C35M44Y0K61 
(35%,44%,0%,61%)
(0.35/0.44/0.00/0.61)	

CMYK percentages

%35.35
%44.44
%0
%61.18

Codes

Color #403763 in popluar color models

403763
RGB645599
HSL252°28.57%30.20%
HSB/HSV252°44.44%38.82%
CMYK35.35%44.44%0.00%
61.18%

Color #403763 in popluar number systems.

HEX403763
Decimal645599
Binary10000001101111100011
Octal10067143

Shades and tints

Shades of #403763

#403763
(64,55,99)
#3B325A
(59,50,90)
#362D51
(54,45,81)
#312848
(49,40,72)
#2C233F
(44,35,63)
#271E36
(39,30,54)
#22192D
(34,25,45)
#1D1424
(29,20,36)
#180F1B
(24,15,27)
#130A12
(19,10,18)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #403763

#403763
(64,55,99)
#514971
(81,73,113)
#625B7F
(98,91,127)
#736D8D
(115,109,141)
#847F9B
(132,127,155)
#9591A9
(149,145,169)
#A6A3B7
(166,163,183)
#B7B5C5
(183,181,197)
#C8C7D3
(200,199,211)
#D9D9E1
(217,217,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403763; }

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

This text font color is #403763.


Background Color

.myBgColor { background-color: #403763; }

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

This div background color is #403763.


Border color

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

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

This div border color is #403763.


Opacity

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

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

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

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

This text has shadow with #403763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403763 on black background.


Color preview on white background

This text has color #403763 on white background.



Black color preview on #403763 background

This text has black color on #403763 background.


White color preview on #403763 background

This text has white color on #403763 background.