COLOR #464849

HEX: #464849
RGB: (70,72,73)

Color info

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

RGB color model

#464849 color RGB value is (70,72,73).

  • red value is 70;
  • green value is 72;
  • blue value is 73.
RGB:
(70,72,73)
(27%,28%,29%)

RGB channels and saturation

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

70
72
73

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

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 73 = 215 (100%)
R 70 of 215 ~ 32.56%
G 72 of 215 ~ 33.49%
B 73 of 215 ~ 33.95%

%32.56
%33.49
%33.95

CMYK color model

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

  • cyan value is 4.11%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(4,1,0,71)
C4M1Y0K71 
(4%,1%,0%,71%)
(0.04/0.01/0.00/0.71)	

CMYK percentages

%4.11
%1.37
%0
%71.37

Codes

Color #464849 in popluar color models

464849
RGB707273
HSL200°2.10%28.04%
HSB/HSV200°4.11%28.63%
CMYK4.11%1.37%0.00%
71.37%

Color #464849 in popluar number systems.

HEX464849
Decimal707273
Binary100011010010001001001
Octal106110111

Shades and tints

Shades of #464849

#464849
(70,72,73)
#404243
(64,66,67)
#3A3C3D
(58,60,61)
#343637
(52,54,55)
#2E3031
(46,48,49)
#282A2B
(40,42,43)
#222425
(34,36,37)
#1C1E1F
(28,30,31)
#161819
(22,24,25)
#101213
(16,18,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #464849

#464849
(70,72,73)
#565859
(86,88,89)
#666869
(102,104,105)
#767879
(118,120,121)
#868889
(134,136,137)
#969899
(150,152,153)
#A6A8A9
(166,168,169)
#B6B8B9
(182,184,185)
#C6C8C9
(198,200,201)
#D6D8D9
(214,216,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464849; }

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

This text font color is #464849.


Background Color

.myBgColor { background-color: #464849; }

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

This div background color is #464849.


Border color

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

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

This div border color is #464849.


Opacity

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

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

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

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

This text has shadow with #464849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464849 on black background.


Color preview on white background

This text has color #464849 on white background.



Black color preview on #464849 background

This text has black color on #464849 background.


White color preview on #464849 background

This text has white color on #464849 background.