COLOR #40506B

HEX: #40506B
RGB: (64,80,107)

Color info

#40506B contains red, green and blue colors in about the same proportion. Web safe color of #40506B is #336666 (or #366).

RGB color model

#40506B color RGB value is (64,80,107).

  • red value is 64;
  • green value is 80;
  • blue value is 107.
RGB:
(64,80,107)
(25%,31%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 80 of 255 = 31%
B 107 of 255 = 42%

64
80
107

R + G + B ~ 33%. #40506B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 80 + 107 = 251 (100%)
R 64 of 251 ~ 25.5%
G 80 of 251 ~ 31.87%
B 107 of 251 ~ 42.63%

%25.5
%31.87
%42.63

CMYK color model

#40506B color CMYK value is (40,25,0,58).

  • cyan value is 40.19%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(40,25,0,58)
C40M25Y0K58 
(40%,25%,0%,58%)
(0.40/0.25/0.00/0.58)	

CMYK percentages

%40.19
%25.23
%0
%58.04

Codes

Color #40506B in popluar color models

40506B
RGB6480107
HSL218°25.15%33.53%
HSB/HSV218°40.19%41.96%
CMYK40.19%25.23%0.00%
58.04%

Color #40506B in popluar number systems.

HEX40506B
Decimal6480107
Binary100000010100001101011
Octal100120153

Shades and tints

Shades of #40506B

#40506B
(64,80,107)
#3B4962
(59,73,98)
#364259
(54,66,89)
#313B50
(49,59,80)
#2C3447
(44,52,71)
#272D3E
(39,45,62)
#222635
(34,38,53)
#1D1F2C
(29,31,44)
#181823
(24,24,35)
#13111A
(19,17,26)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #40506B

#40506B
(64,80,107)
#515F78
(81,95,120)
#626E85
(98,110,133)
#737D92
(115,125,146)
#848C9F
(132,140,159)
#959BAC
(149,155,172)
#A6AAB9
(166,170,185)
#B7B9C6
(183,185,198)
#C8C8D3
(200,200,211)
#D9D7E0
(217,215,224)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40506B color. Also use rgb(64,80,107) instead hex code.

Text Font Color

.myTextColor { color: #40506B; }

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

This text font color is #40506B.


Background Color

.myBgColor { background-color: #40506B; }

<div style="background-color:#40506B">Inner text</div>

This div background color is #40506B.


Border color

.myBorderColor { border: 1px solid #40506B; }

<div style="border:3px solid #40506B">Div</div>

This div border color is #40506B.


Opacity

.myOpacity80 { color: #40506B; opacity: 0.8; }

<p style="color:#40506B;opacity:0.8;">80%</p>

Text with #40506B 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 #40506B;}

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

This text has shadow with #40506B color.

.textShadow {text-shadow: 3px 3px 1px #40506B, 3px 3px 1px red;}

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

This text has shadow with #40506B primary color and red secondary color.


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

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

This text has shadow with #40506B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40506B on black background.


Color preview on white background

This text has color #40506B on white background.



Black color preview on #40506B background

This text has black color on #40506B background.


White color preview on #40506B background

This text has white color on #40506B background.