COLOR #445F79

HEX: #445F79
RGB: (68,95,121)

Color info

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

RGB color model

#445F79 color RGB value is (68,95,121).

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

RGB channels and saturation

R 68 of 255 = 27%
G 95 of 255 = 37%
B 121 of 255 = 47%

68
95
121

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

Portions of RGB colors in percentages

R + G + B =
68 + 95 + 121 = 284 (100%)
R 68 of 284 ~ 23.94%
G 95 of 284 ~ 33.45%
B 121 of 284 ~ 42.61%

%23.94
%33.45
%42.61

CMYK color model

#445F79 color CMYK value is (44,21,0,53).

  • cyan value is 43.80%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(44,21,0,53)
C44M21Y0K53 
(44%,21%,0%,53%)
(0.44/0.21/0.00/0.53)	

CMYK percentages

%43.8
%21.49
%0
%52.55

Codes

Color #445F79 in popluar color models

445F79
RGB6895121
HSL209°28.04%37.06%
HSB/HSV209°43.80%47.45%
CMYK43.80%21.49%0.00%
52.55%

Color #445F79 in popluar number systems.

HEX445F79
Decimal6895121
Binary100010010111111111001
Octal104137171

Shades and tints

Shades of #445F79

#445F79
(68,95,121)
#3E576E
(62,87,110)
#384F63
(56,79,99)
#324758
(50,71,88)
#2C3F4D
(44,63,77)
#263742
(38,55,66)
#202F37
(32,47,55)
#1A272C
(26,39,44)
#141F21
(20,31,33)
#0E1716
(14,23,22)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #445F79

#445F79
(68,95,121)
#556D85
(85,109,133)
#667B91
(102,123,145)
#77899D
(119,137,157)
#8897A9
(136,151,169)
#99A5B5
(153,165,181)
#AAB3C1
(170,179,193)
#BBC1CD
(187,193,205)
#CCCFD9
(204,207,217)
#DDDDE5
(221,221,229)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445F79; }

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

This text font color is #445F79.


Background Color

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

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

This div background color is #445F79.


Border color

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

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

This div border color is #445F79.


Opacity

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

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

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

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

This text has shadow with #445F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445F79 on black background.


Color preview on white background

This text has color #445F79 on white background.



Black color preview on #445F79 background

This text has black color on #445F79 background.


White color preview on #445F79 background

This text has white color on #445F79 background.