COLOR #44774F

HEX: #44774F
RGB: (68,119,79)

Color info

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

RGB color model

#44774F color RGB value is (68,119,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 119 of 255 = 47%
B 79 of 255 = 31%

68
119
79

R + G + B ~ 35%. #44774F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 119 + 79 = 266 (100%)
R 68 of 266 ~ 25.56%
G 119 of 266 ~ 44.74%
B 79 of 266 ~ 29.7%

%25.56
%44.74
%29.7

CMYK color model

#44774F color CMYK value is (43,0,34,53).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(43,0,34,53)
C43M0Y34K53 
(43%,0%,34%,53%)
(0.43/0.00/0.34/0.53)	

CMYK percentages

%42.86
%0
%33.61
%53.33

Codes

Color #44774F in popluar color models

44774F
RGB6811979
HSL133°27.27%36.67%
HSB/HSV133°42.86%46.67%
CMYK42.86%0.00%33.61%
53.33%

Color #44774F in popluar number systems.

HEX44774F
Decimal6811979
Binary100010011101111001111
Octal104167117

Shades and tints

Shades of #44774F

#44774F
(68,119,79)
#3E6D48
(62,109,72)
#386341
(56,99,65)
#32593A
(50,89,58)
#2C4F33
(44,79,51)
#26452C
(38,69,44)
#203B25
(32,59,37)
#1A311E
(26,49,30)
#142717
(20,39,23)
#0E1D10
(14,29,16)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #44774F

#44774F
(68,119,79)
#55835F
(85,131,95)
#668F6F
(102,143,111)
#779B7F
(119,155,127)
#88A78F
(136,167,143)
#99B39F
(153,179,159)
#AABFAF
(170,191,175)
#BBCBBF
(187,203,191)
#CCD7CF
(204,215,207)
#DDE3DF
(221,227,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44774F; }

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

This text font color is #44774F.


Background Color

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

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

This div background color is #44774F.


Border color

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

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

This div border color is #44774F.


Opacity

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

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

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

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

This text has shadow with #44774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44774F on black background.


Color preview on white background

This text has color #44774F on white background.



Black color preview on #44774F background

This text has black color on #44774F background.


White color preview on #44774F background

This text has white color on #44774F background.