COLOR #464048

HEX: #464048
RGB: (70,64,72)

Color info

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

RGB color model

#464048 color RGB value is (70,64,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 72 of 255 = 28%

70
64
72

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

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 72 = 206 (100%)
R 70 of 206 ~ 33.98%
G 64 of 206 ~ 31.07%
B 72 of 206 ~ 34.95%

%33.98
%31.07
%34.95

CMYK color model

#464048 color CMYK value is (3,11,0,72).

  • cyan value is 2.78%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,11,0,72)
C3M11Y0K72 
(3%,11%,0%,72%)
(0.03/0.11/0.00/0.72)	

CMYK percentages

%2.78
%11.11
%0
%71.76

Codes

Color #464048 in popluar color models

464048
RGB706472
HSL285°5.88%26.67%
HSB/HSV285°11.11%28.24%
CMYK2.78%11.11%0.00%
71.76%

Color #464048 in popluar number systems.

HEX464048
Decimal706472
Binary100011010000001001000
Octal106100110

Shades and tints

Shades of #464048

#464048
(70,64,72)
#403B42
(64,59,66)
#3A363C
(58,54,60)
#343136
(52,49,54)
#2E2C30
(46,44,48)
#28272A
(40,39,42)
#222224
(34,34,36)
#1C1D1E
(28,29,30)
#161818
(22,24,24)
#101312
(16,19,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #464048

#464048
(70,64,72)
#565158
(86,81,88)
#666268
(102,98,104)
#767378
(118,115,120)
#868488
(134,132,136)
#969598
(150,149,152)
#A6A6A8
(166,166,168)
#B6B7B8
(182,183,184)
#C6C8C8
(198,200,200)
#D6D9D8
(214,217,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464048; }

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

This text font color is #464048.


Background Color

.myBgColor { background-color: #464048; }

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

This div background color is #464048.


Border color

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

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

This div border color is #464048.


Opacity

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

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

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

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

This text has shadow with #464048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464048 on black background.


Color preview on white background

This text has color #464048 on white background.



Black color preview on #464048 background

This text has black color on #464048 background.


White color preview on #464048 background

This text has white color on #464048 background.