COLOR #464040

HEX: #464040 RGB: (70,64,64)

Color info

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

RGB color model

#464040 color RGB value is (70,64,64).

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

RGB channels and saturation

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

70
64
64

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

Portions of RGB colors in percentages

R + G + B = 70 + 64 + 64 = 198 (100%)
R 70 of 198 ~ 35.35%
G 64 of 198 ~ 32.32%
B 64 of 198 ~ 32.32'%

%35.35
%32.32
%32.32

CMYK color model

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

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

CMYK: (0,9,9,73)
C0M9Y9K73 (0%, 9%, 9%, 73%)
(0.00 / 0.09 / 0.09 / 0.73)

CMYK percentages

%0
%8.57
%8.57
%72.55

Codes

Color #464040 in popluar color models

46 40 40
RGB 70 64 64
HSL 4.48% 26.27%
HSB/HSV 8.57% 27.45%
CMYK 0.00% 8.57% 8.57%
72.55%

Color #464040 in popluar number systems.

HEX 46 40 40
Decimal 70 64 64
Binary 1000110 1000000 1000000
Octal 106 100 100

Shades and tints

Shades of #464040

#464040
(70,64,64)
#403B3B
(64,59,59)
#3A3636
(58,54,54)
#343131
(52,49,49)
#2E2C2C
(46,44,44)
#282727
(40,39,39)
#222222
(34,34,34)
#1C1D1D
(28,29,29)
#161818
(22,24,24)
#101313
(16,19,19)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #464040

#464040
(70,64,64)
#565151
(86,81,81)
#666262
(102,98,98)
#767373
(118,115,115)
#868484
(134,132,132)
#969595
(150,149,149)
#A6A6A6
(166,166,166)
#B6B7B7
(182,183,183)
#C6C8C8
(198,200,200)
#D6D9D9
(214,217,217)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464040; }

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

This text font color is #464040.

Background Color

.myBgColor { background-color: #464040; }

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

This div background color is #464040.

Border color

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

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

This div border color is #464040.

Opacity

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

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

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

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

This text has shadow with #464040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464040.

Preview

Color preview on black background

This text has color #464040 on black background.


Color preview on white background

This text has color #464040 on white background.


Black color preview on #464040 background

This text has black color on #464040 background.


White color preview on #464040 background

This text has white color on #464040 background.


Related colors

Complementary color

Complementary color for #hex is #B9BFBF.


I love getcolorcode.com