COLOR #464248

HEX: #464248
RGB: (70,66,72)

Color info

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

RGB color model

#464248 color RGB value is (70,66,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 72 of 255 = 28%

70
66
72

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

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 72 = 208 (100%)
R 70 of 208 ~ 33.65%
G 66 of 208 ~ 31.73%
B 72 of 208 ~ 34.62%

%33.65
%31.73
%34.62

CMYK color model

#464248 color CMYK value is (3,8,0,72).

  • cyan value is 2.78%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,8,0,72)
C3M8Y0K72 
(3%,8%,0%,72%)
(0.03/0.08/0.00/0.72)	

CMYK percentages

%2.78
%8.33
%0
%71.76

Codes

Color #464248 in popluar color models

464248
RGB706672
HSL280°4.35%27.06%
HSB/HSV280°8.33%28.24%
CMYK2.78%8.33%0.00%
71.76%

Color #464248 in popluar number systems.

HEX464248
Decimal706672
Binary100011010000101001000
Octal106102110

Shades and tints

Shades of #464248

#464248
(70,66,72)
#403C42
(64,60,66)
#3A363C
(58,54,60)
#343036
(52,48,54)
#2E2A30
(46,42,48)
#28242A
(40,36,42)
#221E24
(34,30,36)
#1C181E
(28,24,30)
#161218
(22,18,24)
#100C12
(16,12,18)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #464248

#464248
(70,66,72)
#565358
(86,83,88)
#666468
(102,100,104)
#767578
(118,117,120)
#868688
(134,134,136)
#969798
(150,151,152)
#A6A8A8
(166,168,168)
#B6B9B8
(182,185,184)
#C6CAC8
(198,202,200)
#D6DBD8
(214,219,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464248; }

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

This text font color is #464248.


Background Color

.myBgColor { background-color: #464248; }

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

This div background color is #464248.


Border color

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

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

This div border color is #464248.


Opacity

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

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

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

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

This text has shadow with #464248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464248 on black background.


Color preview on white background

This text has color #464248 on white background.



Black color preview on #464248 background

This text has black color on #464248 background.


White color preview on #464248 background

This text has white color on #464248 background.