COLOR #444648

HEX: #444648
RGB: (68,70,72)

Color info

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

RGB color model

#444648 color RGB value is (68,70,72).

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

RGB channels and saturation

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

68
70
72

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

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 72 = 210 (100%)
R 68 of 210 ~ 32.38%
G 70 of 210 ~ 33.33%
B 72 of 210 ~ 34.29%

%32.38
%33.33
%34.29

CMYK color model

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

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

CMYK percentages

%5.56
%2.78
%0
%71.76

Codes

Color #444648 in popluar color models

444648
RGB687072
HSL210°2.86%27.45%
HSB/HSV210°5.56%28.24%
CMYK5.56%2.78%0.00%
71.76%

Color #444648 in popluar number systems.

HEX444648
Decimal687072
Binary100010010001101001000
Octal104106110

Shades and tints

Shades of #444648

#444648
(68,70,72)
#3E4042
(62,64,66)
#383A3C
(56,58,60)
#323436
(50,52,54)
#2C2E30
(44,46,48)
#26282A
(38,40,42)
#202224
(32,34,36)
#1A1C1E
(26,28,30)
#141618
(20,22,24)
#0E1012
(14,16,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #444648

#444648
(68,70,72)
#555658
(85,86,88)
#666668
(102,102,104)
#777678
(119,118,120)
#888688
(136,134,136)
#999698
(153,150,152)
#AAA6A8
(170,166,168)
#BBB6B8
(187,182,184)
#CCC6C8
(204,198,200)
#DDD6D8
(221,214,216)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444648; }

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

This text font color is #444648.


Background Color

.myBgColor { background-color: #444648; }

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

This div background color is #444648.


Border color

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

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

This div border color is #444648.


Opacity

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

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

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

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

This text has shadow with #444648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444648 on black background.


Color preview on white background

This text has color #444648 on white background.



Black color preview on #444648 background

This text has black color on #444648 background.


White color preview on #444648 background

This text has white color on #444648 background.