COLOR #444452

HEX: #444452 RGB: (68,68,82)

Color info

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

RGB color model

#444452 color RGB value is (68,68,82).

RGB: (68,68,82) (27%, 27%, 32%)

RGB channels and saturation

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

68
68
82

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

Portions of RGB colors in percentages

R + G + B = 68 + 68 + 82 = 218 (100%)
R 68 of 218 ~ 31.19%
G 68 of 218 ~ 31.19%
B 82 of 218 ~ 37.61'%

%31.19
%31.19
%37.61

CMYK color model

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

  • cyan value is 17.07%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (17,17,0,68)
C17M17Y0K68 (17%, 17%, 0%, 68%)
(0.17 / 0.17 / 0.00 / 0.68)

CMYK percentages

%17.07
%17.07
%0
%67.84

Codes

Color #444452 in popluar color models

44 44 52
RGB 68 68 82
HSL 240° 9.33% 29.41%
HSB/HSV 240° 17.07% 32.16%
CMYK 17.07% 17.07% 0.00%
67.84%

Color #444452 in popluar number systems.

HEX 44 44 52
Decimal 68 68 82
Binary 1000100 1000100 1010010
Octal 104 104 122

Shades and tints

Shades of #444452

#444452
(68,68,82)
#3E3E4B
(62,62,75)
#383844
(56,56,68)
#32323D
(50,50,61)
#2C2C36
(44,44,54)
#26262F
(38,38,47)
#202028
(32,32,40)
#1A1A21
(26,26,33)
#14141A
(20,20,26)
#0E0E13
(14,14,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #444452

#444452
(68,68,82)
#555561
(85,85,97)
#666670
(102,102,112)
#77777F
(119,119,127)
#88888E
(136,136,142)
#99999D
(153,153,157)
#AAAAAC
(170,170,172)
#BBBBBB
(187,187,187)
#CCCCCA
(204,204,202)
#DDDDD9
(221,221,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444452; }

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

This text font color is #444452.

Background Color

.myBgColor { background-color: #444452; }

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

This div background color is #444452.

Border color

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

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

This div border color is #444452.

Opacity

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

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

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

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

This text has shadow with #444452 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444452.

Preview

Color preview on black background

This text has color #444452 on black background.


Color preview on white background

This text has color #444452 on white background.


Black color preview on #444452 background

This text has black color on #444452 background.


White color preview on #444452 background

This text has white color on #444452 background.


Related colors

Complementary color

Complementary color for #hex is #BBBBAD.


I love getcolorcode.com