COLOR #40324F

HEX: #40324F
RGB: (64,50,79)

Color info

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

RGB color model

#40324F color RGB value is (64,50,79).

  • red value is 64;
  • green value is 50;
  • blue value is 79.
RGB:
(64,50,79)
(25%,20%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 50 of 255 = 20%
B 79 of 255 = 31%

64
50
79

R + G + B ~ 25%. #40324F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 50 + 79 = 193 (100%)
R 64 of 193 ~ 33.16%
G 50 of 193 ~ 25.91%
B 79 of 193 ~ 40.93%

%33.16
%25.91
%40.93

CMYK color model

#40324F color CMYK value is (19,37,0,69).

  • cyan value is 18.99%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(19,37,0,69)
C19M37Y0K69 
(19%,37%,0%,69%)
(0.19/0.37/0.00/0.69)	

CMYK percentages

%18.99
%36.71
%0
%69.02

Codes

Color #40324F in popluar color models

40324F
RGB645079
HSL269°22.48%25.29%
HSB/HSV269°36.71%30.98%
CMYK18.99%36.71%0.00%
69.02%

Color #40324F in popluar number systems.

HEX40324F
Decimal645079
Binary10000001100101001111
Octal10062117

Shades and tints

Shades of #40324F

#40324F
(64,50,79)
#3B2E48
(59,46,72)
#362A41
(54,42,65)
#31263A
(49,38,58)
#2C2233
(44,34,51)
#271E2C
(39,30,44)
#221A25
(34,26,37)
#1D161E
(29,22,30)
#181217
(24,18,23)
#130E10
(19,14,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #40324F

#40324F
(64,50,79)
#51445F
(81,68,95)
#62566F
(98,86,111)
#73687F
(115,104,127)
#847A8F
(132,122,143)
#958C9F
(149,140,159)
#A69EAF
(166,158,175)
#B7B0BF
(183,176,191)
#C8C2CF
(200,194,207)
#D9D4DF
(217,212,223)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40324F; }

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

This text font color is #40324F.


Background Color

.myBgColor { background-color: #40324F; }

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

This div background color is #40324F.


Border color

.myBorderColor { border: 1px solid #40324F; }

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

This div border color is #40324F.


Opacity

.myOpacity80 { color: #40324F; opacity: 0.8; }

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

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

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

This text has shadow with #40324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40324F on black background.


Color preview on white background

This text has color #40324F on white background.



Black color preview on #40324F background

This text has black color on #40324F background.


White color preview on #40324F background

This text has white color on #40324F background.