COLOR #404161

HEX: #404161 RGB: (64,65,97)

Color info

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

RGB color model

#404161 color RGB value is (64,65,97).

RGB: (64,65,97) (25%, 25%, 38%)

RGB channels and saturation

R 64 of 255 = 25%
G 65 of 255 = 25%
B 97 of 255 = 38%

64
65
97

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

Portions of RGB colors in percentages

R + G + B = 64 + 65 + 97 = 226 (100%)
R 64 of 226 ~ 28.32%
G 65 of 226 ~ 28.76%
B 97 of 226 ~ 42.92'%

%28.32
%28.76
%42.92

CMYK color model

#404161 color CMYK value is (34,33,0,62).

  • cyan value is 34.02%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (34,33,0,62)
C34M33Y0K62 (34%, 33%, 0%, 62%)
(0.34 / 0.33 / 0.00 / 0.62)

CMYK percentages

%34.02
%32.99
%0
%61.96

Codes

Color #404161 in popluar color models

40 41 61
RGB 64 65 97
HSL 238° 20.50% 31.57%
HSB/HSV 238° 34.02% 38.04%
CMYK 34.02% 32.99% 0.00%
61.96%

Color #404161 in popluar number systems.

HEX 40 41 61
Decimal 64 65 97
Binary 1000000 1000001 1100001
Octal 100 101 141

Shades and tints

Shades of #404161

#404161
(64,65,97)
#3B3C59
(59,60,89)
#363751
(54,55,81)
#313249
(49,50,73)
#2C2D41
(44,45,65)
#272839
(39,40,57)
#222331
(34,35,49)
#1D1E29
(29,30,41)
#181921
(24,25,33)
#131419
(19,20,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #404161

#404161
(64,65,97)
#51526F
(81,82,111)
#62637D
(98,99,125)
#73748B
(115,116,139)
#848599
(132,133,153)
#9596A7
(149,150,167)
#A6A7B5
(166,167,181)
#B7B8C3
(183,184,195)
#C8C9D1
(200,201,209)
#D9DADF
(217,218,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404161 color. Also use rgb(64,65,97) instead hex code.

Text Font Color

.myTextColor { color: #404161; }

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

This text font color is #404161.

Background Color

.myBgColor { background-color: #404161; }

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

This div background color is #404161.

Border color

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

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

This div border color is #404161.

Opacity

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

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

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

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

This text has shadow with #404161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404161.

Preview

Color preview on black background

This text has color #404161 on black background.


Color preview on white background

This text has color #404161 on white background.


Black color preview on #404161 background

This text has black color on #404161 background.


White color preview on #404161 background

This text has white color on #404161 background.


Related colors

Complementary color

Complementary color for #hex is #BFBE9E.


I love getcolorcode.com

Triadic colors

1 #614041 and #416140 with #404161 are triadic colors.

2 #614140 and #414061 with #404161 are triadic colors.