COLOR #44585B

HEX: #44585B
RGB: (68,88,91)

Color info

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

RGB color model

#44585B color RGB value is (68,88,91).

  • red value is 68;
  • green value is 88;
  • blue value is 91.
RGB:
(68,88,91)
(27%,35%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 91 of 255 = 36%

68
88
91

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

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 91 = 247 (100%)
R 68 of 247 ~ 27.53%
G 88 of 247 ~ 35.63%
B 91 of 247 ~ 36.84%

%27.53
%35.63
%36.84

CMYK color model

#44585B color CMYK value is (25,3,0,64).

  • cyan value is 25.27%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(25,3,0,64)
C25M3Y0K64 
(25%,3%,0%,64%)
(0.25/0.03/0.00/0.64)	

CMYK percentages

%25.27
%3.3
%0
%64.31

Codes

Color #44585B in popluar color models

44585B
RGB688891
HSL188°14.47%31.18%
HSB/HSV188°25.27%35.69%
CMYK25.27%3.30%0.00%
64.31%

Color #44585B in popluar number systems.

HEX44585B
Decimal688891
Binary100010010110001011011
Octal104130133

Shades and tints

Shades of #44585B

#44585B
(68,88,91)
#3E5053
(62,80,83)
#38484B
(56,72,75)
#324043
(50,64,67)
#2C383B
(44,56,59)
#263033
(38,48,51)
#20282B
(32,40,43)
#1A2023
(26,32,35)
#14181B
(20,24,27)
#0E1013
(14,16,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #44585B

#44585B
(68,88,91)
#556769
(85,103,105)
#667677
(102,118,119)
#778585
(119,133,133)
#889493
(136,148,147)
#99A3A1
(153,163,161)
#AAB2AF
(170,178,175)
#BBC1BD
(187,193,189)
#CCD0CB
(204,208,203)
#DDDFD9
(221,223,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44585B; }

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

This text font color is #44585B.


Background Color

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

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

This div background color is #44585B.


Border color

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

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

This div border color is #44585B.


Opacity

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

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

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

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

This text has shadow with #44585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44585B on black background.


Color preview on white background

This text has color #44585B on white background.



Black color preview on #44585B background

This text has black color on #44585B background.


White color preview on #44585B background

This text has white color on #44585B background.