COLOR #464240

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
66
64

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

Portions of RGB colors in percentages

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

%35
%33
%32

CMYK color model

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

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

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

CMYK percentages

%0
%5.71
%8.57
%72.55

Codes

Color #464240 in popluar color models

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

Color #464240 in popluar number systems.

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

Shades and tints

Shades of #464240

#464240
(70,66,64)
#403C3B
(64,60,59)
#3A3636
(58,54,54)
#343031
(52,48,49)
#2E2A2C
(46,42,44)
#282427
(40,36,39)
#221E22
(34,30,34)
#1C181D
(28,24,29)
#161218
(22,18,24)
#100C13
(16,12,19)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #464240

#464240
(70,66,64)
#565351
(86,83,81)
#666462
(102,100,98)
#767573
(118,117,115)
#868684
(134,134,132)
#969795
(150,151,149)
#A6A8A6
(166,168,166)
#B6B9B7
(182,185,183)
#C6CAC8
(198,202,200)
#D6DBD9
(214,219,217)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464240; }

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

This text font color is #464240.

Background Color

.myBgColor { background-color: #464240; }

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

This div background color is #464240.

Border color

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

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

This div border color is #464240.

Opacity

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

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

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

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

This text has shadow with #464240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464240.

Preview

Color preview on black background

This text has color #464240 on black background.


Color preview on white background

This text has color #464240 on white background.


Black color preview on #464240 background

This text has black color on #464240 background.


White color preview on #464240 background

This text has white color on #464240 background.


Related colors

Complementary color

Complementary color for #hex is #B9BDBF.


I love getcolorcode.com

Triadic colors

1 #404642 and #424046 with #464240 are triadic colors.

2 #404246 and #424640 with #464240 are triadic colors.