COLOR #405D7B

HEX: #405D7B
RGB: (64,93,123)

Color info

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

RGB color model

#405D7B color RGB value is (64,93,123).

  • red value is 64;
  • green value is 93;
  • blue value is 123.
RGB:
(64,93,123)
(25%,36%,48%)

RGB channels and saturation

R 64 of 255 = 25%
G 93 of 255 = 36%
B 123 of 255 = 48%

64
93
123

R + G + B ~ 36%. #405D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 93 + 123 = 280 (100%)
R 64 of 280 ~ 22.86%
G 93 of 280 ~ 33.21%
B 123 of 280 ~ 43.93%

%22.86
%33.21
%43.93

CMYK color model

#405D7B color CMYK value is (48,24,0,52).

  • cyan value is 47.97%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(48,24,0,52)
C48M24Y0K52 
(48%,24%,0%,52%)
(0.48/0.24/0.00/0.52)	

CMYK percentages

%47.97
%24.39
%0
%51.76

Codes

Color #405D7B in popluar color models

405D7B
RGB6493123
HSL211°31.55%36.67%
HSB/HSV211°47.97%48.24%
CMYK47.97%24.39%0.00%
51.76%

Color #405D7B in popluar number systems.

HEX405D7B
Decimal6493123
Binary100000010111011111011
Octal100135173

Shades and tints

Shades of #405D7B

#405D7B
(64,93,123)
#3B5570
(59,85,112)
#364D65
(54,77,101)
#31455A
(49,69,90)
#2C3D4F
(44,61,79)
#273544
(39,53,68)
#222D39
(34,45,57)
#1D252E
(29,37,46)
#181D23
(24,29,35)
#131518
(19,21,24)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #405D7B

#405D7B
(64,93,123)
#516B87
(81,107,135)
#627993
(98,121,147)
#73879F
(115,135,159)
#8495AB
(132,149,171)
#95A3B7
(149,163,183)
#A6B1C3
(166,177,195)
#B7BFCF
(183,191,207)
#C8CDDB
(200,205,219)
#D9DBE7
(217,219,231)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405D7B color. Also use rgb(64,93,123) instead hex code.

Text Font Color

.myTextColor { color: #405D7B; }

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

This text font color is #405D7B.


Background Color

.myBgColor { background-color: #405D7B; }

<div style="background-color:#405D7B">Inner text</div>

This div background color is #405D7B.


Border color

.myBorderColor { border: 1px solid #405D7B; }

<div style="border:3px solid #405D7B">Div</div>

This div border color is #405D7B.


Opacity

.myOpacity80 { color: #405D7B; opacity: 0.8; }

<p style="color:#405D7B;opacity:0.8;">80%</p>

Text with #405D7B 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 #405D7B;}

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

This text has shadow with #405D7B color.

.textShadow {text-shadow: 3px 3px 1px #405D7B, 3px 3px 1px red;}

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

This text has shadow with #405D7B primary color and red secondary color.


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

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

This text has shadow with #405D7B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405D7B on black background.


Color preview on white background

This text has color #405D7B on white background.



Black color preview on #405D7B background

This text has black color on #405D7B background.


White color preview on #405D7B background

This text has white color on #405D7B background.