COLOR #44774B

HEX: #44774B
RGB: (68,119,75)

Color info

#44774B contains red, green and blue colors in about the same proportion. Web safe color of #44774B is #336633 (or #363).

RGB color model

#44774B color RGB value is (68,119,75).

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

RGB channels and saturation

R 68 of 255 = 27%
G 119 of 255 = 47%
B 75 of 255 = 29%

68
119
75

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

Portions of RGB colors in percentages

R + G + B =
68 + 119 + 75 = 262 (100%)
R 68 of 262 ~ 25.95%
G 119 of 262 ~ 45.42%
B 75 of 262 ~ 28.63%

%25.95
%45.42
%28.63

CMYK color model

#44774B color CMYK value is (43,0,37,53).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(43,0,37,53)
C43M0Y37K53 
(43%,0%,37%,53%)
(0.43/0.00/0.37/0.53)	

CMYK percentages

%42.86
%0
%36.97
%53.33

Codes

Color #44774B in popluar color models

44774B
RGB6811975
HSL128°27.27%36.67%
HSB/HSV128°42.86%46.67%
CMYK42.86%0.00%36.97%
53.33%

Color #44774B in popluar number systems.

HEX44774B
Decimal6811975
Binary100010011101111001011
Octal104167113

Shades and tints

Shades of #44774B

#44774B
(68,119,75)
#3E6D45
(62,109,69)
#38633F
(56,99,63)
#325939
(50,89,57)
#2C4F33
(44,79,51)
#26452D
(38,69,45)
#203B27
(32,59,39)
#1A3121
(26,49,33)
#14271B
(20,39,27)
#0E1D15
(14,29,21)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #44774B

#44774B
(68,119,75)
#55835B
(85,131,91)
#668F6B
(102,143,107)
#779B7B
(119,155,123)
#88A78B
(136,167,139)
#99B39B
(153,179,155)
#AABFAB
(170,191,171)
#BBCBBB
(187,203,187)
#CCD7CB
(204,215,203)
#DDE3DB
(221,227,219)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44774B; }

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

This text font color is #44774B.


Background Color

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

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

This div background color is #44774B.


Border color

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

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

This div border color is #44774B.


Opacity

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

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

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

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

This text has shadow with #44774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44774B on black background.


Color preview on white background

This text has color #44774B on white background.



Black color preview on #44774B background

This text has black color on #44774B background.


White color preview on #44774B background

This text has white color on #44774B background.