COLOR #44558E

HEX: #44558E
RGB: (68,85,142)

Color info

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

RGB color model

#44558E color RGB value is (68,85,142).

  • red value is 68;
  • green value is 85;
  • blue value is 142.
RGB:
(68,85,142)
(27%,33%,56%)

RGB channels and saturation

R 68 of 255 = 27%
G 85 of 255 = 33%
B 142 of 255 = 56%

68
85
142

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

Portions of RGB colors in percentages

R + G + B =
68 + 85 + 142 = 295 (100%)
R 68 of 295 ~ 23.05%
G 85 of 295 ~ 28.81%
B 142 of 295 ~ 48.14%

%23.05
%28.81
%48.14

CMYK color model

#44558E color CMYK value is (52,40,0,44).

  • cyan value is 52.11%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(52,40,0,44)
C52M40Y0K44 
(52%,40%,0%,44%)
(0.52/0.40/0.00/0.44)	

CMYK percentages

%52.11
%40.14
%0
%44.31

Codes

Color #44558E in popluar color models

44558E
RGB6885142
HSL226°35.24%41.18%
HSB/HSV226°52.11%55.69%
CMYK52.11%40.14%0.00%
44.31%

Color #44558E in popluar number systems.

HEX44558E
Decimal6885142
Binary1000100101010110001110
Octal104125216

Shades and tints

Shades of #44558E

#44558E
(68,85,142)
#3E4E82
(62,78,130)
#384776
(56,71,118)
#32406A
(50,64,106)
#2C395E
(44,57,94)
#263252
(38,50,82)
#202B46
(32,43,70)
#1A243A
(26,36,58)
#141D2E
(20,29,46)
#0E1622
(14,22,34)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #44558E

#44558E
(68,85,142)
#556498
(85,100,152)
#6673A2
(102,115,162)
#7782AC
(119,130,172)
#8891B6
(136,145,182)
#99A0C0
(153,160,192)
#AAAFCA
(170,175,202)
#BBBED4
(187,190,212)
#CCCDDE
(204,205,222)
#DDDCE8
(221,220,232)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44558E color. Also use rgb(68,85,142) instead hex code.

Text Font Color

.myTextColor { color: #44558E; }

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

This text font color is #44558E.


Background Color

.myBgColor { background-color: #44558E; }

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

This div background color is #44558E.


Border color

.myBorderColor { border: 1px solid #44558E; }

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

This div border color is #44558E.


Opacity

.myOpacity80 { color: #44558E; opacity: 0.8; }

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

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

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

This text has shadow with #44558E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44558E on black background.


Color preview on white background

This text has color #44558E on white background.



Black color preview on #44558E background

This text has black color on #44558E background.


White color preview on #44558E background

This text has white color on #44558E background.