COLOR #445C7E

HEX: #445C7E
RGB: (68,92,126)

Color info

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

RGB color model

#445C7E color RGB value is (68,92,126).

  • red value is 68;
  • green value is 92;
  • blue value is 126.
RGB:
(68,92,126)
(27%,36%,49%)

RGB channels and saturation

R 68 of 255 = 27%
G 92 of 255 = 36%
B 126 of 255 = 49%

68
92
126

R + G + B ~ 37%. #445C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 92 + 126 = 286 (100%)
R 68 of 286 ~ 23.78%
G 92 of 286 ~ 32.17%
B 126 of 286 ~ 44.06%

%23.78
%32.17
%44.06

CMYK color model

#445C7E color CMYK value is (46,27,0,51).

  • cyan value is 46.03%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(46,27,0,51)
C46M27Y0K51 
(46%,27%,0%,51%)
(0.46/0.27/0.00/0.51)	

CMYK percentages

%46.03
%26.98
%0
%50.59

Codes

Color #445C7E in popluar color models

445C7E
RGB6892126
HSL215°29.90%38.04%
HSB/HSV215°46.03%49.41%
CMYK46.03%26.98%0.00%
50.59%

Color #445C7E in popluar number systems.

HEX445C7E
Decimal6892126
Binary100010010111001111110
Octal104134176

Shades and tints

Shades of #445C7E

#445C7E
(68,92,126)
#3E5473
(62,84,115)
#384C68
(56,76,104)
#32445D
(50,68,93)
#2C3C52
(44,60,82)
#263447
(38,52,71)
#202C3C
(32,44,60)
#1A2431
(26,36,49)
#141C26
(20,28,38)
#0E141B
(14,20,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #445C7E

#445C7E
(68,92,126)
#556A89
(85,106,137)
#667894
(102,120,148)
#77869F
(119,134,159)
#8894AA
(136,148,170)
#99A2B5
(153,162,181)
#AAB0C0
(170,176,192)
#BBBECB
(187,190,203)
#CCCCD6
(204,204,214)
#DDDAE1
(221,218,225)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445C7E color. Also use rgb(68,92,126) instead hex code.

Text Font Color

.myTextColor { color: #445C7E; }

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

This text font color is #445C7E.


Background Color

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

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

This div background color is #445C7E.


Border color

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

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

This div border color is #445C7E.


Opacity

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

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

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

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

This text has shadow with #445C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445C7E on black background.


Color preview on white background

This text has color #445C7E on white background.



Black color preview on #445C7E background

This text has black color on #445C7E background.


White color preview on #445C7E background

This text has white color on #445C7E background.