COLOR #464548

HEX: #464548
RGB: (70,69,72)

Color info

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

RGB color model

#464548 color RGB value is (70,69,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 72 of 255 = 28%

70
69
72

R + G + B ~ 27%. #464548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 72 = 211 (100%)
R 70 of 211 ~ 33.18%
G 69 of 211 ~ 32.7%
B 72 of 211 ~ 34.12%

%33.18
%32.7
%34.12

CMYK color model

#464548 color CMYK value is (3,4,0,72).

  • cyan value is 2.78%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,4,0,72)
C3M4Y0K72 
(3%,4%,0%,72%)
(0.03/0.04/0.00/0.72)	

CMYK percentages

%2.78
%4.17
%0
%71.76

Codes

Color #464548 in popluar color models

464548
RGB706972
HSL260°2.13%27.65%
HSB/HSV260°4.17%28.24%
CMYK2.78%4.17%0.00%
71.76%

Color #464548 in popluar number systems.

HEX464548
Decimal706972
Binary100011010001011001000
Octal106105110

Shades and tints

Shades of #464548

#464548
(70,69,72)
#403F42
(64,63,66)
#3A393C
(58,57,60)
#343336
(52,51,54)
#2E2D30
(46,45,48)
#28272A
(40,39,42)
#222124
(34,33,36)
#1C1B1E
(28,27,30)
#161518
(22,21,24)
#100F12
(16,15,18)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #464548

#464548
(70,69,72)
#565558
(86,85,88)
#666568
(102,101,104)
#767578
(118,117,120)
#868588
(134,133,136)
#969598
(150,149,152)
#A6A5A8
(166,165,168)
#B6B5B8
(182,181,184)
#C6C5C8
(198,197,200)
#D6D5D8
(214,213,216)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464548; }

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

This text font color is #464548.


Background Color

.myBgColor { background-color: #464548; }

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

This div background color is #464548.


Border color

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

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

This div border color is #464548.


Opacity

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

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

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

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

This text has shadow with #464548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464548 on black background.


Color preview on white background

This text has color #464548 on white background.



Black color preview on #464548 background

This text has black color on #464548 background.


White color preview on #464548 background

This text has white color on #464548 background.