COLOR #404C59

HEX: #404C59
RGB: (64,76,89)

Color info

#404C59 contains red, green and blue colors in about the same proportion. Web safe color of #404C59 is #333366 (or #336).

RGB color model

#404C59 color RGB value is (64,76,89).

  • red value is 64;
  • green value is 76;
  • blue value is 89.
RGB:
(64,76,89)
(25%,30%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 89 of 255 = 35%

64
76
89

R + G + B ~ 30%. #404C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 76 + 89 = 229 (100%)
R 64 of 229 ~ 27.95%
G 76 of 229 ~ 33.19%
B 89 of 229 ~ 38.86%

%27.95
%33.19
%38.86

CMYK color model

#404C59 color CMYK value is (28,15,0,65).

  • cyan value is 28.09%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(28,15,0,65)
C28M15Y0K65 
(28%,15%,0%,65%)
(0.28/0.15/0.00/0.65)	

CMYK percentages

%28.09
%14.61
%0
%65.1

Codes

Color #404C59 in popluar color models

404C59
RGB647689
HSL211°16.34%30.00%
HSB/HSV211°28.09%34.90%
CMYK28.09%14.61%0.00%
65.10%

Color #404C59 in popluar number systems.

HEX404C59
Decimal647689
Binary100000010011001011001
Octal100114131

Shades and tints

Shades of #404C59

#404C59
(64,76,89)
#3B4651
(59,70,81)
#364049
(54,64,73)
#313A41
(49,58,65)
#2C3439
(44,52,57)
#272E31
(39,46,49)
#222829
(34,40,41)
#1D2221
(29,34,33)
#181C19
(24,28,25)
#131611
(19,22,17)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #404C59

#404C59
(64,76,89)
#515C68
(81,92,104)
#626C77
(98,108,119)
#737C86
(115,124,134)
#848C95
(132,140,149)
#959CA4
(149,156,164)
#A6ACB3
(166,172,179)
#B7BCC2
(183,188,194)
#C8CCD1
(200,204,209)
#D9DCE0
(217,220,224)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404C59 color. Also use rgb(64,76,89) instead hex code.

Text Font Color

.myTextColor { color: #404C59; }

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

This text font color is #404C59.


Background Color

.myBgColor { background-color: #404C59; }

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

This div background color is #404C59.


Border color

.myBorderColor { border: 1px solid #404C59; }

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

This div border color is #404C59.


Opacity

.myOpacity80 { color: #404C59; opacity: 0.8; }

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

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

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

This text has shadow with #404C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404C59 on black background.


Color preview on white background

This text has color #404C59 on white background.



Black color preview on #404C59 background

This text has black color on #404C59 background.


White color preview on #404C59 background

This text has white color on #404C59 background.