COLOR #44504F

HEX: #44504F
RGB: (68,80,79)

Color info

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

RGB color model

#44504F color RGB value is (68,80,79).

  • red value is 68;
  • green value is 80;
  • blue value is 79.
RGB:
(68,80,79)
(27%,31%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 80 of 255 = 31%
B 79 of 255 = 31%

68
80
79

R + G + B ~ 30%. #44504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 80 + 79 = 227 (100%)
R 68 of 227 ~ 29.96%
G 80 of 227 ~ 35.24%
B 79 of 227 ~ 34.8%

%29.96
%35.24
%34.8

CMYK color model

#44504F color CMYK value is (15,0,1,69).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(15,0,1,69)
C15M0Y1K69 
(15%,0%,1%,69%)
(0.15/0.00/0.01/0.69)	

CMYK percentages

%15
%0
%1.25
%68.63

Codes

Color #44504F in popluar color models

44504F
RGB688079
HSL175°8.11%29.02%
HSB/HSV175°15.00%31.37%
CMYK15.00%0.00%1.25%
68.63%

Color #44504F in popluar number systems.

HEX44504F
Decimal688079
Binary100010010100001001111
Octal104120117

Shades and tints

Shades of #44504F

#44504F
(68,80,79)
#3E4948
(62,73,72)
#384241
(56,66,65)
#323B3A
(50,59,58)
#2C3433
(44,52,51)
#262D2C
(38,45,44)
#202625
(32,38,37)
#1A1F1E
(26,31,30)
#141817
(20,24,23)
#0E1110
(14,17,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #44504F

#44504F
(68,80,79)
#555F5F
(85,95,95)
#666E6F
(102,110,111)
#777D7F
(119,125,127)
#888C8F
(136,140,143)
#999B9F
(153,155,159)
#AAAAAF
(170,170,175)
#BBB9BF
(187,185,191)
#CCC8CF
(204,200,207)
#DDD7DF
(221,215,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44504F color. Also use rgb(68,80,79) instead hex code.

Text Font Color

.myTextColor { color: #44504F; }

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

This text font color is #44504F.


Background Color

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

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

This div background color is #44504F.


Border color

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

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

This div border color is #44504F.


Opacity

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

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

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

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

This text has shadow with #44504F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44504F on black background.


Color preview on white background

This text has color #44504F on white background.



Black color preview on #44504F background

This text has black color on #44504F background.


White color preview on #44504F background

This text has white color on #44504F background.