COLOR #40537F

HEX: #40537F
RGB: (64,83,127)

Color info

#40537F contains mainly green and blue colors. Web safe color of #40537F is #336666 (or #366).

RGB color model

#40537F color RGB value is (64,83,127).

  • red value is 64;
  • green value is 83;
  • blue value is 127.
RGB:
(64,83,127)
(25%,33%,50%)

RGB channels and saturation

R 64 of 255 = 25%
G 83 of 255 = 33%
B 127 of 255 = 50%

64
83
127

R + G + B ~ 36%. #40537F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 83 + 127 = 274 (100%)
R 64 of 274 ~ 23.36%
G 83 of 274 ~ 30.29%
B 127 of 274 ~ 46.35%

%23.36
%30.29
%46.35

CMYK color model

#40537F color CMYK value is (50,35,0,50).

  • cyan value is 49.61%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(50,35,0,50)
C50M35Y0K50 
(50%,35%,0%,50%)
(0.50/0.35/0.00/0.50)	

CMYK percentages

%49.61
%34.65
%0
%50.2

Codes

Color #40537F in popluar color models

40537F
RGB6483127
HSL222°32.98%37.45%
HSB/HSV222°49.61%49.80%
CMYK49.61%34.65%0.00%
50.20%

Color #40537F in popluar number systems.

HEX40537F
Decimal6483127
Binary100000010100111111111
Octal100123177

Shades and tints

Shades of #40537F

#40537F
(64,83,127)
#3B4C74
(59,76,116)
#364569
(54,69,105)
#313E5E
(49,62,94)
#2C3753
(44,55,83)
#273048
(39,48,72)
#22293D
(34,41,61)
#1D2232
(29,34,50)
#181B27
(24,27,39)
#13141C
(19,20,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #40537F

#40537F
(64,83,127)
#51628A
(81,98,138)
#627195
(98,113,149)
#7380A0
(115,128,160)
#848FAB
(132,143,171)
#959EB6
(149,158,182)
#A6ADC1
(166,173,193)
#B7BCCC
(183,188,204)
#C8CBD7
(200,203,215)
#D9DAE2
(217,218,226)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40537F color. Also use rgb(64,83,127) instead hex code.

Text Font Color

.myTextColor { color: #40537F; }

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

This text font color is #40537F.


Background Color

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

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

This div background color is #40537F.


Border color

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

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

This div border color is #40537F.


Opacity

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

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

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

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

This text has shadow with #40537F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40537F on black background.


Color preview on white background

This text has color #40537F on white background.



Black color preview on #40537F background

This text has black color on #40537F background.


White color preview on #40537F background

This text has white color on #40537F background.