COLOR #445444

HEX: #445444
RGB: (68,84,68)

Color info

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

RGB color model

#445444 color RGB value is (68,84,68).

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

RGB channels and saturation

R 68 of 255 = 27%
G 84 of 255 = 33%
B 68 of 255 = 27%

68
84
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 84 + 68 = 220 (100%)
R 68 of 220 ~ 30.91%
G 84 of 220 ~ 38.18%
B 68 of 220 ~ 30.91%

%30.91
%38.18
%30.91

CMYK color model

#445444 color CMYK value is (19,0,19,67).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 67.06%
CMYK:
(19,0,19,67)
C19M0Y19K67 
(19%,0%,19%,67%)
(0.19/0.00/0.19/0.67)	

CMYK percentages

%19.05
%0
%19.05
%67.06

Codes

Color #445444 in popluar color models

445444
RGB688468
HSL120°10.53%29.80%
HSB/HSV120°19.05%32.94%
CMYK19.05%0.00%19.05%
67.06%

Color #445444 in popluar number systems.

HEX445444
Decimal688468
Binary100010010101001000100
Octal104124104

Shades and tints

Shades of #445444

#445444
(68,84,68)
#3E4D3E
(62,77,62)
#384638
(56,70,56)
#323F32
(50,63,50)
#2C382C
(44,56,44)
#263126
(38,49,38)
#202A20
(32,42,32)
#1A231A
(26,35,26)
#141C14
(20,28,20)
#0E150E
(14,21,14)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #445444

#445444
(68,84,68)
#556355
(85,99,85)
#667266
(102,114,102)
#778177
(119,129,119)
#889088
(136,144,136)
#999F99
(153,159,153)
#AAAEAA
(170,174,170)
#BBBDBB
(187,189,187)
#CCCCCC
(204,204,204)
#DDDBDD
(221,219,221)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445444; }

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

This text font color is #445444.


Background Color

.myBgColor { background-color: #445444; }

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

This div background color is #445444.


Border color

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

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

This div border color is #445444.


Opacity

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

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

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

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

This text has shadow with #445444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445444 on black background.


Color preview on white background

This text has color #445444 on white background.



Black color preview on #445444 background

This text has black color on #445444 background.


White color preview on #445444 background

This text has white color on #445444 background.