COLOR #445960

HEX: #445960 RGB: (68,89,96)

Color info

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

RGB color model

#445960 color RGB value is (68,89,96).

RGB: (68,89,96) (27%, 35%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 89 of 255 = 35%
B 96 of 255 = 38%

68
89
96

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

Portions of RGB colors in percentages

R + G + B = 68 + 89 + 96 = 253 (100%)
R 68 of 253 ~ 26.88%
G 89 of 253 ~ 35.18%
B 96 of 253 ~ 37.94'%

%26.88
%35.18
%37.94

CMYK color model

#445960 color CMYK value is (29,7,0,62).

  • cyan value is 29.17%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (29,7,0,62)
C29M7Y0K62 (29%, 7%, 0%, 62%)
(0.29 / 0.07 / 0.00 / 0.62)

CMYK percentages

%29.17
%7.29
%0
%62.35

Codes

Color #445960 in popluar color models

44 59 60
RGB 68 89 96
HSL 195° 17.07% 32.16%
HSB/HSV 195° 29.17% 37.65%
CMYK 29.17% 7.29% 0.00%
62.35%

Color #445960 in popluar number systems.

HEX 44 59 60
Decimal 68 89 96
Binary 1000100 1011001 1100000
Octal 104 131 140

Shades and tints

Shades of #445960

#445960
(68,89,96)
#3E5158
(62,81,88)
#384950
(56,73,80)
#324148
(50,65,72)
#2C3940
(44,57,64)
#263138
(38,49,56)
#202930
(32,41,48)
#1A2128
(26,33,40)
#141920
(20,25,32)
#0E1118
(14,17,24)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #445960

#445960
(68,89,96)
#55686E
(85,104,110)
#66777C
(102,119,124)
#77868A
(119,134,138)
#889598
(136,149,152)
#99A4A6
(153,164,166)
#AAB3B4
(170,179,180)
#BBC2C2
(187,194,194)
#CCD1D0
(204,209,208)
#DDE0DE
(221,224,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445960; }

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

This text font color is #445960.

Background Color

.myBgColor { background-color: #445960; }

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

This div background color is #445960.

Border color

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

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

This div border color is #445960.

Opacity

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

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

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

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

This text has shadow with #445960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #445960.

Preview

Color preview on black background

This text has color #445960 on black background.


Color preview on white background

This text has color #445960 on white background.


Black color preview on #445960 background

This text has black color on #445960 background.


White color preview on #445960 background

This text has white color on #445960 background.


Related colors

Complementary color

Complementary color for #hex is #BBA69F.


I love getcolorcode.com

Triadic colors

1 #604459 and #596044 with #445960 are triadic colors.

2 #605944 and #594460 with #445960 are triadic colors.