COLOR #404848

HEX: #404848
RGB: (64,72,72)

Color info

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

RGB color model

#404848 color RGB value is (64,72,72).

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

RGB channels and saturation

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

64
72
72

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

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 72 = 208 (100%)
R 64 of 208 ~ 30.77%
G 72 of 208 ~ 34.62%
B 72 of 208 ~ 34.62%

%30.77
%34.62
%34.62

CMYK color model

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

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

CMYK percentages

%11.11
%0
%0
%71.76

Codes

Color #404848 in popluar color models

404848
RGB647272
HSL180°5.88%26.67%
HSB/HSV180°11.11%28.24%
CMYK11.11%0.00%0.00%
71.76%

Color #404848 in popluar number systems.

HEX404848
Decimal647272
Binary100000010010001001000
Octal100110110

Shades and tints

Shades of #404848

#404848
(64,72,72)
#3B4242
(59,66,66)
#363C3C
(54,60,60)
#313636
(49,54,54)
#2C3030
(44,48,48)
#272A2A
(39,42,42)
#222424
(34,36,36)
#1D1E1E
(29,30,30)
#181818
(24,24,24)
#131212
(19,18,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #404848

#404848
(64,72,72)
#515858
(81,88,88)
#626868
(98,104,104)
#737878
(115,120,120)
#848888
(132,136,136)
#959898
(149,152,152)
#A6A8A8
(166,168,168)
#B7B8B8
(183,184,184)
#C8C8C8
(200,200,200)
#D9D8D8
(217,216,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404848; }

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

This text font color is #404848.


Background Color

.myBgColor { background-color: #404848; }

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

This div background color is #404848.


Border color

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

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

This div border color is #404848.


Opacity

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

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

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

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

This text has shadow with #404848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404848 on black background.


Color preview on white background

This text has color #404848 on white background.



Black color preview on #404848 background

This text has black color on #404848 background.


White color preview on #404848 background

This text has white color on #404848 background.