COLOR #44744F

HEX: #44744F
RGB: (68,116,79)

Color info

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

RGB color model

#44744F color RGB value is (68,116,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 116 of 255 = 45%
B 79 of 255 = 31%

68
116
79

R + G + B ~ 34%. #44744F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 116 + 79 = 263 (100%)
R 68 of 263 ~ 25.86%
G 116 of 263 ~ 44.11%
B 79 of 263 ~ 30.04%

%25.86
%44.11
%30.04

CMYK color model

#44744F color CMYK value is (41,0,32,55).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(41,0,32,55)
C41M0Y32K55 
(41%,0%,32%,55%)
(0.41/0.00/0.32/0.55)	

CMYK percentages

%41.38
%0
%31.9
%54.51

Codes

Color #44744F in popluar color models

44744F
RGB6811679
HSL134°26.09%36.08%
HSB/HSV134°41.38%45.49%
CMYK41.38%0.00%31.90%
54.51%

Color #44744F in popluar number systems.

HEX44744F
Decimal6811679
Binary100010011101001001111
Octal104164117

Shades and tints

Shades of #44744F

#44744F
(68,116,79)
#3E6A48
(62,106,72)
#386041
(56,96,65)
#32563A
(50,86,58)
#2C4C33
(44,76,51)
#26422C
(38,66,44)
#203825
(32,56,37)
#1A2E1E
(26,46,30)
#142417
(20,36,23)
#0E1A10
(14,26,16)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #44744F

#44744F
(68,116,79)
#55805F
(85,128,95)
#668C6F
(102,140,111)
#77987F
(119,152,127)
#88A48F
(136,164,143)
#99B09F
(153,176,159)
#AABCAF
(170,188,175)
#BBC8BF
(187,200,191)
#CCD4CF
(204,212,207)
#DDE0DF
(221,224,223)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44744F; }

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

This text font color is #44744F.


Background Color

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

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

This div background color is #44744F.


Border color

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

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

This div border color is #44744F.


Opacity

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

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

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

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

This text has shadow with #44744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44744F on black background.


Color preview on white background

This text has color #44744F on white background.



Black color preview on #44744F background

This text has black color on #44744F background.


White color preview on #44744F background

This text has white color on #44744F background.