COLOR #44424E

HEX: #44424E
RGB: (68,66,78)

Color info

#44424E contains red, green and blue colors in about the same proportion. Web safe color of #44424E is #333366 (or #336).

RGB color model

#44424E color RGB value is (68,66,78).

  • red value is 68;
  • green value is 66;
  • blue value is 78.
RGB:
(68,66,78)
(27%,26%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 66 of 255 = 26%
B 78 of 255 = 31%

68
66
78

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

Portions of RGB colors in percentages

R + G + B =
68 + 66 + 78 = 212 (100%)
R 68 of 212 ~ 32.08%
G 66 of 212 ~ 31.13%
B 78 of 212 ~ 36.79%

%32.08
%31.13
%36.79

CMYK color model

#44424E color CMYK value is (13,15,0,69).

  • cyan value is 12.82%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(13,15,0,69)
C13M15Y0K69 
(13%,15%,0%,69%)
(0.13/0.15/0.00/0.69)	

CMYK percentages

%12.82
%15.38
%0
%69.41

Codes

Color #44424E in popluar color models

44424E
RGB686678
HSL250°8.33%28.24%
HSB/HSV250°15.38%30.59%
CMYK12.82%15.38%0.00%
69.41%

Color #44424E in popluar number systems.

HEX44424E
Decimal686678
Binary100010010000101001110
Octal104102116

Shades and tints

Shades of #44424E

#44424E
(68,66,78)
#3E3C47
(62,60,71)
#383640
(56,54,64)
#323039
(50,48,57)
#2C2A32
(44,42,50)
#26242B
(38,36,43)
#201E24
(32,30,36)
#1A181D
(26,24,29)
#141216
(20,18,22)
#0E0C0F
(14,12,15)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #44424E

#44424E
(68,66,78)
#55535E
(85,83,94)
#66646E
(102,100,110)
#77757E
(119,117,126)
#88868E
(136,134,142)
#99979E
(153,151,158)
#AAA8AE
(170,168,174)
#BBB9BE
(187,185,190)
#CCCACE
(204,202,206)
#DDDBDE
(221,219,222)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44424E color. Also use rgb(68,66,78) instead hex code.

Text Font Color

.myTextColor { color: #44424E; }

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

This text font color is #44424E.


Background Color

.myBgColor { background-color: #44424E; }

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

This div background color is #44424E.


Border color

.myBorderColor { border: 1px solid #44424E; }

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

This div border color is #44424E.


Opacity

.myOpacity80 { color: #44424E; opacity: 0.8; }

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

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

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

This text has shadow with #44424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44424E on black background.


Color preview on white background

This text has color #44424E on white background.



Black color preview on #44424E background

This text has black color on #44424E background.


White color preview on #44424E background

This text has white color on #44424E background.