COLOR #40355E

HEX: #40355E
RGB: (64,53,94)

Color info

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

RGB color model

#40355E color RGB value is (64,53,94).

  • red value is 64;
  • green value is 53;
  • blue value is 94.
RGB:
(64,53,94)
(25%,21%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 53 of 255 = 21%
B 94 of 255 = 37%

64
53
94

R + G + B ~ 28%. #40355E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 53 + 94 = 211 (100%)
R 64 of 211 ~ 30.33%
G 53 of 211 ~ 25.12%
B 94 of 211 ~ 44.55%

%30.33
%25.12
%44.55

CMYK color model

#40355E color CMYK value is (32,44,0,63).

  • cyan value is 31.91%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(32,44,0,63)
C32M44Y0K63 
(32%,44%,0%,63%)
(0.32/0.44/0.00/0.63)	

CMYK percentages

%31.91
%43.62
%0
%63.14

Codes

Color #40355E in popluar color models

40355E
RGB645394
HSL256°27.89%28.82%
HSB/HSV256°43.62%36.86%
CMYK31.91%43.62%0.00%
63.14%

Color #40355E in popluar number systems.

HEX40355E
Decimal645394
Binary10000001101011011110
Octal10065136

Shades and tints

Shades of #40355E

#40355E
(64,53,94)
#3B3156
(59,49,86)
#362D4E
(54,45,78)
#312946
(49,41,70)
#2C253E
(44,37,62)
#272136
(39,33,54)
#221D2E
(34,29,46)
#1D1926
(29,25,38)
#18151E
(24,21,30)
#131116
(19,17,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #40355E

#40355E
(64,53,94)
#51476C
(81,71,108)
#62597A
(98,89,122)
#736B88
(115,107,136)
#847D96
(132,125,150)
#958FA4
(149,143,164)
#A6A1B2
(166,161,178)
#B7B3C0
(183,179,192)
#C8C5CE
(200,197,206)
#D9D7DC
(217,215,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40355E color. Also use rgb(64,53,94) instead hex code.

Text Font Color

.myTextColor { color: #40355E; }

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

This text font color is #40355E.


Background Color

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

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

This div background color is #40355E.


Border color

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

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

This div border color is #40355E.


Opacity

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

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

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

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

This text has shadow with #40355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40355E on black background.


Color preview on white background

This text has color #40355E on white background.



Black color preview on #40355E background

This text has black color on #40355E background.


White color preview on #40355E background

This text has white color on #40355E background.