COLOR #40425C

HEX: #40425C
RGB: (64,66,92)

Color info

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

RGB color model

#40425C color RGB value is (64,66,92).

  • red value is 64;
  • green value is 66;
  • blue value is 92.
RGB:
(64,66,92)
(25%,26%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 92 of 255 = 36%

64
66
92

R + G + B ~ 29%. #40425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 92 = 222 (100%)
R 64 of 222 ~ 28.83%
G 66 of 222 ~ 29.73%
B 92 of 222 ~ 41.44%

%28.83
%29.73
%41.44

CMYK color model

#40425C color CMYK value is (30,28,0,64).

  • cyan value is 30.43%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(30,28,0,64)
C30M28Y0K64 
(30%,28%,0%,64%)
(0.30/0.28/0.00/0.64)	

CMYK percentages

%30.43
%28.26
%0
%63.92

Codes

Color #40425C in popluar color models

40425C
RGB646692
HSL236°17.95%30.59%
HSB/HSV236°30.43%36.08%
CMYK30.43%28.26%0.00%
63.92%

Color #40425C in popluar number systems.

HEX40425C
Decimal646692
Binary100000010000101011100
Octal100102134

Shades and tints

Shades of #40425C

#40425C
(64,66,92)
#3B3C54
(59,60,84)
#36364C
(54,54,76)
#313044
(49,48,68)
#2C2A3C
(44,42,60)
#272434
(39,36,52)
#221E2C
(34,30,44)
#1D1824
(29,24,36)
#18121C
(24,18,28)
#130C14
(19,12,20)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #40425C

#40425C
(64,66,92)
#51536A
(81,83,106)
#626478
(98,100,120)
#737586
(115,117,134)
#848694
(132,134,148)
#9597A2
(149,151,162)
#A6A8B0
(166,168,176)
#B7B9BE
(183,185,190)
#C8CACC
(200,202,204)
#D9DBDA
(217,219,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40425C color. Also use rgb(64,66,92) instead hex code.

Text Font Color

.myTextColor { color: #40425C; }

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

This text font color is #40425C.


Background Color

.myBgColor { background-color: #40425C; }

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

This div background color is #40425C.


Border color

.myBorderColor { border: 1px solid #40425C; }

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

This div border color is #40425C.


Opacity

.myOpacity80 { color: #40425C; opacity: 0.8; }

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

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

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

This text has shadow with #40425C color.

.textShadow {text-shadow: 3px 3px 1px #40425C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40425C on black background.


Color preview on white background

This text has color #40425C on white background.



Black color preview on #40425C background

This text has black color on #40425C background.


White color preview on #40425C background

This text has white color on #40425C background.