COLOR #403A64

HEX: #403A64 RGB: (64,58,100)

Color info

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

RGB color model

#403A64 color RGB value is (64,58,100).

RGB: (64,58,100) (25%, 23%, 39%)

RGB channels and saturation

R 64 of 255 = 25%
G 58 of 255 = 23%
B 100 of 255 = 39%

64
58
100

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

Portions of RGB colors in percentages

R + G + B = 64 + 58 + 100 = 222 (100%)
R 64 of 222 ~ 28.83%
G 58 of 222 ~ 26.13%
B 100 of 222 ~ 45.05'%

%28.83
%26.13
%45.05

CMYK color model

#403A64 color CMYK value is (36,42,0,61).

  • cyan value is 36.00%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (36,42,0,61)
C36M42Y0K61 (36%, 42%, 0%, 61%)
(0.36 / 0.42 / 0.00 / 0.61)

CMYK percentages

%36
%42
%0
%60.78

Codes

Color #403A64 in popluar color models

40 3A 64
RGB 64 58 100
HSL 249° 26.58% 30.98%
HSB/HSV 249° 42.00% 39.22%
CMYK 36.00% 42.00% 0.00%
60.78%

Color #403A64 in popluar number systems.

HEX 40 3A 64
Decimal 64 58 100
Binary 1000000 111010 1100100
Octal 100 72 144

Shades and tints

Shades of #403A64

#403A64
(64,58,100)
#3B355B
(59,53,91)
#363052
(54,48,82)
#312B49
(49,43,73)
#2C2640
(44,38,64)
#272137
(39,33,55)
#221C2E
(34,28,46)
#1D1725
(29,23,37)
#18121C
(24,18,28)
#130D13
(19,13,19)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #403A64

#403A64
(64,58,100)
#514B72
(81,75,114)
#625C80
(98,92,128)
#736D8E
(115,109,142)
#847E9C
(132,126,156)
#958FAA
(149,143,170)
#A6A0B8
(166,160,184)
#B7B1C6
(183,177,198)
#C8C2D4
(200,194,212)
#D9D3E2
(217,211,226)
#EAE4F0
(234,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403A64; }

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

This text font color is #403A64.

Background Color

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

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

This div background color is #403A64.

Border color

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

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

This div border color is #403A64.

Opacity

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

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

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

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

This text has shadow with #403A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403A64.

Preview

Color preview on black background

This text has color #403A64 on black background.


Color preview on white background

This text has color #403A64 on white background.


Black color preview on #403A64 background

This text has black color on #403A64 background.


White color preview on #403A64 background

This text has white color on #403A64 background.


Related colors

Complementary color

Complementary color for #hex is #BFC59B.


I love getcolorcode.com

Triadic colors

1 #64403A and #3A6440 with #403A64 are triadic colors.

2 #643A40 and #3A4064 with #403A64 are triadic colors.