COLOR #44684F

HEX: #44684F
RGB: (68,104,79)

Color info

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

RGB color model

#44684F color RGB value is (68,104,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 79 of 255 = 31%

68
104
79

R + G + B ~ 33%. #44684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 79 = 251 (100%)
R 68 of 251 ~ 27.09%
G 104 of 251 ~ 41.43%
B 79 of 251 ~ 31.47%

%27.09
%41.43
%31.47

CMYK color model

#44684F color CMYK value is (35,0,24,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(35,0,24,59)
C35M0Y24K59 
(35%,0%,24%,59%)
(0.35/0.00/0.24/0.59)	

CMYK percentages

%34.62
%0
%24.04
%59.22

Codes

Color #44684F in popluar color models

44684F
RGB6810479
HSL138°20.93%33.73%
HSB/HSV138°34.62%40.78%
CMYK34.62%0.00%24.04%
59.22%

Color #44684F in popluar number systems.

HEX44684F
Decimal6810479
Binary100010011010001001111
Octal104150117

Shades and tints

Shades of #44684F

#44684F
(68,104,79)
#3E5F48
(62,95,72)
#385641
(56,86,65)
#324D3A
(50,77,58)
#2C4433
(44,68,51)
#263B2C
(38,59,44)
#203225
(32,50,37)
#1A291E
(26,41,30)
#142017
(20,32,23)
#0E1710
(14,23,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #44684F

#44684F
(68,104,79)
#55755F
(85,117,95)
#66826F
(102,130,111)
#778F7F
(119,143,127)
#889C8F
(136,156,143)
#99A99F
(153,169,159)
#AAB6AF
(170,182,175)
#BBC3BF
(187,195,191)
#CCD0CF
(204,208,207)
#DDDDDF
(221,221,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44684F; }

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

This text font color is #44684F.


Background Color

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

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

This div background color is #44684F.


Border color

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

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

This div border color is #44684F.


Opacity

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

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

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

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

This text has shadow with #44684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44684F on black background.


Color preview on white background

This text has color #44684F on white background.



Black color preview on #44684F background

This text has black color on #44684F background.


White color preview on #44684F background

This text has white color on #44684F background.