COLOR #44484D

HEX: #44484D RGB: (68,72,77)

Color info

#44484D contains red, green and blue colors in about the same proportion. Web safe color of #44484D is #333333 (or #333).

RGB color model

#44484D color RGB value is (68,72,77).

RGB: (68,72,77) (27%, 28%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 77 of 255 = 30%

68
72
77

R + G + B ~ 28%. #44484D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 72 + 77 = 217 (100%)
R 68 of 217 ~ 31.34%
G 72 of 217 ~ 33.18%
B 77 of 217 ~ 35.48'%

%31.34
%33.18
%35.48

CMYK color model

#44484D color CMYK value is (12,6,0,70).

  • cyan value is 11.69%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (12,6,0,70)
C12M6Y0K70 (12%, 6%, 0%, 70%)
(0.12 / 0.06 / 0.00 / 0.70)

CMYK percentages

%11.69
%6.49
%0
%69.8

Codes

Color #44484D in popluar color models

44 48 4D
RGB 68 72 77
HSL 213° 6.21% 28.43%
HSB/HSV 213° 11.69% 30.20%
CMYK 11.69% 6.49% 0.00%
69.80%

Color #44484D in popluar number systems.

HEX 44 48 4D
Decimal 68 72 77
Binary 1000100 1001000 1001101
Octal 104 110 115

Shades and tints

Shades of #44484D

#44484D
(68,72,77)
#3E4246
(62,66,70)
#383C3F
(56,60,63)
#323638
(50,54,56)
#2C3031
(44,48,49)
#262A2A
(38,42,42)
#202423
(32,36,35)
#1A1E1C
(26,30,28)
#141815
(20,24,21)
#0E120E
(14,18,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #44484D

#44484D
(68,72,77)
#55585D
(85,88,93)
#66686D
(102,104,109)
#77787D
(119,120,125)
#88888D
(136,136,141)
#99989D
(153,152,157)
#AAA8AD
(170,168,173)
#BBB8BD
(187,184,189)
#CCC8CD
(204,200,205)
#DDD8DD
(221,216,221)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44484D color. Also use rgb(68,72,77) instead hex code.

Text Font Color

.myTextColor { color: #44484D; }

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

This text font color is #44484D.

Background Color

.myBgColor { background-color: #44484D; }

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

This div background color is #44484D.

Border color

.myBorderColor { border: 1px solid #44484D; }

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

This div border color is #44484D.

Opacity

.myOpacity80 { color: #44484D; opacity: 0.8; }

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

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

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

This text has shadow with #44484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44484D.

Preview

Color preview on black background

This text has color #44484D on black background.


Color preview on white background

This text has color #44484D on white background.


Black color preview on #44484D background

This text has black color on #44484D background.


White color preview on #44484D background

This text has white color on #44484D background.


Related colors

Complementary color

Complementary color for #hex is #BBB7B2.


I love getcolorcode.com

Triadic colors

1 #4D4448 and #484D44 with #44484D are triadic colors.

2 #4D4844 and #48444D with #44484D are triadic colors.