COLOR #445A5F

HEX: #445A5F
RGB: (68,90,95)

Color info

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

RGB color model

#445A5F color RGB value is (68,90,95).

  • red value is 68;
  • green value is 90;
  • blue value is 95.
RGB:
(68,90,95)
(27%,35%,37%)

RGB channels and saturation

R 68 of 255 = 27%
G 90 of 255 = 35%
B 95 of 255 = 37%

68
90
95

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

Portions of RGB colors in percentages

R + G + B =
68 + 90 + 95 = 253 (100%)
R 68 of 253 ~ 26.88%
G 90 of 253 ~ 35.57%
B 95 of 253 ~ 37.55%

%26.88
%35.57
%37.55

CMYK color model

#445A5F color CMYK value is (28,5,0,63).

  • cyan value is 28.42%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(28,5,0,63)
C28M5Y0K63 
(28%,5%,0%,63%)
(0.28/0.05/0.00/0.63)	

CMYK percentages

%28.42
%5.26
%0
%62.75

Codes

Color #445A5F in popluar color models

445A5F
RGB689095
HSL191°16.56%31.96%
HSB/HSV191°28.42%37.25%
CMYK28.42%5.26%0.00%
62.75%

Color #445A5F in popluar number systems.

HEX445A5F
Decimal689095
Binary100010010110101011111
Octal104132137

Shades and tints

Shades of #445A5F

#445A5F
(68,90,95)
#3E5257
(62,82,87)
#384A4F
(56,74,79)
#324247
(50,66,71)
#2C3A3F
(44,58,63)
#263237
(38,50,55)
#202A2F
(32,42,47)
#1A2227
(26,34,39)
#141A1F
(20,26,31)
#0E1217
(14,18,23)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #445A5F

#445A5F
(68,90,95)
#55696D
(85,105,109)
#66787B
(102,120,123)
#778789
(119,135,137)
#889697
(136,150,151)
#99A5A5
(153,165,165)
#AAB4B3
(170,180,179)
#BBC3C1
(187,195,193)
#CCD2CF
(204,210,207)
#DDE1DD
(221,225,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445A5F color. Also use rgb(68,90,95) instead hex code.

Text Font Color

.myTextColor { color: #445A5F; }

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

This text font color is #445A5F.


Background Color

.myBgColor { background-color: #445A5F; }

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

This div background color is #445A5F.


Border color

.myBorderColor { border: 1px solid #445A5F; }

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

This div border color is #445A5F.


Opacity

.myOpacity80 { color: #445A5F; opacity: 0.8; }

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

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

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

This text has shadow with #445A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445A5F on black background.


Color preview on white background

This text has color #445A5F on white background.



Black color preview on #445A5F background

This text has black color on #445A5F background.


White color preview on #445A5F background

This text has white color on #445A5F background.