COLOR #404C4E

HEX: #404C4E RGB: (64,76,78)

Color info

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

RGB color model

#404C4E color RGB value is (64,76,78).

RGB: (64,76,78) (25%, 30%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 78 of 255 = 31%

64
76
78

R + G + B ~ 29%. #404C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 76 + 78 = 218 (100%)
R 64 of 218 ~ 29.36%
G 76 of 218 ~ 34.86%
B 78 of 218 ~ 35.78'%

%29.36
%34.86
%35.78

CMYK color model

#404C4E color CMYK value is (18,3,0,69).

  • cyan value is 17.95%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (18,3,0,69)
C18M3Y0K69 (18%, 3%, 0%, 69%)
(0.18 / 0.03 / 0.00 / 0.69)

CMYK percentages

%17.95
%2.56
%0
%69.41

Codes

Color #404C4E in popluar color models

40 4C 4E
RGB 64 76 78
HSL 189° 9.86% 27.84%
HSB/HSV 189° 17.95% 30.59%
CMYK 17.95% 2.56% 0.00%
69.41%

Color #404C4E in popluar number systems.

HEX 40 4C 4E
Decimal 64 76 78
Binary 1000000 1001100 1001110
Octal 100 114 116

Shades and tints

Shades of #404C4E

#404C4E
(64,76,78)
#3B4647
(59,70,71)
#364040
(54,64,64)
#313A39
(49,58,57)
#2C3432
(44,52,50)
#272E2B
(39,46,43)
#222824
(34,40,36)
#1D221D
(29,34,29)
#181C16
(24,28,22)
#13160F
(19,22,15)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #404C4E

#404C4E
(64,76,78)
#515C5E
(81,92,94)
#626C6E
(98,108,110)
#737C7E
(115,124,126)
#848C8E
(132,140,142)
#959C9E
(149,156,158)
#A6ACAE
(166,172,174)
#B7BCBE
(183,188,190)
#C8CCCE
(200,204,206)
#D9DCDE
(217,220,222)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404C4E; }

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

This text font color is #404C4E.

Background Color

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

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

This div background color is #404C4E.

Border color

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

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

This div border color is #404C4E.

Opacity

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

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

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

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

This text has shadow with #404C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404C4E.

Preview

Color preview on black background

This text has color #404C4E on black background.


Color preview on white background

This text has color #404C4E on white background.


Black color preview on #404C4E background

This text has black color on #404C4E background.


White color preview on #404C4E background

This text has white color on #404C4E background.


Related colors

Complementary color

Complementary color for #hex is #BFB3B1.


I love getcolorcode.com

Triadic colors

1 #4E404C and #4C4E40 with #404C4E are triadic colors.

2 #4E4C40 and #4C404E with #404C4E are triadic colors.