COLOR #403A6E

HEX: #403A6E RGB: (64,58,110)

Color info

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

RGB color model

#403A6E color RGB value is (64,58,110).

RGB: (64,58,110) (25%, 23%, 43%)

RGB channels and saturation

R 64 of 255 = 25%
G 58 of 255 = 23%
B 110 of 255 = 43%

64
58
110

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

Portions of RGB colors in percentages

R + G + B = 64 + 58 + 110 = 232 (100%)
R 64 of 232 ~ 27.59%
G 58 of 232 ~ 25%
B 110 of 232 ~ 47.41'%

%27.59
%25
%47.41

CMYK color model

#403A6E color CMYK value is (42,47,0,57).

  • cyan value is 41.82%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (42,47,0,57)
C42M47Y0K57 (42%, 47%, 0%, 57%)
(0.42 / 0.47 / 0.00 / 0.57)

CMYK percentages

%41.82
%47.27
%0
%56.86

Codes

Color #403A6E in popluar color models

40 3A 6E
RGB 64 58 110
HSL 247° 30.95% 32.94%
HSB/HSV 247° 47.27% 43.14%
CMYK 41.82% 47.27% 0.00%
56.86%

Color #403A6E in popluar number systems.

HEX 40 3A 6E
Decimal 64 58 110
Binary 1000000 111010 1101110
Octal 100 72 156

Shades and tints

Shades of #403A6E

#403A6E
(64,58,110)
#3B3564
(59,53,100)
#36305A
(54,48,90)
#312B50
(49,43,80)
#2C2646
(44,38,70)
#27213C
(39,33,60)
#221C32
(34,28,50)
#1D1728
(29,23,40)
#18121E
(24,18,30)
#130D14
(19,13,20)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #403A6E

#403A6E
(64,58,110)
#514B7B
(81,75,123)
#625C88
(98,92,136)
#736D95
(115,109,149)
#847EA2
(132,126,162)
#958FAF
(149,143,175)
#A6A0BC
(166,160,188)
#B7B1C9
(183,177,201)
#C8C2D6
(200,194,214)
#D9D3E3
(217,211,227)
#EAE4F0
(234,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403A6E color. Also use rgb(64,58,110) instead hex code.

Text Font Color

.myTextColor { color: #403A6E; }

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

This text font color is #403A6E.

Background Color

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

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

This div background color is #403A6E.

Border color

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

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

This div border color is #403A6E.

Opacity

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

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

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

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

This text has shadow with #403A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403A6E.

Preview

Color preview on black background

This text has color #403A6E on black background.


Color preview on white background

This text has color #403A6E on white background.


Black color preview on #403A6E background

This text has black color on #403A6E background.


White color preview on #403A6E background

This text has white color on #403A6E background.


Related colors

Complementary color

Complementary color for #hex is #BFC591.


I love getcolorcode.com

Triadic colors

1 #6E403A and #3A6E40 with #403A6E are triadic colors.

2 #6E3A40 and #3A406E with #403A6E are triadic colors.