COLOR #404641

HEX: #404641 RGB: (64,70,65)

Color info

#404641 contains red, green and blue colors in about the same proportion. Web safe color of #404641 is #333333 (or #333).

RGB color model

#404641 color RGB value is (64,70,65).

RGB: (64,70,65) (25%, 27%, 25%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 65 of 255 = 25%

64
70
65

R + G + B ~ 26%. #404641 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 70 + 65 = 199 (100%)
R 64 of 199 ~ 32.16%
G 70 of 199 ~ 35.18%
B 65 of 199 ~ 32.66'%

%32.16
%35.18
%32.66

CMYK color model

#404641 color CMYK value is (9,0,7,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK: (9,0,7,73) C9M0Y7K73 (9%,0%,7%,73%) (0.09/0.00/0.07/0.73) 

CMYK percentages

%8.57
%0
%7.14
%72.55

Codes

Color #404641 in popluar color models

40 46 41
RGB 64 70 65
HSL 130° 4.48% 26.27%
HSB/HSV 130° 8.57% 27.45%
CMYK 8.57% 0.00% 7.14%
72.55%

Color #404641 in popluar number systems.

HEX 40 46 41
Decimal 64 70 65
Binary 1000000 1000110 1000001
Octal 100 106 101

Shades and tints

Shades of #404641

#404641
(64,70,65)
#3B403C
(59,64,60)
#363A37
(54,58,55)
#313432
(49,52,50)
#2C2E2D
(44,46,45)
#272828
(39,40,40)
#222223
(34,34,35)
#1D1C1E
(29,28,30)
#181619
(24,22,25)
#131014
(19,16,20)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #404641

#404641
(64,70,65)
#515652
(81,86,82)
#626663
(98,102,99)
#737674
(115,118,116)
#848685
(132,134,133)
#959696
(149,150,150)
#A6A6A7
(166,166,167)
#B7B6B8
(183,182,184)
#C8C6C9
(200,198,201)
#D9D6DA
(217,214,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404641; }

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

This text font color is #404641.

Background Color

.myBgColor { background-color: #404641; }

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

This div background color is #404641.

Border color

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

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

This div border color is #404641.

Opacity

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

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

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

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

This text has shadow with #404641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404641.

Preview

Color preview on black background

This text has color #404641 on black background.


Color preview on white background

This text has color #404641 on white background.


Black color preview on #404641 background

This text has black color on #404641 background.


White color preview on #404641 background

This text has white color on #404641 background.


Related colors

Complementary color

Complementary color for #hex is #BFB9BE.


I love getcolorcode.com

Triadic colors

1 #414046 and #464140 with #404641 are triadic colors.

2 #414640 and #464041 with #404641 are triadic colors.