COLOR #464F42

HEX: #464F42 RGB: (70,79,66)

Color info

#464F42 contains red, green and blue colors in about the same proportion. Web safe color of #464F42 is #336633 (or #363).

RGB color model

#464F42 color RGB value is (70,79,66).

RGB: (70,79,66) (27%, 31%, 26%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 66 of 255 = 26%

70
79
66

R + G + B ~ 28%. #464F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 79 + 66 = 215 (100%)
R 70 of 215 ~ 32.56%
G 79 of 215 ~ 36.74%
B 66 of 215 ~ 30.7'%

%32.56
%36.74
%30.7

CMYK color model

#464F42 color CMYK value is (11,0,16,69).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 69.02%

CMYK: (11,0,16,69)
C11M0Y16K69 (11%, 0%, 16%, 69%)
(0.11 / 0.00 / 0.16 / 0.69)

CMYK percentages

%11.39
%0
%16.46
%69.02

Codes

Color #464F42 in popluar color models

46 4F 42
RGB 70 79 66
HSL 102° 8.97% 28.43%
HSB/HSV 102° 16.46% 30.98%
CMYK 11.39% 0.00% 16.46%
69.02%

Color #464F42 in popluar number systems.

HEX 46 4F 42
Decimal 70 79 66
Binary 1000110 1001111 1000010
Octal 106 117 102

Shades and tints

Shades of #464F42

#464F42
(70,79,66)
#40483C
(64,72,60)
#3A4136
(58,65,54)
#343A30
(52,58,48)
#2E332A
(46,51,42)
#282C24
(40,44,36)
#22251E
(34,37,30)
#1C1E18
(28,30,24)
#161712
(22,23,18)
#10100C
(16,16,12)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #464F42

#464F42
(70,79,66)
#565F53
(86,95,83)
#666F64
(102,111,100)
#767F75
(118,127,117)
#868F86
(134,143,134)
#969F97
(150,159,151)
#A6AFA8
(166,175,168)
#B6BFB9
(182,191,185)
#C6CFCA
(198,207,202)
#D6DFDB
(214,223,219)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F42; }

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

This text font color is #464F42.

Background Color

.myBgColor { background-color: #464F42; }

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

This div background color is #464F42.

Border color

.myBorderColor { border: 1px solid #464F42; }

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

This div border color is #464F42.

Opacity

.myOpacity80 { color: #464F42; opacity: 0.8; }

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

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

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

This text has shadow with #464F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464F42.

Preview

Color preview on black background

This text has color #464F42 on black background.


Color preview on white background

This text has color #464F42 on white background.


Black color preview on #464F42 background

This text has black color on #464F42 background.


White color preview on #464F42 background

This text has white color on #464F42 background.


Related colors

Complementary color

Complementary color for #hex is #B9B0BD.


I love getcolorcode.com

Triadic colors

1 #42464F and #4F4246 with #464F42 are triadic colors.

2 #424F46 and #4F4642 with #464F42 are triadic colors.