COLOR #44684C

HEX: #44684C
RGB: (68,104,76)

Color info

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

RGB color model

#44684C color RGB value is (68,104,76).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 76 of 255 = 30%

68
104
76

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

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 76 = 248 (100%)
R 68 of 248 ~ 27.42%
G 104 of 248 ~ 41.94%
B 76 of 248 ~ 30.65%

%27.42
%41.94
%30.65

CMYK color model

#44684C color CMYK value is (35,0,27,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(35,0,27,59)
C35M0Y27K59 
(35%,0%,27%,59%)
(0.35/0.00/0.27/0.59)	

CMYK percentages

%34.62
%0
%26.92
%59.22

Codes

Color #44684C in popluar color models

44684C
RGB6810476
HSL133°20.93%33.73%
HSB/HSV133°34.62%40.78%
CMYK34.62%0.00%26.92%
59.22%

Color #44684C in popluar number systems.

HEX44684C
Decimal6810476
Binary100010011010001001100
Octal104150114

Shades and tints

Shades of #44684C

#44684C
(68,104,76)
#3E5F46
(62,95,70)
#385640
(56,86,64)
#324D3A
(50,77,58)
#2C4434
(44,68,52)
#263B2E
(38,59,46)
#203228
(32,50,40)
#1A2922
(26,41,34)
#14201C
(20,32,28)
#0E1716
(14,23,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #44684C

#44684C
(68,104,76)
#55755C
(85,117,92)
#66826C
(102,130,108)
#778F7C
(119,143,124)
#889C8C
(136,156,140)
#99A99C
(153,169,156)
#AAB6AC
(170,182,172)
#BBC3BC
(187,195,188)
#CCD0CC
(204,208,204)
#DDDDDC
(221,221,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44684C; }

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

This text font color is #44684C.


Background Color

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

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

This div background color is #44684C.


Border color

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

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

This div border color is #44684C.


Opacity

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

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

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

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

This text has shadow with #44684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44684C on black background.


Color preview on white background

This text has color #44684C on white background.



Black color preview on #44684C background

This text has black color on #44684C background.


White color preview on #44684C background

This text has white color on #44684C background.