COLOR #444848

HEX: #444848
RGB: (68,72,72)

Color info

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

RGB color model

#444848 color RGB value is (68,72,72).

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

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 72 of 255 = 28%

68
72
72

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

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 72 = 212 (100%)
R 68 of 212 ~ 32.08%
G 72 of 212 ~ 33.96%
B 72 of 212 ~ 33.96%

%32.08
%33.96
%33.96

CMYK color model

#444848 color CMYK value is (6,0,0,72).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(6,0,0,72)
C6M0Y0K72 
(6%,0%,0%,72%)
(0.06/0.00/0.00/0.72)	

CMYK percentages

%5.56
%0
%0
%71.76

Codes

Color #444848 in popluar color models

444848
RGB687272
HSL180°2.86%27.45%
HSB/HSV180°5.56%28.24%
CMYK5.56%0.00%0.00%
71.76%

Color #444848 in popluar number systems.

HEX444848
Decimal687272
Binary100010010010001001000
Octal104110110

Shades and tints

Shades of #444848

#444848
(68,72,72)
#3E4242
(62,66,66)
#383C3C
(56,60,60)
#323636
(50,54,54)
#2C3030
(44,48,48)
#262A2A
(38,42,42)
#202424
(32,36,36)
#1A1E1E
(26,30,30)
#141818
(20,24,24)
#0E1212
(14,18,18)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #444848

#444848
(68,72,72)
#555858
(85,88,88)
#666868
(102,104,104)
#777878
(119,120,120)
#888888
(136,136,136)
#999898
(153,152,152)
#AAA8A8
(170,168,168)
#BBB8B8
(187,184,184)
#CCC8C8
(204,200,200)
#DDD8D8
(221,216,216)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444848; }

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

This text font color is #444848.


Background Color

.myBgColor { background-color: #444848; }

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

This div background color is #444848.


Border color

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

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

This div border color is #444848.


Opacity

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

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

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

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

This text has shadow with #444848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444848 on black background.


Color preview on white background

This text has color #444848 on white background.



Black color preview on #444848 background

This text has black color on #444848 background.


White color preview on #444848 background

This text has white color on #444848 background.