COLOR #445A80

HEX: #445A80
RGB: (68,90,128)

Color info

#445A80 contains mainly green and blue colors. Web safe color of #445A80 is #336666 (or #366).

RGB color model

#445A80 color RGB value is (68,90,128).

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

RGB channels and saturation

R 68 of 255 = 27%
G 90 of 255 = 35%
B 128 of 255 = 50%

68
90
128

R + G + B ~ 37%. #445A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 90 + 128 = 286 (100%)
R 68 of 286 ~ 23.78%
G 90 of 286 ~ 31.47%
B 128 of 286 ~ 44.76%

%23.78
%31.47
%44.76

CMYK color model

#445A80 color CMYK value is (47,30,0,50).

  • cyan value is 46.88%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(47,30,0,50)
C47M30Y0K50 
(47%,30%,0%,50%)
(0.47/0.30/0.00/0.50)	

CMYK percentages

%46.88
%29.69
%0
%49.8

Codes

Color #445A80 in popluar color models

445A80
RGB6890128
HSL218°30.61%38.43%
HSB/HSV218°46.88%50.20%
CMYK46.88%29.69%0.00%
49.80%

Color #445A80 in popluar number systems.

HEX445A80
Decimal6890128
Binary1000100101101010000000
Octal104132200

Shades and tints

Shades of #445A80

#445A80
(68,90,128)
#3E5275
(62,82,117)
#384A6A
(56,74,106)
#32425F
(50,66,95)
#2C3A54
(44,58,84)
#263249
(38,50,73)
#202A3E
(32,42,62)
#1A2233
(26,34,51)
#141A28
(20,26,40)
#0E121D
(14,18,29)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #445A80

#445A80
(68,90,128)
#55698B
(85,105,139)
#667896
(102,120,150)
#7787A1
(119,135,161)
#8896AC
(136,150,172)
#99A5B7
(153,165,183)
#AAB4C2
(170,180,194)
#BBC3CD
(187,195,205)
#CCD2D8
(204,210,216)
#DDE1E3
(221,225,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445A80; }

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

This text font color is #445A80.


Background Color

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

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

This div background color is #445A80.


Border color

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

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

This div border color is #445A80.


Opacity

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

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

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

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

This text has shadow with #445A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445A80 on black background.


Color preview on white background

This text has color #445A80 on white background.



Black color preview on #445A80 background

This text has black color on #445A80 background.


White color preview on #445A80 background

This text has white color on #445A80 background.