COLOR #405E5B

HEX: #405E5B
RGB: (64,94,91)

Color info

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

RGB color model

#405E5B color RGB value is (64,94,91).

  • red value is 64;
  • green value is 94;
  • blue value is 91.
RGB:
(64,94,91)
(25%,37%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 94 of 255 = 37%
B 91 of 255 = 36%

64
94
91

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

Portions of RGB colors in percentages

R + G + B =
64 + 94 + 91 = 249 (100%)
R 64 of 249 ~ 25.7%
G 94 of 249 ~ 37.75%
B 91 of 249 ~ 36.55%

%25.7
%37.75
%36.55

CMYK color model

#405E5B color CMYK value is (32,0,3,63).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(32,0,3,63)
C32M0Y3K63 
(32%,0%,3%,63%)
(0.32/0.00/0.03/0.63)	

CMYK percentages

%31.91
%0
%3.19
%63.14

Codes

Color #405E5B in popluar color models

405E5B
RGB649491
HSL174°18.99%30.98%
HSB/HSV174°31.91%36.86%
CMYK31.91%0.00%3.19%
63.14%

Color #405E5B in popluar number systems.

HEX405E5B
Decimal649491
Binary100000010111101011011
Octal100136133

Shades and tints

Shades of #405E5B

#405E5B
(64,94,91)
#3B5653
(59,86,83)
#364E4B
(54,78,75)
#314643
(49,70,67)
#2C3E3B
(44,62,59)
#273633
(39,54,51)
#222E2B
(34,46,43)
#1D2623
(29,38,35)
#181E1B
(24,30,27)
#131613
(19,22,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #405E5B

#405E5B
(64,94,91)
#516C69
(81,108,105)
#627A77
(98,122,119)
#738885
(115,136,133)
#849693
(132,150,147)
#95A4A1
(149,164,161)
#A6B2AF
(166,178,175)
#B7C0BD
(183,192,189)
#C8CECB
(200,206,203)
#D9DCD9
(217,220,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405E5B color. Also use rgb(64,94,91) instead hex code.

Text Font Color

.myTextColor { color: #405E5B; }

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

This text font color is #405E5B.


Background Color

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

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

This div background color is #405E5B.


Border color

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

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

This div border color is #405E5B.


Opacity

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

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

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

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

This text has shadow with #405E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405E5B on black background.


Color preview on white background

This text has color #405E5B on white background.



Black color preview on #405E5B background

This text has black color on #405E5B background.


White color preview on #405E5B background

This text has white color on #405E5B background.