COLOR #444552

HEX: #444552
RGB: (68,69,82)

Color info

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

RGB color model

#444552 color RGB value is (68,69,82).

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

RGB channels and saturation

R 68 of 255 = 27%
G 69 of 255 = 27%
B 82 of 255 = 32%

68
69
82

R + G + B ~ 29%. #444552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 69 + 82 = 219 (100%)
R 68 of 219 ~ 31.05%
G 69 of 219 ~ 31.51%
B 82 of 219 ~ 37.44%

%31.05
%31.51
%37.44

CMYK color model

#444552 color CMYK value is (17,16,0,68).

  • cyan value is 17.07%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,16,0,68)
C17M16Y0K68 
(17%,16%,0%,68%)
(0.17/0.16/0.00/0.68)	

CMYK percentages

%17.07
%15.85
%0
%67.84

Codes

Color #444552 in popluar color models

444552
RGB686982
HSL236°9.33%29.41%
HSB/HSV236°17.07%32.16%
CMYK17.07%15.85%0.00%
67.84%

Color #444552 in popluar number systems.

HEX444552
Decimal686982
Binary100010010001011010010
Octal104105122

Shades and tints

Shades of #444552

#444552
(68,69,82)
#3E3F4B
(62,63,75)
#383944
(56,57,68)
#32333D
(50,51,61)
#2C2D36
(44,45,54)
#26272F
(38,39,47)
#202128
(32,33,40)
#1A1B21
(26,27,33)
#14151A
(20,21,26)
#0E0F13
(14,15,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #444552

#444552
(68,69,82)
#555561
(85,85,97)
#666570
(102,101,112)
#77757F
(119,117,127)
#88858E
(136,133,142)
#99959D
(153,149,157)
#AAA5AC
(170,165,172)
#BBB5BB
(187,181,187)
#CCC5CA
(204,197,202)
#DDD5D9
(221,213,217)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444552; }

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

This text font color is #444552.


Background Color

.myBgColor { background-color: #444552; }

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

This div background color is #444552.


Border color

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

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

This div border color is #444552.


Opacity

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

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

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

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

This text has shadow with #444552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444552 on black background.


Color preview on white background

This text has color #444552 on white background.



Black color preview on #444552 background

This text has black color on #444552 background.


White color preview on #444552 background

This text has white color on #444552 background.