COLOR #445784

HEX: #445784 RGB: (68,87,132)

Color info

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

RGB color model

#445784 color RGB value is (68,87,132).

RGB: (68,87,132) (27%, 34%, 52%)

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 132 of 255 = 52%

68
87
132

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

Portions of RGB colors in percentages

R + G + B = 68 + 87 + 132 = 287 (100%)
R 68 of 287 ~ 23.69%
G 87 of 287 ~ 30.31%
B 132 of 287 ~ 45.99'%

%23.69
%30.31
%45.99

CMYK color model

#445784 color CMYK value is (48,34,0,48).

  • cyan value is 48.48%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (48,34,0,48) C48M34Y0K48 (48%,34%,0%,48%) (0.48/0.34/0.00/0.48) 

CMYK percentages

%48.48
%34.09
%0
%48.24

Codes

Color #445784 in popluar color models

44 57 84
RGB 68 87 132
HSL 222° 32.00% 39.22%
HSB/HSV 222° 48.48% 51.76%
CMYK 48.48% 34.09% 0.00%
48.24%

Color #445784 in popluar number systems.

HEX 44 57 84
Decimal 68 87 132
Binary 1000100 1010111 10000100
Octal 104 127 204

Shades and tints

Shades of #445784

#445784
(68,87,132)
#3E5078
(62,80,120)
#38496C
(56,73,108)
#324260
(50,66,96)
#2C3B54
(44,59,84)
#263448
(38,52,72)
#202D3C
(32,45,60)
#1A2630
(26,38,48)
#141F24
(20,31,36)
#0E1818
(14,24,24)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #445784

#445784
(68,87,132)
#55668F
(85,102,143)
#66759A
(102,117,154)
#7784A5
(119,132,165)
#8893B0
(136,147,176)
#99A2BB
(153,162,187)
#AAB1C6
(170,177,198)
#BBC0D1
(187,192,209)
#CCCFDC
(204,207,220)
#DDDEE7
(221,222,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445784 color. Also use rgb(68,87,132) instead hex code.

Text Font Color

.myTextColor { color: #445784; }

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

This text font color is #445784.

Background Color

.myBgColor { background-color: #445784; }

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

This div background color is #445784.

Border color

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

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

This div border color is #445784.

Opacity

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

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

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

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

This text has shadow with #445784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #445784.

Preview

Color preview on black background

This text has color #445784 on black background.


Color preview on white background

This text has color #445784 on white background.


Black color preview on #445784 background

This text has black color on #445784 background.


White color preview on #445784 background

This text has white color on #445784 background.


Related colors

Complementary color

Complementary color for #hex is #BBA87B.


I love getcolorcode.com

Triadic colors

1 #844457 and #578444 with #445784 are triadic colors.

2 #845744 and #574484 with #445784 are triadic colors.