COLOR #445772

HEX: #445772
RGB: (68,87,114)

Color info

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

RGB color model

#445772 color RGB value is (68,87,114).

  • red value is 68;
  • green value is 87;
  • blue value is 114.
RGB:
(68,87,114)
(27%,34%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 87 of 255 = 34%
B 114 of 255 = 45%

68
87
114

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

Portions of RGB colors in percentages

R + G + B =
68 + 87 + 114 = 269 (100%)
R 68 of 269 ~ 25.28%
G 87 of 269 ~ 32.34%
B 114 of 269 ~ 42.38%

%25.28
%32.34
%42.38

CMYK color model

#445772 color CMYK value is (40,24,0,55).

  • cyan value is 40.35%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(40,24,0,55)
C40M24Y0K55 
(40%,24%,0%,55%)
(0.40/0.24/0.00/0.55)	

CMYK percentages

%40.35
%23.68
%0
%55.29

Codes

Color #445772 in popluar color models

445772
RGB6887114
HSL215°25.27%35.69%
HSB/HSV215°40.35%44.71%
CMYK40.35%23.68%0.00%
55.29%

Color #445772 in popluar number systems.

HEX445772
Decimal6887114
Binary100010010101111110010
Octal104127162

Shades and tints

Shades of #445772

#445772
(68,87,114)
#3E5068
(62,80,104)
#38495E
(56,73,94)
#324254
(50,66,84)
#2C3B4A
(44,59,74)
#263440
(38,52,64)
#202D36
(32,45,54)
#1A262C
(26,38,44)
#141F22
(20,31,34)
#0E1818
(14,24,24)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #445772

#445772
(68,87,114)
#55667E
(85,102,126)
#66758A
(102,117,138)
#778496
(119,132,150)
#8893A2
(136,147,162)
#99A2AE
(153,162,174)
#AAB1BA
(170,177,186)
#BBC0C6
(187,192,198)
#CCCFD2
(204,207,210)
#DDDEDE
(221,222,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445772 color. Also use rgb(68,87,114) instead hex code.

Text Font Color

.myTextColor { color: #445772; }

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

This text font color is #445772.


Background Color

.myBgColor { background-color: #445772; }

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

This div background color is #445772.


Border color

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

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

This div border color is #445772.


Opacity

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

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

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

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

This text has shadow with #445772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445772 on black background.


Color preview on white background

This text has color #445772 on white background.



Black color preview on #445772 background

This text has black color on #445772 background.


White color preview on #445772 background

This text has white color on #445772 background.