COLOR #403C69

HEX: #403C69 RGB: (64,60,105)

Color info

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

RGB color model

#403C69 color RGB value is (64,60,105).

RGB: (64,60,105) (25%, 24%, 41%)

RGB channels and saturation

R 64 of 255 = 25%
G 60 of 255 = 24%
B 105 of 255 = 41%

64
60
105

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

Portions of RGB colors in percentages

R + G + B = 64 + 60 + 105 = 229 (100%)
R 64 of 229 ~ 27.95%
G 60 of 229 ~ 26.2%
B 105 of 229 ~ 45.85'%

%27.95
%26.2
%45.85

CMYK color model

#403C69 color CMYK value is (39,43,0,59).

  • cyan value is 39.05%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (39,43,0,59)
C39M43Y0K59 (39%, 43%, 0%, 59%)
(0.39 / 0.43 / 0.00 / 0.59)

CMYK percentages

%39.05
%42.86
%0
%58.82

Codes

Color #403C69 in popluar color models

40 3C 69
RGB 64 60 105
HSL 245° 27.27% 32.35%
HSB/HSV 245° 42.86% 41.18%
CMYK 39.05% 42.86% 0.00%
58.82%

Color #403C69 in popluar number systems.

HEX 40 3C 69
Decimal 64 60 105
Binary 1000000 111100 1101001
Octal 100 74 151

Shades and tints

Shades of #403C69

#403C69
(64,60,105)
#3B3760
(59,55,96)
#363257
(54,50,87)
#312D4E
(49,45,78)
#2C2845
(44,40,69)
#27233C
(39,35,60)
#221E33
(34,30,51)
#1D192A
(29,25,42)
#181421
(24,20,33)
#130F18
(19,15,24)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #403C69

#403C69
(64,60,105)
#514D76
(81,77,118)
#625E83
(98,94,131)
#736F90
(115,111,144)
#84809D
(132,128,157)
#9591AA
(149,145,170)
#A6A2B7
(166,162,183)
#B7B3C4
(183,179,196)
#C8C4D1
(200,196,209)
#D9D5DE
(217,213,222)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403C69; }

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

This text font color is #403C69.

Background Color

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

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

This div background color is #403C69.

Border color

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

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

This div border color is #403C69.

Opacity

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

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

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

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

This text has shadow with #403C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403C69.

Preview

Color preview on black background

This text has color #403C69 on black background.


Color preview on white background

This text has color #403C69 on white background.


Black color preview on #403C69 background

This text has black color on #403C69 background.


White color preview on #403C69 background

This text has white color on #403C69 background.


Related colors

Complementary color

Complementary color for #hex is #BFC396.


I love getcolorcode.com

Triadic colors

1 #69403C and #3C6940 with #403C69 are triadic colors.

2 #693C40 and #3C4069 with #403C69 are triadic colors.