COLOR #444A52

HEX: #444A52
RGB: (68,74,82)

Color info

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

RGB color model

#444A52 color RGB value is (68,74,82).

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

RGB channels and saturation

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

68
74
82

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

Portions of RGB colors in percentages

R + G + B =
68 + 74 + 82 = 224 (100%)
R 68 of 224 ~ 30.36%
G 74 of 224 ~ 33.04%
B 82 of 224 ~ 36.61%

%30.36
%33.04
%36.61

CMYK color model

#444A52 color CMYK value is (17,10,0,68).

  • cyan value is 17.07%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,10,0,68)
C17M10Y0K68 
(17%,10%,0%,68%)
(0.17/0.10/0.00/0.68)	

CMYK percentages

%17.07
%9.76
%0
%67.84

Codes

Color #444A52 in popluar color models

444A52
RGB687482
HSL214°9.33%29.41%
HSB/HSV214°17.07%32.16%
CMYK17.07%9.76%0.00%
67.84%

Color #444A52 in popluar number systems.

HEX444A52
Decimal687482
Binary100010010010101010010
Octal104112122

Shades and tints

Shades of #444A52

#444A52
(68,74,82)
#3E444B
(62,68,75)
#383E44
(56,62,68)
#32383D
(50,56,61)
#2C3236
(44,50,54)
#262C2F
(38,44,47)
#202628
(32,38,40)
#1A2021
(26,32,33)
#141A1A
(20,26,26)
#0E1413
(14,20,19)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #444A52

#444A52
(68,74,82)
#555A61
(85,90,97)
#666A70
(102,106,112)
#777A7F
(119,122,127)
#888A8E
(136,138,142)
#999A9D
(153,154,157)
#AAAAAC
(170,170,172)
#BBBABB
(187,186,187)
#CCCACA
(204,202,202)
#DDDAD9
(221,218,217)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444A52; }

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

This text font color is #444A52.


Background Color

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

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

This div background color is #444A52.


Border color

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

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

This div border color is #444A52.


Opacity

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

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

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

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

This text has shadow with #444A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444A52 on black background.


Color preview on white background

This text has color #444A52 on white background.



Black color preview on #444A52 background

This text has black color on #444A52 background.


White color preview on #444A52 background

This text has white color on #444A52 background.