COLOR #445644

HEX: #445644
RGB: (68,86,68)

Color info

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

RGB color model

#445644 color RGB value is (68,86,68).

  • red value is 68;
  • green value is 86;
  • blue value is 68.
RGB:
(68,86,68)
(27%,34%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 86 of 255 = 34%
B 68 of 255 = 27%

68
86
68

R + G + B ~ 29%. #445644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 86 + 68 = 222 (100%)
R 68 of 222 ~ 30.63%
G 86 of 222 ~ 38.74%
B 68 of 222 ~ 30.63%

%30.63
%38.74
%30.63

CMYK color model

#445644 color CMYK value is (21,0,21,66).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 66.27%
CMYK:
(21,0,21,66)
C21M0Y21K66 
(21%,0%,21%,66%)
(0.21/0.00/0.21/0.66)	

CMYK percentages

%20.93
%0
%20.93
%66.27

Codes

Color #445644 in popluar color models

445644
RGB688668
HSL120°11.69%30.20%
HSB/HSV120°20.93%33.73%
CMYK20.93%0.00%20.93%
66.27%

Color #445644 in popluar number systems.

HEX445644
Decimal688668
Binary100010010101101000100
Octal104126104

Shades and tints

Shades of #445644

#445644
(68,86,68)
#3E4F3E
(62,79,62)
#384838
(56,72,56)
#324132
(50,65,50)
#2C3A2C
(44,58,44)
#263326
(38,51,38)
#202C20
(32,44,32)
#1A251A
(26,37,26)
#141E14
(20,30,20)
#0E170E
(14,23,14)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #445644

#445644
(68,86,68)
#556555
(85,101,85)
#667466
(102,116,102)
#778377
(119,131,119)
#889288
(136,146,136)
#99A199
(153,161,153)
#AAB0AA
(170,176,170)
#BBBFBB
(187,191,187)
#CCCECC
(204,206,204)
#DDDDDD
(221,221,221)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445644 color. Also use rgb(68,86,68) instead hex code.

Text Font Color

.myTextColor { color: #445644; }

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

This text font color is #445644.


Background Color

.myBgColor { background-color: #445644; }

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

This div background color is #445644.


Border color

.myBorderColor { border: 1px solid #445644; }

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

This div border color is #445644.


Opacity

.myOpacity80 { color: #445644; opacity: 0.8; }

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

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

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

This text has shadow with #445644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445644 on black background.


Color preview on white background

This text has color #445644 on white background.



Black color preview on #445644 background

This text has black color on #445644 background.


White color preview on #445644 background

This text has white color on #445644 background.