COLOR #445473

HEX: #445473
RGB: (68,84,115)

Color info

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

RGB color model

#445473 color RGB value is (68,84,115).

  • red value is 68;
  • green value is 84;
  • blue value is 115.
RGB:
(68,84,115)
(27%,33%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 84 of 255 = 33%
B 115 of 255 = 45%

68
84
115

R + G + B ~ 35%. #445473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 84 + 115 = 267 (100%)
R 68 of 267 ~ 25.47%
G 84 of 267 ~ 31.46%
B 115 of 267 ~ 43.07%

%25.47
%31.46
%43.07

CMYK color model

#445473 color CMYK value is (41,27,0,55).

  • cyan value is 40.87%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(41,27,0,55)
C41M27Y0K55 
(41%,27%,0%,55%)
(0.41/0.27/0.00/0.55)	

CMYK percentages

%40.87
%26.96
%0
%54.9

Codes

Color #445473 in popluar color models

445473
RGB6884115
HSL220°25.68%35.88%
HSB/HSV220°40.87%45.10%
CMYK40.87%26.96%0.00%
54.90%

Color #445473 in popluar number systems.

HEX445473
Decimal6884115
Binary100010010101001110011
Octal104124163

Shades and tints

Shades of #445473

#445473
(68,84,115)
#3E4D69
(62,77,105)
#38465F
(56,70,95)
#323F55
(50,63,85)
#2C384B
(44,56,75)
#263141
(38,49,65)
#202A37
(32,42,55)
#1A232D
(26,35,45)
#141C23
(20,28,35)
#0E1519
(14,21,25)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #445473

#445473
(68,84,115)
#55637F
(85,99,127)
#66728B
(102,114,139)
#778197
(119,129,151)
#8890A3
(136,144,163)
#999FAF
(153,159,175)
#AAAEBB
(170,174,187)
#BBBDC7
(187,189,199)
#CCCCD3
(204,204,211)
#DDDBDF
(221,219,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445473 color. Also use rgb(68,84,115) instead hex code.

Text Font Color

.myTextColor { color: #445473; }

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

This text font color is #445473.


Background Color

.myBgColor { background-color: #445473; }

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

This div background color is #445473.


Border color

.myBorderColor { border: 1px solid #445473; }

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

This div border color is #445473.


Opacity

.myOpacity80 { color: #445473; opacity: 0.8; }

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

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

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

This text has shadow with #445473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445473 on black background.


Color preview on white background

This text has color #445473 on white background.



Black color preview on #445473 background

This text has black color on #445473 background.


White color preview on #445473 background

This text has white color on #445473 background.