COLOR #444C59

HEX: #444C59
RGB: (68,76,89)

Color info

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

RGB color model

#444C59 color RGB value is (68,76,89).

  • red value is 68;
  • green value is 76;
  • blue value is 89.
RGB:
(68,76,89)
(27%,30%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 89 of 255 = 35%

68
76
89

R + G + B ~ 31%. #444C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 76 + 89 = 233 (100%)
R 68 of 233 ~ 29.18%
G 76 of 233 ~ 32.62%
B 89 of 233 ~ 38.2%

%29.18
%32.62
%38.2

CMYK color model

#444C59 color CMYK value is (24,15,0,65).

  • cyan value is 23.60%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(24,15,0,65)
C24M15Y0K65 
(24%,15%,0%,65%)
(0.24/0.15/0.00/0.65)	

CMYK percentages

%23.6
%14.61
%0
%65.1

Codes

Color #444C59 in popluar color models

444C59
RGB687689
HSL217°13.38%30.78%
HSB/HSV217°23.60%34.90%
CMYK23.60%14.61%0.00%
65.10%

Color #444C59 in popluar number systems.

HEX444C59
Decimal687689
Binary100010010011001011001
Octal104114131

Shades and tints

Shades of #444C59

#444C59
(68,76,89)
#3E4651
(62,70,81)
#384049
(56,64,73)
#323A41
(50,58,65)
#2C3439
(44,52,57)
#262E31
(38,46,49)
#202829
(32,40,41)
#1A2221
(26,34,33)
#141C19
(20,28,25)
#0E1611
(14,22,17)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #444C59

#444C59
(68,76,89)
#555C68
(85,92,104)
#666C77
(102,108,119)
#777C86
(119,124,134)
#888C95
(136,140,149)
#999CA4
(153,156,164)
#AAACB3
(170,172,179)
#BBBCC2
(187,188,194)
#CCCCD1
(204,204,209)
#DDDCE0
(221,220,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444C59 color. Also use rgb(68,76,89) instead hex code.

Text Font Color

.myTextColor { color: #444C59; }

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

This text font color is #444C59.


Background Color

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

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

This div background color is #444C59.


Border color

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

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

This div border color is #444C59.


Opacity

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

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

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

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

This text has shadow with #444C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444C59 on black background.


Color preview on white background

This text has color #444C59 on white background.



Black color preview on #444C59 background

This text has black color on #444C59 background.


White color preview on #444C59 background

This text has white color on #444C59 background.