COLOR #444651

HEX: #444651
RGB: (68,70,81)

Color info

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

RGB color model

#444651 color RGB value is (68,70,81).

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

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 81 of 255 = 32%

68
70
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 81 = 219 (100%)
R 68 of 219 ~ 31.05%
G 70 of 219 ~ 31.96%
B 81 of 219 ~ 36.99%

%31.05
%31.96
%36.99

CMYK color model

#444651 color CMYK value is (16,14,0,68).

  • cyan value is 16.05%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(16,14,0,68)
C16M14Y0K68 
(16%,14%,0%,68%)
(0.16/0.14/0.00/0.68)	

CMYK percentages

%16.05
%13.58
%0
%68.24

Codes

Color #444651 in popluar color models

444651
RGB687081
HSL231°8.72%29.22%
HSB/HSV231°16.05%31.76%
CMYK16.05%13.58%0.00%
68.24%

Color #444651 in popluar number systems.

HEX444651
Decimal687081
Binary100010010001101010001
Octal104106121

Shades and tints

Shades of #444651

#444651
(68,70,81)
#3E404A
(62,64,74)
#383A43
(56,58,67)
#32343C
(50,52,60)
#2C2E35
(44,46,53)
#26282E
(38,40,46)
#202227
(32,34,39)
#1A1C20
(26,28,32)
#141619
(20,22,25)
#0E1012
(14,16,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #444651

#444651
(68,70,81)
#555660
(85,86,96)
#66666F
(102,102,111)
#77767E
(119,118,126)
#88868D
(136,134,141)
#99969C
(153,150,156)
#AAA6AB
(170,166,171)
#BBB6BA
(187,182,186)
#CCC6C9
(204,198,201)
#DDD6D8
(221,214,216)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444651; }

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

This text font color is #444651.


Background Color

.myBgColor { background-color: #444651; }

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

This div background color is #444651.


Border color

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

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

This div border color is #444651.


Opacity

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

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

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

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

This text has shadow with #444651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444651 on black background.


Color preview on white background

This text has color #444651 on white background.



Black color preview on #444651 background

This text has black color on #444651 background.


White color preview on #444651 background

This text has white color on #444651 background.