COLOR #40325F

HEX: #40325F
RGB: (64,50,95)

Color info

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

RGB color model

#40325F color RGB value is (64,50,95).

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

RGB channels and saturation

R 64 of 255 = 25%
G 50 of 255 = 20%
B 95 of 255 = 37%

64
50
95

R + G + B ~ 27%. #40325F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 50 + 95 = 209 (100%)
R 64 of 209 ~ 30.62%
G 50 of 209 ~ 23.92%
B 95 of 209 ~ 45.45%

%30.62
%23.92
%45.45

CMYK color model

#40325F color CMYK value is (33,47,0,63).

  • cyan value is 32.63%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(33,47,0,63)
C33M47Y0K63 
(33%,47%,0%,63%)
(0.33/0.47/0.00/0.63)	

CMYK percentages

%32.63
%47.37
%0
%62.75

Codes

Color #40325F in popluar color models

40325F
RGB645095
HSL259°31.03%28.43%
HSB/HSV259°47.37%37.25%
CMYK32.63%47.37%0.00%
62.75%

Color #40325F in popluar number systems.

HEX40325F
Decimal645095
Binary10000001100101011111
Octal10062137

Shades and tints

Shades of #40325F

#40325F
(64,50,95)
#3B2E57
(59,46,87)
#362A4F
(54,42,79)
#312647
(49,38,71)
#2C223F
(44,34,63)
#271E37
(39,30,55)
#221A2F
(34,26,47)
#1D1627
(29,22,39)
#18121F
(24,18,31)
#130E17
(19,14,23)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #40325F

#40325F
(64,50,95)
#51446D
(81,68,109)
#62567B
(98,86,123)
#736889
(115,104,137)
#847A97
(132,122,151)
#958CA5
(149,140,165)
#A69EB3
(166,158,179)
#B7B0C1
(183,176,193)
#C8C2CF
(200,194,207)
#D9D4DD
(217,212,221)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40325F; }

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

This text font color is #40325F.


Background Color

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

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

This div background color is #40325F.


Border color

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

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

This div border color is #40325F.


Opacity

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

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

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

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

This text has shadow with #40325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40325F on black background.


Color preview on white background

This text has color #40325F on white background.



Black color preview on #40325F background

This text has black color on #40325F background.


White color preview on #40325F background

This text has white color on #40325F background.