COLOR #404642

HEX: #404642
RGB: (64,70,66)

Color info

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

RGB color model

#404642 color RGB value is (64,70,66).

  • red value is 64;
  • green value is 70;
  • blue value is 66.
RGB:
(64,70,66)
(25%,27%,26%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 66 of 255 = 26%

64
70
66

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

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 66 = 200 (100%)
R 64 of 200 ~ 32%
G 70 of 200 ~ 35%
B 66 of 200 ~ 33%

%32
%35
%33

CMYK color model

#404642 color CMYK value is (9,0,6,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(9,0,6,73)
C9M0Y6K73 
(9%,0%,6%,73%)
(0.09/0.00/0.06/0.73)	

CMYK percentages

%8.57
%0
%5.71
%72.55

Codes

Color #404642 in popluar color models

404642
RGB647066
HSL140°4.48%26.27%
HSB/HSV140°8.57%27.45%
CMYK8.57%0.00%5.71%
72.55%

Color #404642 in popluar number systems.

HEX404642
Decimal647066
Binary100000010001101000010
Octal100106102

Shades and tints

Shades of #404642

#404642
(64,70,66)
#3B403C
(59,64,60)
#363A36
(54,58,54)
#313430
(49,52,48)
#2C2E2A
(44,46,42)
#272824
(39,40,36)
#22221E
(34,34,30)
#1D1C18
(29,28,24)
#181612
(24,22,18)
#13100C
(19,16,12)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #404642

#404642
(64,70,66)
#515653
(81,86,83)
#626664
(98,102,100)
#737675
(115,118,117)
#848686
(132,134,134)
#959697
(149,150,151)
#A6A6A8
(166,166,168)
#B7B6B9
(183,182,185)
#C8C6CA
(200,198,202)
#D9D6DB
(217,214,219)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404642; }

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

This text font color is #404642.


Background Color

.myBgColor { background-color: #404642; }

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

This div background color is #404642.


Border color

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

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

This div border color is #404642.


Opacity

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

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

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

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

This text has shadow with #404642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404642 on black background.


Color preview on white background

This text has color #404642 on white background.



Black color preview on #404642 background

This text has black color on #404642 background.


White color preview on #404642 background

This text has white color on #404642 background.