COLOR #44595F

HEX: #44595F
RGB: (68,89,95)

Color info

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

RGB color model

#44595F color RGB value is (68,89,95).

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

RGB channels and saturation

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

68
89
95

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

Portions of RGB colors in percentages

R + G + B =
68 + 89 + 95 = 252 (100%)
R 68 of 252 ~ 26.98%
G 89 of 252 ~ 35.32%
B 95 of 252 ~ 37.7%

%26.98
%35.32
%37.7

CMYK color model

#44595F color CMYK value is (28,6,0,63).

  • cyan value is 28.42%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(28,6,0,63)
C28M6Y0K63 
(28%,6%,0%,63%)
(0.28/0.06/0.00/0.63)	

CMYK percentages

%28.42
%6.32
%0
%62.75

Codes

Color #44595F in popluar color models

44595F
RGB688995
HSL193°16.56%31.96%
HSB/HSV193°28.42%37.25%
CMYK28.42%6.32%0.00%
62.75%

Color #44595F in popluar number systems.

HEX44595F
Decimal688995
Binary100010010110011011111
Octal104131137

Shades and tints

Shades of #44595F

#44595F
(68,89,95)
#3E5157
(62,81,87)
#38494F
(56,73,79)
#324147
(50,65,71)
#2C393F
(44,57,63)
#263137
(38,49,55)
#20292F
(32,41,47)
#1A2127
(26,33,39)
#14191F
(20,25,31)
#0E1117
(14,17,23)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #44595F

#44595F
(68,89,95)
#55686D
(85,104,109)
#66777B
(102,119,123)
#778689
(119,134,137)
#889597
(136,149,151)
#99A4A5
(153,164,165)
#AAB3B3
(170,179,179)
#BBC2C1
(187,194,193)
#CCD1CF
(204,209,207)
#DDE0DD
(221,224,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44595F; }

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

This text font color is #44595F.


Background Color

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

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

This div background color is #44595F.


Border color

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

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

This div border color is #44595F.


Opacity

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

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

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

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

This text has shadow with #44595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44595F on black background.


Color preview on white background

This text has color #44595F on white background.



Black color preview on #44595F background

This text has black color on #44595F background.


White color preview on #44595F background

This text has white color on #44595F background.