COLOR #444548

HEX: #444548 RGB: (68,69,72)

Color info

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

RGB color model

#444548 color RGB value is (68,69,72).

RGB: (68,69,72) (27%, 27%, 28%)

RGB channels and saturation

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

68
69
72

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

Portions of RGB colors in percentages

R + G + B = 68 + 69 + 72 = 209 (100%)
R 68 of 209 ~ 32.54%
G 69 of 209 ~ 33.01%
B 72 of 209 ~ 34.45'%

%32.54
%33.01
%34.45

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (6,4,0,72)
C6M4Y0K72 (6%, 4%, 0%, 72%)
(0.06 / 0.04 / 0.00 / 0.72)

CMYK percentages

%5.56
%4.17
%0
%71.76

Codes

Color #444548 in popluar color models

44 45 48
RGB 68 69 72
HSL 225° 2.86% 27.45%
HSB/HSV 225° 5.56% 28.24%
CMYK 5.56% 4.17% 0.00%
71.76%

Color #444548 in popluar number systems.

HEX 44 45 48
Decimal 68 69 72
Binary 1000100 1000101 1001000
Octal 104 105 110

Shades and tints

Shades of #444548

#444548
(68,69,72)
#3E3F42
(62,63,66)
#38393C
(56,57,60)
#323336
(50,51,54)
#2C2D30
(44,45,48)
#26272A
(38,39,42)
#202124
(32,33,36)
#1A1B1E
(26,27,30)
#141518
(20,21,24)
#0E0F12
(14,15,18)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #444548

#444548
(68,69,72)
#555558
(85,85,88)
#666568
(102,101,104)
#777578
(119,117,120)
#888588
(136,133,136)
#999598
(153,149,152)
#AAA5A8
(170,165,168)
#BBB5B8
(187,181,184)
#CCC5C8
(204,197,200)
#DDD5D8
(221,213,216)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444548; }

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

This text font color is #444548.

Background Color

.myBgColor { background-color: #444548; }

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

This div background color is #444548.

Border color

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

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

This div border color is #444548.

Opacity

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

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

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

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

This text has shadow with #444548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444548.

Preview

Color preview on black background

This text has color #444548 on black background.


Color preview on white background

This text has color #444548 on white background.


Black color preview on #444548 background

This text has black color on #444548 background.


White color preview on #444548 background

This text has white color on #444548 background.


Related colors

Complementary color

Complementary color for #hex is #BBBAB7.


I love getcolorcode.com

Triadic colors

1 #484445 and #454844 with #444548 are triadic colors.

2 #484544 and #454448 with #444548 are triadic colors.