COLOR #444A51

HEX: #444A51
RGB: (68,74,81)

Color info

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

RGB color model

#444A51 color RGB value is (68,74,81).

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

RGB channels and saturation

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

68
74
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 74 + 81 = 223 (100%)
R 68 of 223 ~ 30.49%
G 74 of 223 ~ 33.18%
B 81 of 223 ~ 36.32%

%30.49
%33.18
%36.32

CMYK color model

#444A51 color CMYK value is (16,9,0,68).

  • cyan value is 16.05%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(16,9,0,68)
C16M9Y0K68 
(16%,9%,0%,68%)
(0.16/0.09/0.00/0.68)	

CMYK percentages

%16.05
%8.64
%0
%68.24

Codes

Color #444A51 in popluar color models

444A51
RGB687481
HSL212°8.72%29.22%
HSB/HSV212°16.05%31.76%
CMYK16.05%8.64%0.00%
68.24%

Color #444A51 in popluar number systems.

HEX444A51
Decimal687481
Binary100010010010101010001
Octal104112121

Shades and tints

Shades of #444A51

#444A51
(68,74,81)
#3E444A
(62,68,74)
#383E43
(56,62,67)
#32383C
(50,56,60)
#2C3235
(44,50,53)
#262C2E
(38,44,46)
#202627
(32,38,39)
#1A2020
(26,32,32)
#141A19
(20,26,25)
#0E1412
(14,20,18)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #444A51

#444A51
(68,74,81)
#555A60
(85,90,96)
#666A6F
(102,106,111)
#777A7E
(119,122,126)
#888A8D
(136,138,141)
#999A9C
(153,154,156)
#AAAAAB
(170,170,171)
#BBBABA
(187,186,186)
#CCCAC9
(204,202,201)
#DDDAD8
(221,218,216)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444A51; }

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

This text font color is #444A51.


Background Color

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

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

This div background color is #444A51.


Border color

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

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

This div border color is #444A51.


Opacity

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

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

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

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

This text has shadow with #444A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444A51 on black background.


Color preview on white background

This text has color #444A51 on white background.



Black color preview on #444A51 background

This text has black color on #444A51 background.


White color preview on #444A51 background

This text has white color on #444A51 background.