COLOR #445F7D

HEX: #445F7D
RGB: (68,95,125)

Color info

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

RGB color model

#445F7D color RGB value is (68,95,125).

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

RGB channels and saturation

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

68
95
125

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

Portions of RGB colors in percentages

R + G + B =
68 + 95 + 125 = 288 (100%)
R 68 of 288 ~ 23.61%
G 95 of 288 ~ 32.99%
B 125 of 288 ~ 43.4%

%23.61
%32.99
%43.4

CMYK color model

#445F7D color CMYK value is (46,24,0,51).

  • cyan value is 45.60%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(46,24,0,51)
C46M24Y0K51 
(46%,24%,0%,51%)
(0.46/0.24/0.00/0.51)	

CMYK percentages

%45.6
%24
%0
%50.98

Codes

Color #445F7D in popluar color models

445F7D
RGB6895125
HSL212°29.53%37.84%
HSB/HSV212°45.60%49.02%
CMYK45.60%24.00%0.00%
50.98%

Color #445F7D in popluar number systems.

HEX445F7D
Decimal6895125
Binary100010010111111111101
Octal104137175

Shades and tints

Shades of #445F7D

#445F7D
(68,95,125)
#3E5772
(62,87,114)
#384F67
(56,79,103)
#32475C
(50,71,92)
#2C3F51
(44,63,81)
#263746
(38,55,70)
#202F3B
(32,47,59)
#1A2730
(26,39,48)
#141F25
(20,31,37)
#0E171A
(14,23,26)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #445F7D

#445F7D
(68,95,125)
#556D88
(85,109,136)
#667B93
(102,123,147)
#77899E
(119,137,158)
#8897A9
(136,151,169)
#99A5B4
(153,165,180)
#AAB3BF
(170,179,191)
#BBC1CA
(187,193,202)
#CCCFD5
(204,207,213)
#DDDDE0
(221,221,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445F7D; }

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

This text font color is #445F7D.


Background Color

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

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

This div background color is #445F7D.


Border color

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

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

This div border color is #445F7D.


Opacity

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

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

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

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

This text has shadow with #445F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445F7D on black background.


Color preview on white background

This text has color #445F7D on white background.



Black color preview on #445F7D background

This text has black color on #445F7D background.


White color preview on #445F7D background

This text has white color on #445F7D background.