COLOR #455C72

HEX: #455C72
RGB: (69,92,114)

Color info

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

RGB color model

#455C72 color RGB value is (69,92,114).

  • red value is 69;
  • green value is 92;
  • blue value is 114.
RGB:
(69,92,114)
(27%,36%,45%)

RGB channels and saturation

R 69 of 255 = 27%
G 92 of 255 = 36%
B 114 of 255 = 45%

69
92
114

R + G + B ~ 36%. #455C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 92 + 114 = 275 (100%)
R 69 of 275 ~ 25.09%
G 92 of 275 ~ 33.45%
B 114 of 275 ~ 41.45%

%25.09
%33.45
%41.45

CMYK color model

#455C72 color CMYK value is (39,19,0,55).

  • cyan value is 39.47%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,19,0,55)
C39M19Y0K55 
(39%,19%,0%,55%)
(0.39/0.19/0.00/0.55)	

CMYK percentages

%39.47
%19.3
%0
%55.29

Codes

Color #455C72 in popluar color models

455C72
RGB6992114
HSL209°24.59%35.88%
HSB/HSV209°39.47%44.71%
CMYK39.47%19.30%0.00%
55.29%

Color #455C72 in popluar number systems.

HEX455C72
Decimal6992114
Binary100010110111001110010
Octal105134162

Shades and tints

Shades of #455C72

#455C72
(69,92,114)
#3F5468
(63,84,104)
#394C5E
(57,76,94)
#334454
(51,68,84)
#2D3C4A
(45,60,74)
#273440
(39,52,64)
#212C36
(33,44,54)
#1B242C
(27,36,44)
#151C22
(21,28,34)
#0F1418
(15,20,24)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #455C72

#455C72
(69,92,114)
#556A7E
(85,106,126)
#65788A
(101,120,138)
#758696
(117,134,150)
#8594A2
(133,148,162)
#95A2AE
(149,162,174)
#A5B0BA
(165,176,186)
#B5BEC6
(181,190,198)
#C5CCD2
(197,204,210)
#D5DADE
(213,218,222)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455C72 color. Also use rgb(69,92,114) instead hex code.

Text Font Color

.myTextColor { color: #455C72; }

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

This text font color is #455C72.


Background Color

.myBgColor { background-color: #455C72; }

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

This div background color is #455C72.


Border color

.myBorderColor { border: 1px solid #455C72; }

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

This div border color is #455C72.


Opacity

.myOpacity80 { color: #455C72; opacity: 0.8; }

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

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

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

This text has shadow with #455C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455C72 on black background.


Color preview on white background

This text has color #455C72 on white background.



Black color preview on #455C72 background

This text has black color on #455C72 background.


White color preview on #455C72 background

This text has white color on #455C72 background.