COLOR #404352

HEX: #404352 RGB: (64,67,82)

Color info

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

RGB color model

#404352 color RGB value is (64,67,82).

RGB: (64,67,82) (25%, 26%, 32%)

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 82 of 255 = 32%

64
67
82

R + G + B ~ 28%. #404352 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 67 + 82 = 213 (100%)
R 64 of 213 ~ 30.05%
G 67 of 213 ~ 31.46%
B 82 of 213 ~ 38.5'%

%30.05
%31.46
%38.5

CMYK color model

#404352 color CMYK value is (22,18,0,68).

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

CMYK: (22,18,0,68)
C22M18Y0K68 (22%, 18%, 0%, 68%)
(0.22 / 0.18 / 0.00 / 0.68)

CMYK percentages

%21.95
%18.29
%0
%67.84

Codes

Color #404352 in popluar color models

40 43 52
RGB 64 67 82
HSL 230° 12.33% 28.63%
HSB/HSV 230° 21.95% 32.16%
CMYK 21.95% 18.29% 0.00%
67.84%

Color #404352 in popluar number systems.

HEX 40 43 52
Decimal 64 67 82
Binary 1000000 1000011 1010010
Octal 100 103 122

Shades and tints

Shades of #404352

#404352
(64,67,82)
#3B3D4B
(59,61,75)
#363744
(54,55,68)
#31313D
(49,49,61)
#2C2B36
(44,43,54)
#27252F
(39,37,47)
#221F28
(34,31,40)
#1D1921
(29,25,33)
#18131A
(24,19,26)
#130D13
(19,13,19)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #404352

#404352
(64,67,82)
#515461
(81,84,97)
#626570
(98,101,112)
#73767F
(115,118,127)
#84878E
(132,135,142)
#95989D
(149,152,157)
#A6A9AC
(166,169,172)
#B7BABB
(183,186,187)
#C8CBCA
(200,203,202)
#D9DCD9
(217,220,217)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404352; }

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

This text font color is #404352.

Background Color

.myBgColor { background-color: #404352; }

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

This div background color is #404352.

Border color

.myBorderColor { border: 1px solid #404352; }

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

This div border color is #404352.

Opacity

.myOpacity80 { color: #404352; opacity: 0.8; }

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

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

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

This text has shadow with #404352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404352.

Preview

Color preview on black background

This text has color #404352 on black background.


Color preview on white background

This text has color #404352 on white background.


Black color preview on #404352 background

This text has black color on #404352 background.


White color preview on #404352 background

This text has white color on #404352 background.


Related colors

Complementary color

Complementary color for #hex is #BFBCAD.


I love getcolorcode.com

Triadic colors

1 #524043 and #435240 with #404352 are triadic colors.

2 #524340 and #434052 with #404352 are triadic colors.