COLOR #405C5A

HEX: #405C5A
RGB: (64,92,90)

Color info

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

RGB color model

#405C5A color RGB value is (64,92,90).

  • red value is 64;
  • green value is 92;
  • blue value is 90.
RGB:
(64,92,90)
(25%,36%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 92 of 255 = 36%
B 90 of 255 = 35%

64
92
90

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

Portions of RGB colors in percentages

R + G + B =
64 + 92 + 90 = 246 (100%)
R 64 of 246 ~ 26.02%
G 92 of 246 ~ 37.4%
B 90 of 246 ~ 36.59%

%26.02
%37.4
%36.59

CMYK color model

#405C5A color CMYK value is (30,0,2,64).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(30,0,2,64)
C30M0Y2K64 
(30%,0%,2%,64%)
(0.30/0.00/0.02/0.64)	

CMYK percentages

%30.43
%0
%2.17
%63.92

Codes

Color #405C5A in popluar color models

405C5A
RGB649290
HSL176°17.95%30.59%
HSB/HSV176°30.43%36.08%
CMYK30.43%0.00%2.17%
63.92%

Color #405C5A in popluar number systems.

HEX405C5A
Decimal649290
Binary100000010111001011010
Octal100134132

Shades and tints

Shades of #405C5A

#405C5A
(64,92,90)
#3B5452
(59,84,82)
#364C4A
(54,76,74)
#314442
(49,68,66)
#2C3C3A
(44,60,58)
#273432
(39,52,50)
#222C2A
(34,44,42)
#1D2422
(29,36,34)
#181C1A
(24,28,26)
#131412
(19,20,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #405C5A

#405C5A
(64,92,90)
#516A69
(81,106,105)
#627878
(98,120,120)
#738687
(115,134,135)
#849496
(132,148,150)
#95A2A5
(149,162,165)
#A6B0B4
(166,176,180)
#B7BEC3
(183,190,195)
#C8CCD2
(200,204,210)
#D9DAE1
(217,218,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405C5A color. Also use rgb(64,92,90) instead hex code.

Text Font Color

.myTextColor { color: #405C5A; }

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

This text font color is #405C5A.


Background Color

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

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

This div background color is #405C5A.


Border color

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

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

This div border color is #405C5A.


Opacity

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

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

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

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

This text has shadow with #405C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405C5A on black background.


Color preview on white background

This text has color #405C5A on white background.



Black color preview on #405C5A background

This text has black color on #405C5A background.


White color preview on #405C5A background

This text has white color on #405C5A background.