COLOR #464B48

HEX: #464B48
RGB: (70,75,72)

Color info

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

RGB color model

#464B48 color RGB value is (70,75,72).

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

RGB channels and saturation

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

70
75
72

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

Portions of RGB colors in percentages

R + G + B =
70 + 75 + 72 = 217 (100%)
R 70 of 217 ~ 32.26%
G 75 of 217 ~ 34.56%
B 72 of 217 ~ 33.18%

%32.26
%34.56
%33.18

CMYK color model

#464B48 color CMYK value is (7,0,4,71).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(7,0,4,71)
C7M0Y4K71 
(7%,0%,4%,71%)
(0.07/0.00/0.04/0.71)	

CMYK percentages

%6.67
%0
%4
%70.59

Codes

Color #464B48 in popluar color models

464B48
RGB707572
HSL144°3.45%28.43%
HSB/HSV144°6.67%29.41%
CMYK6.67%0.00%4.00%
70.59%

Color #464B48 in popluar number systems.

HEX464B48
Decimal707572
Binary100011010010111001000
Octal106113110

Shades and tints

Shades of #464B48

#464B48
(70,75,72)
#404542
(64,69,66)
#3A3F3C
(58,63,60)
#343936
(52,57,54)
#2E3330
(46,51,48)
#282D2A
(40,45,42)
#222724
(34,39,36)
#1C211E
(28,33,30)
#161B18
(22,27,24)
#101512
(16,21,18)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #464B48

#464B48
(70,75,72)
#565B58
(86,91,88)
#666B68
(102,107,104)
#767B78
(118,123,120)
#868B88
(134,139,136)
#969B98
(150,155,152)
#A6ABA8
(166,171,168)
#B6BBB8
(182,187,184)
#C6CBC8
(198,203,200)
#D6DBD8
(214,219,216)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464B48; }

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

This text font color is #464B48.


Background Color

.myBgColor { background-color: #464B48; }

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

This div background color is #464B48.


Border color

.myBorderColor { border: 1px solid #464B48; }

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

This div border color is #464B48.


Opacity

.myOpacity80 { color: #464B48; opacity: 0.8; }

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

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

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

This text has shadow with #464B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B48 on black background.


Color preview on white background

This text has color #464B48 on white background.



Black color preview on #464B48 background

This text has black color on #464B48 background.


White color preview on #464B48 background

This text has white color on #464B48 background.