COLOR #444E5E

HEX: #444E5E
RGB: (68,78,94)

Color info

#444E5E contains red, green and blue colors in about the same proportion. Web safe color of #444E5E is #336666 (or #366).

RGB color model

#444E5E color RGB value is (68,78,94).

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

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 94 of 255 = 37%

68
78
94

R + G + B ~ 32%. #444E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 78 + 94 = 240 (100%)
R 68 of 240 ~ 28.33%
G 78 of 240 ~ 32.5%
B 94 of 240 ~ 39.17%

%28.33
%32.5
%39.17

CMYK color model

#444E5E color CMYK value is (28,17,0,63).

  • cyan value is 27.66%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(28,17,0,63)
C28M17Y0K63 
(28%,17%,0%,63%)
(0.28/0.17/0.00/0.63)	

CMYK percentages

%27.66
%17.02
%0
%63.14

Codes

Color #444E5E in popluar color models

444E5E
RGB687894
HSL217°16.05%31.76%
HSB/HSV217°27.66%36.86%
CMYK27.66%17.02%0.00%
63.14%

Color #444E5E in popluar number systems.

HEX444E5E
Decimal687894
Binary100010010011101011110
Octal104116136

Shades and tints

Shades of #444E5E

#444E5E
(68,78,94)
#3E4756
(62,71,86)
#38404E
(56,64,78)
#323946
(50,57,70)
#2C323E
(44,50,62)
#262B36
(38,43,54)
#20242E
(32,36,46)
#1A1D26
(26,29,38)
#14161E
(20,22,30)
#0E0F16
(14,15,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #444E5E

#444E5E
(68,78,94)
#555E6C
(85,94,108)
#666E7A
(102,110,122)
#777E88
(119,126,136)
#888E96
(136,142,150)
#999EA4
(153,158,164)
#AAAEB2
(170,174,178)
#BBBEC0
(187,190,192)
#CCCECE
(204,206,206)
#DDDEDC
(221,222,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444E5E color. Also use rgb(68,78,94) instead hex code.

Text Font Color

.myTextColor { color: #444E5E; }

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

This text font color is #444E5E.


Background Color

.myBgColor { background-color: #444E5E; }

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

This div background color is #444E5E.


Border color

.myBorderColor { border: 1px solid #444E5E; }

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

This div border color is #444E5E.


Opacity

.myOpacity80 { color: #444E5E; opacity: 0.8; }

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

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

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

This text has shadow with #444E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444E5E on black background.


Color preview on white background

This text has color #444E5E on white background.



Black color preview on #444E5E background

This text has black color on #444E5E background.


White color preview on #444E5E background

This text has white color on #444E5E background.