COLOR #405F6F

HEX: #405F6F
RGB: (64,95,111)

Color info

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

RGB color model

#405F6F color RGB value is (64,95,111).

  • red value is 64;
  • green value is 95;
  • blue value is 111.
RGB:
(64,95,111)
(25%,37%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 95 of 255 = 37%
B 111 of 255 = 44%

64
95
111

R + G + B ~ 35%. #405F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 95 + 111 = 270 (100%)
R 64 of 270 ~ 23.7%
G 95 of 270 ~ 35.19%
B 111 of 270 ~ 41.11%

%23.7
%35.19
%41.11

CMYK color model

#405F6F color CMYK value is (42,14,0,56).

  • cyan value is 42.34%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(42,14,0,56)
C42M14Y0K56 
(42%,14%,0%,56%)
(0.42/0.14/0.00/0.56)	

CMYK percentages

%42.34
%14.41
%0
%56.47

Codes

Color #405F6F in popluar color models

405F6F
RGB6495111
HSL200°26.86%34.31%
HSB/HSV200°42.34%43.53%
CMYK42.34%14.41%0.00%
56.47%

Color #405F6F in popluar number systems.

HEX405F6F
Decimal6495111
Binary100000010111111101111
Octal100137157

Shades and tints

Shades of #405F6F

#405F6F
(64,95,111)
#3B5765
(59,87,101)
#364F5B
(54,79,91)
#314751
(49,71,81)
#2C3F47
(44,63,71)
#27373D
(39,55,61)
#222F33
(34,47,51)
#1D2729
(29,39,41)
#181F1F
(24,31,31)
#131715
(19,23,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #405F6F

#405F6F
(64,95,111)
#516D7C
(81,109,124)
#627B89
(98,123,137)
#738996
(115,137,150)
#8497A3
(132,151,163)
#95A5B0
(149,165,176)
#A6B3BD
(166,179,189)
#B7C1CA
(183,193,202)
#C8CFD7
(200,207,215)
#D9DDE4
(217,221,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405F6F color. Also use rgb(64,95,111) instead hex code.

Text Font Color

.myTextColor { color: #405F6F; }

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

This text font color is #405F6F.


Background Color

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

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

This div background color is #405F6F.


Border color

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

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

This div border color is #405F6F.


Opacity

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

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

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

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

This text has shadow with #405F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405F6F on black background.


Color preview on white background

This text has color #405F6F on white background.



Black color preview on #405F6F background

This text has black color on #405F6F background.


White color preview on #405F6F background

This text has white color on #405F6F background.