COLOR #445779

HEX: #445779
RGB: (68,87,121)

Color info

#445779 contains red, green and blue colors in about the same proportion. Web safe color of #445779 is #336666 (or #366).

RGB color model

#445779 color RGB value is (68,87,121).

  • red value is 68;
  • green value is 87;
  • blue value is 121.
RGB:
(68,87,121)
(27%,34%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 121 of 255 = 47%

68
87
121

R + G + B ~ 36%. #445779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 121 = 276 (100%)
R 68 of 276 ~ 24.64%
G 87 of 276 ~ 31.52%
B 121 of 276 ~ 43.84%

%24.64
%31.52
%43.84

CMYK color model

#445779 color CMYK value is (44,28,0,53).

  • cyan value is 43.80%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(44,28,0,53)
C44M28Y0K53 
(44%,28%,0%,53%)
(0.44/0.28/0.00/0.53)	

CMYK percentages

%43.8
%28.1
%0
%52.55

Codes

Color #445779 in popluar color models

445779
RGB6887121
HSL218°28.04%37.06%
HSB/HSV218°43.80%47.45%
CMYK43.80%28.10%0.00%
52.55%

Color #445779 in popluar number systems.

HEX445779
Decimal6887121
Binary100010010101111111001
Octal104127171

Shades and tints

Shades of #445779

#445779
(68,87,121)
#3E506E
(62,80,110)
#384963
(56,73,99)
#324258
(50,66,88)
#2C3B4D
(44,59,77)
#263442
(38,52,66)
#202D37
(32,45,55)
#1A262C
(26,38,44)
#141F21
(20,31,33)
#0E1816
(14,24,22)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #445779

#445779
(68,87,121)
#556685
(85,102,133)
#667591
(102,117,145)
#77849D
(119,132,157)
#8893A9
(136,147,169)
#99A2B5
(153,162,181)
#AAB1C1
(170,177,193)
#BBC0CD
(187,192,205)
#CCCFD9
(204,207,217)
#DDDEE5
(221,222,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445779; }

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

This text font color is #445779.


Background Color

.myBgColor { background-color: #445779; }

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

This div background color is #445779.


Border color

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

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

This div border color is #445779.


Opacity

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

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

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

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

This text has shadow with #445779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445779 on black background.


Color preview on white background

This text has color #445779 on white background.



Black color preview on #445779 background

This text has black color on #445779 background.


White color preview on #445779 background

This text has white color on #445779 background.