COLOR #445F7E

HEX: #445F7E
RGB: (68,95,126)

Color info

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

RGB color model

#445F7E color RGB value is (68,95,126).

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

RGB channels and saturation

R 68 of 255 = 27%
G 95 of 255 = 37%
B 126 of 255 = 49%

68
95
126

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

Portions of RGB colors in percentages

R + G + B =
68 + 95 + 126 = 289 (100%)
R 68 of 289 ~ 23.53%
G 95 of 289 ~ 32.87%
B 126 of 289 ~ 43.6%

%23.53
%32.87
%43.6

CMYK color model

#445F7E color CMYK value is (46,25,0,51).

  • cyan value is 46.03%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(46,25,0,51)
C46M25Y0K51 
(46%,25%,0%,51%)
(0.46/0.25/0.00/0.51)	

CMYK percentages

%46.03
%24.6
%0
%50.59

Codes

Color #445F7E in popluar color models

445F7E
RGB6895126
HSL212°29.90%38.04%
HSB/HSV212°46.03%49.41%
CMYK46.03%24.60%0.00%
50.59%

Color #445F7E in popluar number systems.

HEX445F7E
Decimal6895126
Binary100010010111111111110
Octal104137176

Shades and tints

Shades of #445F7E

#445F7E
(68,95,126)
#3E5773
(62,87,115)
#384F68
(56,79,104)
#32475D
(50,71,93)
#2C3F52
(44,63,82)
#263747
(38,55,71)
#202F3C
(32,47,60)
#1A2731
(26,39,49)
#141F26
(20,31,38)
#0E171B
(14,23,27)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #445F7E

#445F7E
(68,95,126)
#556D89
(85,109,137)
#667B94
(102,123,148)
#77899F
(119,137,159)
#8897AA
(136,151,170)
#99A5B5
(153,165,181)
#AAB3C0
(170,179,192)
#BBC1CB
(187,193,203)
#CCCFD6
(204,207,214)
#DDDDE1
(221,221,225)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445F7E; }

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

This text font color is #445F7E.


Background Color

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

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

This div background color is #445F7E.


Border color

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

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

This div border color is #445F7E.


Opacity

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

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

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

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

This text has shadow with #445F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445F7E on black background.


Color preview on white background

This text has color #445F7E on white background.



Black color preview on #445F7E background

This text has black color on #445F7E background.


White color preview on #445F7E background

This text has white color on #445F7E background.