COLOR #464042

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

Color info

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

RGB color model

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

RGB: (70,64,66) (27%, 25%, 26%)

RGB channels and saturation

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

70
64
66

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

Portions of RGB colors in percentages

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

%35
%32
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 5.71%
  • key color value is 72.55%

CMYK: (0,9,6,73)
C0M9Y6K73 (0%, 9%, 6%, 73%)
(0.00 / 0.09 / 0.06 / 0.73)

CMYK percentages

%0
%8.57
%5.71
%72.55

Codes

Color #464042 in popluar color models

46 40 42
RGB 70 64 66
HSL 340° 4.48% 26.27%
HSB/HSV 340° 8.57% 27.45%
CMYK 0.00% 8.57% 5.71%
72.55%

Color #464042 in popluar number systems.

HEX 46 40 42
Decimal 70 64 66
Binary 1000110 1000000 1000010
Octal 106 100 102

Shades and tints

Shades of #464042

#464042
(70,64,66)
#403B3C
(64,59,60)
#3A3636
(58,54,54)
#343130
(52,49,48)
#2E2C2A
(46,44,42)
#282724
(40,39,36)
#22221E
(34,34,30)
#1C1D18
(28,29,24)
#161812
(22,24,18)
#10130C
(16,19,12)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #464042

#464042
(70,64,66)
#565153
(86,81,83)
#666264
(102,98,100)
#767375
(118,115,117)
#868486
(134,132,134)
#969597
(150,149,151)
#A6A6A8
(166,166,168)
#B6B7B9
(182,183,185)
#C6C8CA
(198,200,202)
#D6D9DB
(214,217,219)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464042; }

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

This text font color is #464042.

Background Color

.myBgColor { background-color: #464042; }

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

This div background color is #464042.

Border color

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

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

This div border color is #464042.

Opacity

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

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

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

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

This text has shadow with #464042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464042.

Preview

Color preview on black background

This text has color #464042 on black background.


Color preview on white background

This text has color #464042 on white background.


Black color preview on #464042 background

This text has black color on #464042 background.


White color preview on #464042 background

This text has white color on #464042 background.


Related colors

Complementary color

Complementary color for #hex is #B9BFBD.


I love getcolorcode.com

Triadic colors

1 #424640 and #404246 with #464042 are triadic colors.

2 #424046 and #404642 with #464042 are triadic colors.