COLOR #405063

HEX: #405063
RGB: (64,80,99)

Color info

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

RGB color model

#405063 color RGB value is (64,80,99).

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

RGB channels and saturation

R 64 of 255 = 25%
G 80 of 255 = 31%
B 99 of 255 = 39%

64
80
99

R + G + B ~ 32%. #405063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 80 + 99 = 243 (100%)
R 64 of 243 ~ 26.34%
G 80 of 243 ~ 32.92%
B 99 of 243 ~ 40.74%

%26.34
%32.92
%40.74

CMYK color model

#405063 color CMYK value is (35,19,0,61).

  • cyan value is 35.35%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,19,0,61)
C35M19Y0K61 
(35%,19%,0%,61%)
(0.35/0.19/0.00/0.61)	

CMYK percentages

%35.35
%19.19
%0
%61.18

Codes

Color #405063 in popluar color models

405063
RGB648099
HSL213°21.47%31.96%
HSB/HSV213°35.35%38.82%
CMYK35.35%19.19%0.00%
61.18%

Color #405063 in popluar number systems.

HEX405063
Decimal648099
Binary100000010100001100011
Octal100120143

Shades and tints

Shades of #405063

#405063
(64,80,99)
#3B495A
(59,73,90)
#364251
(54,66,81)
#313B48
(49,59,72)
#2C343F
(44,52,63)
#272D36
(39,45,54)
#22262D
(34,38,45)
#1D1F24
(29,31,36)
#18181B
(24,24,27)
#131112
(19,17,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #405063

#405063
(64,80,99)
#515F71
(81,95,113)
#626E7F
(98,110,127)
#737D8D
(115,125,141)
#848C9B
(132,140,155)
#959BA9
(149,155,169)
#A6AAB7
(166,170,183)
#B7B9C5
(183,185,197)
#C8C8D3
(200,200,211)
#D9D7E1
(217,215,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #405063; }

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

This text font color is #405063.


Background Color

.myBgColor { background-color: #405063; }

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

This div background color is #405063.


Border color

.myBorderColor { border: 1px solid #405063; }

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

This div border color is #405063.


Opacity

.myOpacity80 { color: #405063; opacity: 0.8; }

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

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

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

This text has shadow with #405063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405063 on black background.


Color preview on white background

This text has color #405063 on white background.



Black color preview on #405063 background

This text has black color on #405063 background.


White color preview on #405063 background

This text has white color on #405063 background.