COLOR #44585F

HEX: #44585F RGB: (68,88,95)

Color info

#44585F contains red, green and blue colors in about the same proportion. Web safe color of #44585F is #336666 (or #366).

RGB color model

#44585F color RGB value is (68,88,95).

RGB: (68,88,95) (27%, 35%, 37%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 95 of 255 = 37%

68
88
95

R + G + B ~ 33%. #44585F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 88 + 95 = 251 (100%)
R 68 of 251 ~ 27.09%
G 88 of 251 ~ 35.06%
B 95 of 251 ~ 37.85'%

%27.09
%35.06
%37.85

CMYK color model

#44585F color CMYK value is (28,7,0,63).

  • cyan value is 28.42%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (28,7,0,63)
C28M7Y0K63 (28%, 7%, 0%, 63%)
(0.28 / 0.07 / 0.00 / 0.63)

CMYK percentages

%28.42
%7.37
%0
%62.75

Codes

Color #44585F in popluar color models

44 58 5F
RGB 68 88 95
HSL 196° 16.56% 31.96%
HSB/HSV 196° 28.42% 37.25%
CMYK 28.42% 7.37% 0.00%
62.75%

Color #44585F in popluar number systems.

HEX 44 58 5F
Decimal 68 88 95
Binary 1000100 1011000 1011111
Octal 104 130 137

Shades and tints

Shades of #44585F

#44585F
(68,88,95)
#3E5057
(62,80,87)
#38484F
(56,72,79)
#324047
(50,64,71)
#2C383F
(44,56,63)
#263037
(38,48,55)
#20282F
(32,40,47)
#1A2027
(26,32,39)
#14181F
(20,24,31)
#0E1017
(14,16,23)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #44585F

#44585F
(68,88,95)
#55676D
(85,103,109)
#66767B
(102,118,123)
#778589
(119,133,137)
#889497
(136,148,151)
#99A3A5
(153,163,165)
#AAB2B3
(170,178,179)
#BBC1C1
(187,193,193)
#CCD0CF
(204,208,207)
#DDDFDD
(221,223,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44585F color. Also use rgb(68,88,95) instead hex code.

Text Font Color

.myTextColor { color: #44585F; }

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

This text font color is #44585F.

Background Color

.myBgColor { background-color: #44585F; }

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

This div background color is #44585F.

Border color

.myBorderColor { border: 1px solid #44585F; }

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

This div border color is #44585F.

Opacity

.myOpacity80 { color: #44585F; opacity: 0.8; }

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

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

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

This text has shadow with #44585F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44585F.

Preview

Color preview on black background

This text has color #44585F on black background.


Color preview on white background

This text has color #44585F on white background.


Black color preview on #44585F background

This text has black color on #44585F background.


White color preview on #44585F background

This text has white color on #44585F background.


Related colors

Complementary color

Complementary color for #hex is #BBA7A0.


I love getcolorcode.com

Triadic colors

1 #5F4458 and #585F44 with #44585F are triadic colors.

2 #5F5844 and #58445F with #44585F are triadic colors.