COLOR #40244E

HEX: #40244E
RGB: (64,36,78)

Color info

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

RGB color model

#40244E color RGB value is (64,36,78).

  • red value is 64;
  • green value is 36;
  • blue value is 78.
RGB: (64,36,78) (25%,14%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 36 of 255 = 14%
B 78 of 255 = 31%

64
36
78

R + G + B ~ 23%. #40244E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 36 + 78 = 178 (100%)
R 64 of 178 ~ 35.96%
G 36 of 178 ~ 20.22%
B 78 of 178 ~ 43.82%

%35.96
%20.22
%43.82

CMYK color model

#40244E color CMYK value is (18,54,0,69).

  • cyan value is 17.95%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (18,54,0,69) C18M54Y0K69 (18%,54%,0%,69%) (0.18/0.54/0.00/0.69)

CMYK percentages

%17.95
%53.85
%0
%69.41

Codes

Color #40244E in popluar color models

40244E
RGB643678
HSL280°36.84%22.35%
HSB/HSV280°53.85%30.59%
CMYK17.95%53.85%0.00%
69.41%

Color #40244E in popluar number systems.

HEX40244E
Decimal643678
Binary10000001001001001110
Octal10044116

Shades and tints

Shades of #40244E

#40244E
(64,36,78)
#3B2147
(59,33,71)
#361E40
(54,30,64)
#311B39
(49,27,57)
#2C1832
(44,24,50)
#27152B
(39,21,43)
#221224
(34,18,36)
#1D0F1D
(29,15,29)
#180C16
(24,12,22)
#13090F
(19,9,15)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #40244E

#40244E
(64,36,78)
#51375E
(81,55,94)
#624A6E
(98,74,110)
#735D7E
(115,93,126)
#84708E
(132,112,142)
#95839E
(149,131,158)
#A696AE
(166,150,174)
#B7A9BE
(183,169,190)
#C8BCCE
(200,188,206)
#D9CFDE
(217,207,222)
#EAE2EE
(234,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40244E color. Also use rgb(64,36,78) instead hex code.

Text Font Color

.myTextColor { color: #40244E; }

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

This text font color is #40244E.


Background Color

.myBgColor { background-color: #40244E; }

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

This div background color is #40244E.


Border color

.myBorderColor { border: 1px solid #40244E; }

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

This div border color is #40244E.


Opacity

.myOpacity80 { color: #40244E; opacity: 0.8; }

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

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

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

This text has shadow with #40244E color.

.textShadow {text-shadow: 3px 3px 1px #40244E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #40244E; -webkit-box-shadow:	1px 1px 3px 2px #40244E; box-shadow:	1px 1px 3px 2px #40244E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #40244E; -webkit-box-shadow: 1px 1px 3px 2px #40244E; box-shadow:1px 1px 3px 2px #40244E;">
Div content here</div>
This div box has shadow with color #40244E.

Preview

Color preview on black background

This text has color #40244E on black background.


Color preview on white background

This text has color #40244E on white background.



Black color preview on #40244E background

This text has black color on #40244E background.


White color preview on #40244E background

This text has white color on #40244E background.