COLOR #444C4E

HEX: #444C4E RGB: (68,76,78)

Color info

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

RGB color model

#444C4E color RGB value is (68,76,78).

RGB: (68,76,78) (27%, 30%, 31%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 78 of 255 = 31%

68
76
78

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

Portions of RGB colors in percentages

R + G + B = 68 + 76 + 78 = 222 (100%)
R 68 of 222 ~ 30.63%
G 76 of 222 ~ 34.23%
B 78 of 222 ~ 35.14'%

%30.63
%34.23
%35.14

CMYK color model

#444C4E color CMYK value is (13,3,0,69).

  • cyan value is 12.82%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (13,3,0,69)
C13M3Y0K69 (13%, 3%, 0%, 69%)
(0.13 / 0.03 / 0.00 / 0.69)

CMYK percentages

%12.82
%2.56
%0
%69.41

Codes

Color #444C4E in popluar color models

44 4C 4E
RGB 68 76 78
HSL 192° 6.85% 28.63%
HSB/HSV 192° 12.82% 30.59%
CMYK 12.82% 2.56% 0.00%
69.41%

Color #444C4E in popluar number systems.

HEX 44 4C 4E
Decimal 68 76 78
Binary 1000100 1001100 1001110
Octal 104 114 116

Shades and tints

Shades of #444C4E

#444C4E
(68,76,78)
#3E4647
(62,70,71)
#384040
(56,64,64)
#323A39
(50,58,57)
#2C3432
(44,52,50)
#262E2B
(38,46,43)
#202824
(32,40,36)
#1A221D
(26,34,29)
#141C16
(20,28,22)
#0E160F
(14,22,15)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #444C4E

#444C4E
(68,76,78)
#555C5E
(85,92,94)
#666C6E
(102,108,110)
#777C7E
(119,124,126)
#888C8E
(136,140,142)
#999C9E
(153,156,158)
#AAACAE
(170,172,174)
#BBBCBE
(187,188,190)
#CCCCCE
(204,204,206)
#DDDCDE
(221,220,222)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444C4E; }

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

This text font color is #444C4E.

Background Color

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

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

This div background color is #444C4E.

Border color

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

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

This div border color is #444C4E.

Opacity

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

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

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

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

This text has shadow with #444C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444C4E.

Preview

Color preview on black background

This text has color #444C4E on black background.


Color preview on white background

This text has color #444C4E on white background.


Black color preview on #444C4E background

This text has black color on #444C4E background.


White color preview on #444C4E background

This text has white color on #444C4E background.


Related colors

Complementary color

Complementary color for #hex is #BBB3B1.


I love getcolorcode.com

Triadic colors

1 #4E444C and #4C4E44 with #444C4E are triadic colors.

2 #4E4C44 and #4C444E with #444C4E are triadic colors.