COLOR #404A42

HEX: #404A42
RGB: (64,74,66)

Color info

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

RGB color model

#404A42 color RGB value is (64,74,66).

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

RGB channels and saturation

R 64 of 255 = 25%
G 74 of 255 = 29%
B 66 of 255 = 26%

64
74
66

R + G + B ~ 27%. #404A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 74 + 66 = 204 (100%)
R 64 of 204 ~ 31.37%
G 74 of 204 ~ 36.27%
B 66 of 204 ~ 32.35%

%31.37
%36.27
%32.35

CMYK color model

#404A42 color CMYK value is (14,0,11,71).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 70.98%
CMYK:
(14,0,11,71)
C14M0Y11K71 
(14%,0%,11%,71%)
(0.14/0.00/0.11/0.71)	

CMYK percentages

%13.51
%0
%10.81
%70.98

Codes

Color #404A42 in popluar color models

404A42
RGB647466
HSL132°7.25%27.06%
HSB/HSV132°13.51%29.02%
CMYK13.51%0.00%10.81%
70.98%

Color #404A42 in popluar number systems.

HEX404A42
Decimal647466
Binary100000010010101000010
Octal100112102

Shades and tints

Shades of #404A42

#404A42
(64,74,66)
#3B443C
(59,68,60)
#363E36
(54,62,54)
#313830
(49,56,48)
#2C322A
(44,50,42)
#272C24
(39,44,36)
#22261E
(34,38,30)
#1D2018
(29,32,24)
#181A12
(24,26,18)
#13140C
(19,20,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #404A42

#404A42
(64,74,66)
#515A53
(81,90,83)
#626A64
(98,106,100)
#737A75
(115,122,117)
#848A86
(132,138,134)
#959A97
(149,154,151)
#A6AAA8
(166,170,168)
#B7BAB9
(183,186,185)
#C8CACA
(200,202,202)
#D9DADB
(217,218,219)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404A42; }

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

This text font color is #404A42.


Background Color

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

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

This div background color is #404A42.


Border color

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

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

This div border color is #404A42.


Opacity

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

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

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

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

This text has shadow with #404A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404A42 on black background.


Color preview on white background

This text has color #404A42 on white background.



Black color preview on #404A42 background

This text has black color on #404A42 background.


White color preview on #404A42 background

This text has white color on #404A42 background.