COLOR #403272

HEX: #403272 RGB: (64,50,114)

Color info

#403272 contains mainly red and blue colors. Web safe color of #403272 is #333366 (or #336).

RGB color model

#403272 color RGB value is (64,50,114).

RGB: (64,50,114) (25%, 20%, 45%)

RGB channels and saturation

R 64 of 255 = 25%
G 50 of 255 = 20%
B 114 of 255 = 45%

64
50
114

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

Portions of RGB colors in percentages

R + G + B = 64 + 50 + 114 = 228 (100%)
R 64 of 228 ~ 28.07%
G 50 of 228 ~ 21.93%
B 114 of 228 ~ 50'%

%28.07
%21.93
%50

CMYK color model

#403272 color CMYK value is (44,56,0,55).

  • cyan value is 43.86%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (44,56,0,55)
C44M56Y0K55 (44%, 56%, 0%, 55%)
(0.44 / 0.56 / 0.00 / 0.55)

CMYK percentages

%43.86
%56.14
%0
%55.29

Codes

Color #403272 in popluar color models

40 32 72
RGB 64 50 114
HSL 253° 39.02% 32.16%
HSB/HSV 253° 56.14% 44.71%
CMYK 43.86% 56.14% 0.00%
55.29%

Color #403272 in popluar number systems.

HEX 40 32 72
Decimal 64 50 114
Binary 1000000 110010 1110010
Octal 100 62 162

Shades and tints

Shades of #403272

#403272
(64,50,114)
#3B2E68
(59,46,104)
#362A5E
(54,42,94)
#312654
(49,38,84)
#2C224A
(44,34,74)
#271E40
(39,30,64)
#221A36
(34,26,54)
#1D162C
(29,22,44)
#181222
(24,18,34)
#130E18
(19,14,24)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #403272

#403272
(64,50,114)
#51447E
(81,68,126)
#62568A
(98,86,138)
#736896
(115,104,150)
#847AA2
(132,122,162)
#958CAE
(149,140,174)
#A69EBA
(166,158,186)
#B7B0C6
(183,176,198)
#C8C2D2
(200,194,210)
#D9D4DE
(217,212,222)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403272 color. Also use rgb(64,50,114) instead hex code.

Text Font Color

.myTextColor { color: #403272; }

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

This text font color is #403272.

Background Color

.myBgColor { background-color: #403272; }

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

This div background color is #403272.

Border color

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

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

This div border color is #403272.

Opacity

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

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

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

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

This text has shadow with #403272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403272.

Preview

Color preview on black background

This text has color #403272 on black background.


Color preview on white background

This text has color #403272 on white background.


Black color preview on #403272 background

This text has black color on #403272 background.


White color preview on #403272 background

This text has white color on #403272 background.


Related colors

Complementary color

Complementary color for #hex is #BFCD8D.


I love getcolorcode.com

Triadic colors

1 #724032 and #327240 with #403272 are triadic colors.

2 #723240 and #324072 with #403272 are triadic colors.