COLOR #444E52

HEX: #444E52
RGB: (68,78,82)

Color info

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

RGB color model

#444E52 color RGB value is (68,78,82).

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

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 82 of 255 = 32%

68
78
82

R + G + B ~ 30%. #444E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 78 + 82 = 228 (100%)
R 68 of 228 ~ 29.82%
G 78 of 228 ~ 34.21%
B 82 of 228 ~ 35.96%

%29.82
%34.21
%35.96

CMYK color model

#444E52 color CMYK value is (17,5,0,68).

  • cyan value is 17.07%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,5,0,68)
C17M5Y0K68 
(17%,5%,0%,68%)
(0.17/0.05/0.00/0.68)	

CMYK percentages

%17.07
%4.88
%0
%67.84

Codes

Color #444E52 in popluar color models

444E52
RGB687882
HSL197°9.33%29.41%
HSB/HSV197°17.07%32.16%
CMYK17.07%4.88%0.00%
67.84%

Color #444E52 in popluar number systems.

HEX444E52
Decimal687882
Binary100010010011101010010
Octal104116122

Shades and tints

Shades of #444E52

#444E52
(68,78,82)
#3E474B
(62,71,75)
#384044
(56,64,68)
#32393D
(50,57,61)
#2C3236
(44,50,54)
#262B2F
(38,43,47)
#202428
(32,36,40)
#1A1D21
(26,29,33)
#14161A
(20,22,26)
#0E0F13
(14,15,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #444E52

#444E52
(68,78,82)
#555E61
(85,94,97)
#666E70
(102,110,112)
#777E7F
(119,126,127)
#888E8E
(136,142,142)
#999E9D
(153,158,157)
#AAAEAC
(170,174,172)
#BBBEBB
(187,190,187)
#CCCECA
(204,206,202)
#DDDED9
(221,222,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444E52; }

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

This text font color is #444E52.


Background Color

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

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

This div background color is #444E52.


Border color

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

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

This div border color is #444E52.


Opacity

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

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

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

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

This text has shadow with #444E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444E52 on black background.


Color preview on white background

This text has color #444E52 on white background.



Black color preview on #444E52 background

This text has black color on #444E52 background.


White color preview on #444E52 background

This text has white color on #444E52 background.