COLOR #445089

HEX: #445089
RGB: (68,80,137)

Color info

#445089 contains mainly green and blue colors. Web safe color of #445089 is #336699 (or #369).

RGB color model

#445089 color RGB value is (68,80,137).

  • red value is 68;
  • green value is 80;
  • blue value is 137.
RGB:
(68,80,137)
(27%,31%,54%)

RGB channels and saturation

R 68 of 255 = 27%
G 80 of 255 = 31%
B 137 of 255 = 54%

68
80
137

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

Portions of RGB colors in percentages

R + G + B =
68 + 80 + 137 = 285 (100%)
R 68 of 285 ~ 23.86%
G 80 of 285 ~ 28.07%
B 137 of 285 ~ 48.07%

%23.86
%28.07
%48.07

CMYK color model

#445089 color CMYK value is (50,42,0,46).

  • cyan value is 50.36%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,42,0,46)
C50M42Y0K46 
(50%,42%,0%,46%)
(0.50/0.42/0.00/0.46)	

CMYK percentages

%50.36
%41.61
%0
%46.27

Codes

Color #445089 in popluar color models

445089
RGB6880137
HSL230°33.66%40.20%
HSB/HSV230°50.36%53.73%
CMYK50.36%41.61%0.00%
46.27%

Color #445089 in popluar number systems.

HEX445089
Decimal6880137
Binary1000100101000010001001
Octal104120211

Shades and tints

Shades of #445089

#445089
(68,80,137)
#3E497D
(62,73,125)
#384271
(56,66,113)
#323B65
(50,59,101)
#2C3459
(44,52,89)
#262D4D
(38,45,77)
#202641
(32,38,65)
#1A1F35
(26,31,53)
#141829
(20,24,41)
#0E111D
(14,17,29)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #445089

#445089
(68,80,137)
#555F93
(85,95,147)
#666E9D
(102,110,157)
#777DA7
(119,125,167)
#888CB1
(136,140,177)
#999BBB
(153,155,187)
#AAAAC5
(170,170,197)
#BBB9CF
(187,185,207)
#CCC8D9
(204,200,217)
#DDD7E3
(221,215,227)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445089 color. Also use rgb(68,80,137) instead hex code.

Text Font Color

.myTextColor { color: #445089; }

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

This text font color is #445089.


Background Color

.myBgColor { background-color: #445089; }

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

This div background color is #445089.


Border color

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

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

This div border color is #445089.


Opacity

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

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

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

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

This text has shadow with #445089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445089 on black background.


Color preview on white background

This text has color #445089 on white background.



Black color preview on #445089 background

This text has black color on #445089 background.


White color preview on #445089 background

This text has white color on #445089 background.