COLOR #445659

HEX: #445659
RGB: (68,86,89)

Color info

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

RGB color model

#445659 color RGB value is (68,86,89).

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

RGB channels and saturation

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

68
86
89

R + G + B ~ 32%. #445659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 86 + 89 = 243 (100%)
R 68 of 243 ~ 27.98%
G 86 of 243 ~ 35.39%
B 89 of 243 ~ 36.63%

%27.98
%35.39
%36.63

CMYK color model

#445659 color CMYK value is (24,3,0,65).

  • cyan value is 23.60%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(24,3,0,65)
C24M3Y0K65 
(24%,3%,0%,65%)
(0.24/0.03/0.00/0.65)	

CMYK percentages

%23.6
%3.37
%0
%65.1

Codes

Color #445659 in popluar color models

445659
RGB688689
HSL189°13.38%30.78%
HSB/HSV189°23.60%34.90%
CMYK23.60%3.37%0.00%
65.10%

Color #445659 in popluar number systems.

HEX445659
Decimal688689
Binary100010010101101011001
Octal104126131

Shades and tints

Shades of #445659

#445659
(68,86,89)
#3E4F51
(62,79,81)
#384849
(56,72,73)
#324141
(50,65,65)
#2C3A39
(44,58,57)
#263331
(38,51,49)
#202C29
(32,44,41)
#1A2521
(26,37,33)
#141E19
(20,30,25)
#0E1711
(14,23,17)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #445659

#445659
(68,86,89)
#556568
(85,101,104)
#667477
(102,116,119)
#778386
(119,131,134)
#889295
(136,146,149)
#99A1A4
(153,161,164)
#AAB0B3
(170,176,179)
#BBBFC2
(187,191,194)
#CCCED1
(204,206,209)
#DDDDE0
(221,221,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445659; }

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

This text font color is #445659.


Background Color

.myBgColor { background-color: #445659; }

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

This div background color is #445659.


Border color

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

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

This div border color is #445659.


Opacity

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

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

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

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

This text has shadow with #445659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445659 on black background.


Color preview on white background

This text has color #445659 on white background.



Black color preview on #445659 background

This text has black color on #445659 background.


White color preview on #445659 background

This text has white color on #445659 background.