COLOR #404C52

HEX: #404C52 RGB: (64,76,82)

Color info

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

RGB color model

#404C52 color RGB value is (64,76,82).

RGB: (64,76,82) (25%, 30%, 32%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 82 of 255 = 32%

64
76
82

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

Portions of RGB colors in percentages

R + G + B = 64 + 76 + 82 = 222 (100%)
R 64 of 222 ~ 28.83%
G 76 of 222 ~ 34.23%
B 82 of 222 ~ 36.94'%

%28.83
%34.23
%36.94

CMYK color model

#404C52 color CMYK value is (22,7,0,68).

  • cyan value is 21.95%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (22,7,0,68)
C22M7Y0K68 (22%, 7%, 0%, 68%)
(0.22 / 0.07 / 0.00 / 0.68)

CMYK percentages

%21.95
%7.32
%0
%67.84

Codes

Color #404C52 in popluar color models

40 4C 52
RGB 64 76 82
HSL 200° 12.33% 28.63%
HSB/HSV 200° 21.95% 32.16%
CMYK 21.95% 7.32% 0.00%
67.84%

Color #404C52 in popluar number systems.

HEX 40 4C 52
Decimal 64 76 82
Binary 1000000 1001100 1010010
Octal 100 114 122

Shades and tints

Shades of #404C52

#404C52
(64,76,82)
#3B464B
(59,70,75)
#364044
(54,64,68)
#313A3D
(49,58,61)
#2C3436
(44,52,54)
#272E2F
(39,46,47)
#222828
(34,40,40)
#1D2221
(29,34,33)
#181C1A
(24,28,26)
#131613
(19,22,19)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #404C52

#404C52
(64,76,82)
#515C61
(81,92,97)
#626C70
(98,108,112)
#737C7F
(115,124,127)
#848C8E
(132,140,142)
#959C9D
(149,156,157)
#A6ACAC
(166,172,172)
#B7BCBB
(183,188,187)
#C8CCCA
(200,204,202)
#D9DCD9
(217,220,217)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404C52; }

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

This text font color is #404C52.

Background Color

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

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

This div background color is #404C52.

Border color

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

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

This div border color is #404C52.

Opacity

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

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

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

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

This text has shadow with #404C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404C52.

Preview

Color preview on black background

This text has color #404C52 on black background.


Color preview on white background

This text has color #404C52 on white background.


Black color preview on #404C52 background

This text has black color on #404C52 background.


White color preview on #404C52 background

This text has white color on #404C52 background.


Related colors

Complementary color

Complementary color for #hex is #BFB3AD.


I love getcolorcode.com

Triadic colors

1 #52404C and #4C5240 with #404C52 are triadic colors.

2 #524C40 and #4C4052 with #404C52 are triadic colors.