COLOR #455D84

HEX: #455D84
RGB: (69,93,132)

Color info

#455D84 contains mainly green and blue colors. Web safe color of #455D84 is #336699 (or #369).

RGB color model

#455D84 color RGB value is (69,93,132).

  • red value is 69;
  • green value is 93;
  • blue value is 132.
RGB:
(69,93,132)
(27%,36%,52%)

RGB channels and saturation

R 69 of 255 = 27%
G 93 of 255 = 36%
B 132 of 255 = 52%

69
93
132

R + G + B ~ 38%. #455D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 93 + 132 = 294 (100%)
R 69 of 294 ~ 23.47%
G 93 of 294 ~ 31.63%
B 132 of 294 ~ 44.9%

%23.47
%31.63
%44.9

CMYK color model

#455D84 color CMYK value is (48,30,0,48).

  • cyan value is 47.73%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(48,30,0,48)
C48M30Y0K48 
(48%,30%,0%,48%)
(0.48/0.30/0.00/0.48)	

CMYK percentages

%47.73
%29.55
%0
%48.24

Codes

Color #455D84 in popluar color models

455D84
RGB6993132
HSL217°31.34%39.41%
HSB/HSV217°47.73%51.76%
CMYK47.73%29.55%0.00%
48.24%

Color #455D84 in popluar number systems.

HEX455D84
Decimal6993132
Binary1000101101110110000100
Octal105135204

Shades and tints

Shades of #455D84

#455D84
(69,93,132)
#3F5578
(63,85,120)
#394D6C
(57,77,108)
#334560
(51,69,96)
#2D3D54
(45,61,84)
#273548
(39,53,72)
#212D3C
(33,45,60)
#1B2530
(27,37,48)
#151D24
(21,29,36)
#0F1518
(15,21,24)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #455D84

#455D84
(69,93,132)
#556B8F
(85,107,143)
#65799A
(101,121,154)
#7587A5
(117,135,165)
#8595B0
(133,149,176)
#95A3BB
(149,163,187)
#A5B1C6
(165,177,198)
#B5BFD1
(181,191,209)
#C5CDDC
(197,205,220)
#D5DBE7
(213,219,231)
#E5E9F2
(229,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455D84 color. Also use rgb(69,93,132) instead hex code.

Text Font Color

.myTextColor { color: #455D84; }

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

This text font color is #455D84.


Background Color

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

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

This div background color is #455D84.


Border color

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

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

This div border color is #455D84.


Opacity

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

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

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

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

This text has shadow with #455D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455D84 on black background.


Color preview on white background

This text has color #455D84 on white background.



Black color preview on #455D84 background

This text has black color on #455D84 background.


White color preview on #455D84 background

This text has white color on #455D84 background.