COLOR #464649

HEX: #464649 RGB: (70,70,73)

Color info

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

RGB color model

#464649 color RGB value is (70,70,73).

RGB: (70,70,73) (27%, 27%, 29%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 73 of 255 = 29%

70
70
73

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

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 73 = 213 (100%)
R 70 of 213 ~ 32.86%
G 70 of 213 ~ 32.86%
B 73 of 213 ~ 34.27'%

%32.86
%32.86
%34.27

CMYK color model

#464649 color CMYK value is (4,4,0,71).

  • cyan value is 4.11%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (4,4,0,71)
C4M4Y0K71 (4%, 4%, 0%, 71%)
(0.04 / 0.04 / 0.00 / 0.71)

CMYK percentages

%4.11
%4.11
%0
%71.37

Codes

Color #464649 in popluar color models

46 46 49
RGB 70 70 73
HSL 240° 2.10% 28.04%
HSB/HSV 240° 4.11% 28.63%
CMYK 4.11% 4.11% 0.00%
71.37%

Color #464649 in popluar number systems.

HEX 46 46 49
Decimal 70 70 73
Binary 1000110 1000110 1001001
Octal 106 106 111

Shades and tints

Shades of #464649

#464649
(70,70,73)
#404043
(64,64,67)
#3A3A3D
(58,58,61)
#343437
(52,52,55)
#2E2E31
(46,46,49)
#28282B
(40,40,43)
#222225
(34,34,37)
#1C1C1F
(28,28,31)
#161619
(22,22,25)
#101013
(16,16,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #464649

#464649
(70,70,73)
#565659
(86,86,89)
#666669
(102,102,105)
#767679
(118,118,121)
#868689
(134,134,137)
#969699
(150,150,153)
#A6A6A9
(166,166,169)
#B6B6B9
(182,182,185)
#C6C6C9
(198,198,201)
#D6D6D9
(214,214,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464649; }

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

This text font color is #464649.

Background Color

.myBgColor { background-color: #464649; }

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

This div background color is #464649.

Border color

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

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

This div border color is #464649.

Opacity

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

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

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

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

This text has shadow with #464649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464649.

Preview

Color preview on black background

This text has color #464649 on black background.


Color preview on white background

This text has color #464649 on white background.


Black color preview on #464649 background

This text has black color on #464649 background.


White color preview on #464649 background

This text has white color on #464649 background.


Related colors

Complementary color

Complementary color for #hex is #B9B9B6.


I love getcolorcode.com