COLOR #445E7F

HEX: #445E7F RGB: (68,94,127)

Color info

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

RGB color model

#445E7F color RGB value is (68,94,127).

RGB: (68,94,127) (27%, 37%, 50%)

RGB channels and saturation

R 68 of 255 = 27%
G 94 of 255 = 37%
B 127 of 255 = 50%

68
94
127

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

Portions of RGB colors in percentages

R + G + B = 68 + 94 + 127 = 289 (100%)
R 68 of 289 ~ 23.53%
G 94 of 289 ~ 32.53%
B 127 of 289 ~ 43.94'%

%23.53
%32.53
%43.94

CMYK color model

#445E7F color CMYK value is (46,26,0,50).

  • cyan value is 46.46%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (46,26,0,50) C46M26Y0K50 (46%,26%,0%,50%) (0.46/0.26/0.00/0.50) 

CMYK percentages

%46.46
%25.98
%0
%50.2

Codes

Color #445E7F in popluar color models

44 5E 7F
RGB 68 94 127
HSL 214° 30.26% 38.24%
HSB/HSV 214° 46.46% 49.80%
CMYK 46.46% 25.98% 0.00%
50.20%

Color #445E7F in popluar number systems.

HEX 44 5E 7F
Decimal 68 94 127
Binary 1000100 1011110 1111111
Octal 104 136 177

Shades and tints

Shades of #445E7F

#445E7F
(68,94,127)
#3E5674
(62,86,116)
#384E69
(56,78,105)
#32465E
(50,70,94)
#2C3E53
(44,62,83)
#263648
(38,54,72)
#202E3D
(32,46,61)
#1A2632
(26,38,50)
#141E27
(20,30,39)
#0E161C
(14,22,28)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #445E7F

#445E7F
(68,94,127)
#556C8A
(85,108,138)
#667A95
(102,122,149)
#7788A0
(119,136,160)
#8896AB
(136,150,171)
#99A4B6
(153,164,182)
#AAB2C1
(170,178,193)
#BBC0CC
(187,192,204)
#CCCED7
(204,206,215)
#DDDCE2
(221,220,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445E7F color. Also use rgb(68,94,127) instead hex code.

Text Font Color

.myTextColor { color: #445E7F; }

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

This text font color is #445E7F.

Background Color

.myBgColor { background-color: #445E7F; }

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

This div background color is #445E7F.

Border color

.myBorderColor { border: 1px solid #445E7F; }

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

This div border color is #445E7F.

Opacity

.myOpacity80 { color: #445E7F; opacity: 0.8; }

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

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

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

This text has shadow with #445E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #445E7F.

Preview

Color preview on black background

This text has color #445E7F on black background.


Color preview on white background

This text has color #445E7F on white background.


Black color preview on #445E7F background

This text has black color on #445E7F background.


White color preview on #445E7F background

This text has white color on #445E7F background.


Related colors

Complementary color

Complementary color for #hex is #BBA180.


I love getcolorcode.com

Triadic colors

1 #7F445E and #5E7F44 with #445E7F are triadic colors.

2 #7F5E44 and #5E447F with #445E7F are triadic colors.