COLOR #403766

HEX: #403766
RGB: (64,55,102)

Color info

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

RGB color model

#403766 color RGB value is (64,55,102).

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

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 102 of 255 = 40%

64
55
102

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

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 102 = 221 (100%)
R 64 of 221 ~ 28.96%
G 55 of 221 ~ 24.89%
B 102 of 221 ~ 46.15%

%28.96
%24.89
%46.15

CMYK color model

#403766 color CMYK value is (37,46,0,60).

  • cyan value is 37.25%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(37,46,0,60)
C37M46Y0K60 
(37%,46%,0%,60%)
(0.37/0.46/0.00/0.60)	

CMYK percentages

%37.25
%46.08
%0
%60

Codes

Color #403766 in popluar color models

403766
RGB6455102
HSL251°29.94%30.78%
HSB/HSV251°46.08%40.00%
CMYK37.25%46.08%0.00%
60.00%

Color #403766 in popluar number systems.

HEX403766
Decimal6455102
Binary10000001101111100110
Octal10067146

Shades and tints

Shades of #403766

#403766
(64,55,102)
#3B325D
(59,50,93)
#362D54
(54,45,84)
#31284B
(49,40,75)
#2C2342
(44,35,66)
#271E39
(39,30,57)
#221930
(34,25,48)
#1D1427
(29,20,39)
#180F1E
(24,15,30)
#130A15
(19,10,21)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #403766

#403766
(64,55,102)
#514973
(81,73,115)
#625B80
(98,91,128)
#736D8D
(115,109,141)
#847F9A
(132,127,154)
#9591A7
(149,145,167)
#A6A3B4
(166,163,180)
#B7B5C1
(183,181,193)
#C8C7CE
(200,199,206)
#D9D9DB
(217,217,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403766; }

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

This text font color is #403766.


Background Color

.myBgColor { background-color: #403766; }

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

This div background color is #403766.


Border color

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

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

This div border color is #403766.


Opacity

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

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

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

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

This text has shadow with #403766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403766 on black background.


Color preview on white background

This text has color #403766 on white background.



Black color preview on #403766 background

This text has black color on #403766 background.


White color preview on #403766 background

This text has white color on #403766 background.