COLOR #445986

HEX: #445986
RGB: (68,89,134)

Color info

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

RGB color model

#445986 color RGB value is (68,89,134).

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

RGB channels and saturation

R 68 of 255 = 27%
G 89 of 255 = 35%
B 134 of 255 = 53%

68
89
134

R + G + B ~ 38%. #445986 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 89 + 134 = 291 (100%)
R 68 of 291 ~ 23.37%
G 89 of 291 ~ 30.58%
B 134 of 291 ~ 46.05%

%23.37
%30.58
%46.05

CMYK color model

#445986 color CMYK value is (49,34,0,47).

  • cyan value is 49.25%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(49,34,0,47)
C49M34Y0K47 
(49%,34%,0%,47%)
(0.49/0.34/0.00/0.47)	

CMYK percentages

%49.25
%33.58
%0
%47.45

Codes

Color #445986 in popluar color models

445986
RGB6889134
HSL221°32.67%39.61%
HSB/HSV221°49.25%52.55%
CMYK49.25%33.58%0.00%
47.45%

Color #445986 in popluar number systems.

HEX445986
Decimal6889134
Binary1000100101100110000110
Octal104131206

Shades and tints

Shades of #445986

#445986
(68,89,134)
#3E517A
(62,81,122)
#38496E
(56,73,110)
#324162
(50,65,98)
#2C3956
(44,57,86)
#26314A
(38,49,74)
#20293E
(32,41,62)
#1A2132
(26,33,50)
#141926
(20,25,38)
#0E111A
(14,17,26)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #445986

#445986
(68,89,134)
#556891
(85,104,145)
#66779C
(102,119,156)
#7786A7
(119,134,167)
#8895B2
(136,149,178)
#99A4BD
(153,164,189)
#AAB3C8
(170,179,200)
#BBC2D3
(187,194,211)
#CCD1DE
(204,209,222)
#DDE0E9
(221,224,233)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445986; }

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

This text font color is #445986.


Background Color

.myBgColor { background-color: #445986; }

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

This div background color is #445986.


Border color

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

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

This div border color is #445986.


Opacity

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

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

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

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

This text has shadow with #445986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445986 on black background.


Color preview on white background

This text has color #445986 on white background.



Black color preview on #445986 background

This text has black color on #445986 background.


White color preview on #445986 background

This text has white color on #445986 background.