COLOR #444E4A

HEX: #444E4A RGB: (68,78,74)

Color info

#444E4A contains red, green and blue colors in about the same proportion. Web safe color of #444E4A is #336633 (or #363).

RGB color model

#444E4A color RGB value is (68,78,74).

RGB: (68,78,74) (27%, 31%, 29%)

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 74 of 255 = 29%

68
78
74

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

Portions of RGB colors in percentages

R + G + B = 68 + 78 + 74 = 220 (100%)
R 68 of 220 ~ 30.91%
G 78 of 220 ~ 35.45%
B 74 of 220 ~ 33.64'%

%30.91
%35.45
%33.64

CMYK color model

#444E4A color CMYK value is (13,0,5,69).

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

CMYK: (13,0,5,69)
C13M0Y5K69 (13%, 0%, 5%, 69%)
(0.13 / 0.00 / 0.05 / 0.69)

CMYK percentages

%12.82
%0
%5.13
%69.41

Codes

Color #444E4A in popluar color models

44 4E 4A
RGB 68 78 74
HSL 156° 6.85% 28.63%
HSB/HSV 156° 12.82% 30.59%
CMYK 12.82% 0.00% 5.13%
69.41%

Color #444E4A in popluar number systems.

HEX 44 4E 4A
Decimal 68 78 74
Binary 1000100 1001110 1001010
Octal 104 116 112

Shades and tints

Shades of #444E4A

#444E4A
(68,78,74)
#3E4744
(62,71,68)
#38403E
(56,64,62)
#323938
(50,57,56)
#2C3232
(44,50,50)
#262B2C
(38,43,44)
#202426
(32,36,38)
#1A1D20
(26,29,32)
#14161A
(20,22,26)
#0E0F14
(14,15,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #444E4A

#444E4A
(68,78,74)
#555E5A
(85,94,90)
#666E6A
(102,110,106)
#777E7A
(119,126,122)
#888E8A
(136,142,138)
#999E9A
(153,158,154)
#AAAEAA
(170,174,170)
#BBBEBA
(187,190,186)
#CCCECA
(204,206,202)
#DDDEDA
(221,222,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444E4A; }

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

This text font color is #444E4A.

Background Color

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

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

This div background color is #444E4A.

Border color

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

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

This div border color is #444E4A.

Opacity

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

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

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

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

This text has shadow with #444E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444E4A.

Preview

Color preview on black background

This text has color #444E4A on black background.


Color preview on white background

This text has color #444E4A on white background.


Black color preview on #444E4A background

This text has black color on #444E4A background.


White color preview on #444E4A background

This text has white color on #444E4A background.


Related colors

Complementary color

Complementary color for #hex is #BBB1B5.


I love getcolorcode.com

Triadic colors

1 #4A444E and #4E4A44 with #444E4A are triadic colors.

2 #4A4E44 and #4E444A with #444E4A are triadic colors.