COLOR #44594F

HEX: #44594F
RGB: (68,89,79)

Color info

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

RGB color model

#44594F color RGB value is (68,89,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 89 of 255 = 35%
B 79 of 255 = 31%

68
89
79

R + G + B ~ 31%. #44594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 89 + 79 = 236 (100%)
R 68 of 236 ~ 28.81%
G 89 of 236 ~ 37.71%
B 79 of 236 ~ 33.47%

%28.81
%37.71
%33.47

CMYK color model

#44594F color CMYK value is (24,0,11,65).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(24,0,11,65)
C24M0Y11K65 
(24%,0%,11%,65%)
(0.24/0.00/0.11/0.65)	

CMYK percentages

%23.6
%0
%11.24
%65.1

Codes

Color #44594F in popluar color models

44594F
RGB688979
HSL151°13.38%30.78%
HSB/HSV151°23.60%34.90%
CMYK23.60%0.00%11.24%
65.10%

Color #44594F in popluar number systems.

HEX44594F
Decimal688979
Binary100010010110011001111
Octal104131117

Shades and tints

Shades of #44594F

#44594F
(68,89,79)
#3E5148
(62,81,72)
#384941
(56,73,65)
#32413A
(50,65,58)
#2C3933
(44,57,51)
#26312C
(38,49,44)
#202925
(32,41,37)
#1A211E
(26,33,30)
#141917
(20,25,23)
#0E1110
(14,17,16)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #44594F

#44594F
(68,89,79)
#55685F
(85,104,95)
#66776F
(102,119,111)
#77867F
(119,134,127)
#88958F
(136,149,143)
#99A49F
(153,164,159)
#AAB3AF
(170,179,175)
#BBC2BF
(187,194,191)
#CCD1CF
(204,209,207)
#DDE0DF
(221,224,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44594F; }

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

This text font color is #44594F.


Background Color

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

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

This div background color is #44594F.


Border color

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

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

This div border color is #44594F.


Opacity

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

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

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

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

This text has shadow with #44594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44594F on black background.


Color preview on white background

This text has color #44594F on white background.



Black color preview on #44594F background

This text has black color on #44594F background.


White color preview on #44594F background

This text has white color on #44594F background.