COLOR #445446

HEX: #445446
RGB: (68,84,70)

Color info

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

RGB color model

#445446 color RGB value is (68,84,70).

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

RGB channels and saturation

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

68
84
70

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

Portions of RGB colors in percentages

R + G + B =
68 + 84 + 70 = 222 (100%)
R 68 of 222 ~ 30.63%
G 84 of 222 ~ 37.84%
B 70 of 222 ~ 31.53%

%30.63
%37.84
%31.53

CMYK color model

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

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

CMYK percentages

%19.05
%0
%16.67
%67.06

Codes

Color #445446 in popluar color models

445446
RGB688470
HSL128°10.53%29.80%
HSB/HSV128°19.05%32.94%
CMYK19.05%0.00%16.67%
67.06%

Color #445446 in popluar number systems.

HEX445446
Decimal688470
Binary100010010101001000110
Octal104124106

Shades and tints

Shades of #445446

#445446
(68,84,70)
#3E4D40
(62,77,64)
#38463A
(56,70,58)
#323F34
(50,63,52)
#2C382E
(44,56,46)
#263128
(38,49,40)
#202A22
(32,42,34)
#1A231C
(26,35,28)
#141C16
(20,28,22)
#0E1510
(14,21,16)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #445446

#445446
(68,84,70)
#556356
(85,99,86)
#667266
(102,114,102)
#778176
(119,129,118)
#889086
(136,144,134)
#999F96
(153,159,150)
#AAAEA6
(170,174,166)
#BBBDB6
(187,189,182)
#CCCCC6
(204,204,198)
#DDDBD6
(221,219,214)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445446; }

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

This text font color is #445446.


Background Color

.myBgColor { background-color: #445446; }

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

This div background color is #445446.


Border color

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

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

This div border color is #445446.


Opacity

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

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

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

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

This text has shadow with #445446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445446 on black background.


Color preview on white background

This text has color #445446 on white background.



Black color preview on #445446 background

This text has black color on #445446 background.


White color preview on #445446 background

This text has white color on #445446 background.