COLOR #445391

HEX: #445391
RGB: (68,83,145)

Color info

#445391 contains mainly blue color. Web safe color of #445391 is #336699 (or #369).

RGB color model

#445391 color RGB value is (68,83,145).

  • red value is 68;
  • green value is 83;
  • blue value is 145.
RGB:
(68,83,145)
(27%,33%,57%)

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 145 of 255 = 57%

68
83
145

R + G + B ~ 39%. #445391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 145 = 296 (100%)
R 68 of 296 ~ 22.97%
G 83 of 296 ~ 28.04%
B 145 of 296 ~ 48.99%

%22.97
%28.04
%48.99

CMYK color model

#445391 color CMYK value is (53,43,0,43).

  • cyan value is 53.10%
  • magenta value is 42.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(53,43,0,43)
C53M43Y0K43 
(53%,43%,0%,43%)
(0.53/0.43/0.00/0.43)	

CMYK percentages

%53.1
%42.76
%0
%43.14

Codes

Color #445391 in popluar color models

445391
RGB6883145
HSL228°36.15%41.76%
HSB/HSV228°53.10%56.86%
CMYK53.10%42.76%0.00%
43.14%

Color #445391 in popluar number systems.

HEX445391
Decimal6883145
Binary1000100101001110010001
Octal104123221

Shades and tints

Shades of #445391

#445391
(68,83,145)
#3E4C84
(62,76,132)
#384577
(56,69,119)
#323E6A
(50,62,106)
#2C375D
(44,55,93)
#263050
(38,48,80)
#202943
(32,41,67)
#1A2236
(26,34,54)
#141B29
(20,27,41)
#0E141C
(14,20,28)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #445391

#445391
(68,83,145)
#55629B
(85,98,155)
#6671A5
(102,113,165)
#7780AF
(119,128,175)
#888FB9
(136,143,185)
#999EC3
(153,158,195)
#AAADCD
(170,173,205)
#BBBCD7
(187,188,215)
#CCCBE1
(204,203,225)
#DDDAEB
(221,218,235)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445391 color. Also use rgb(68,83,145) instead hex code.

Text Font Color

.myTextColor { color: #445391; }

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

This text font color is #445391.


Background Color

.myBgColor { background-color: #445391; }

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

This div background color is #445391.


Border color

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

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

This div border color is #445391.


Opacity

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

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

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

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

This text has shadow with #445391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445391 on black background.


Color preview on white background

This text has color #445391 on white background.



Black color preview on #445391 background

This text has black color on #445391 background.


White color preview on #445391 background

This text has white color on #445391 background.