COLOR #455E7A

HEX: #455E7A
RGB: (69,94,122)

Color info

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

RGB color model

#455E7A color RGB value is (69,94,122).

  • red value is 69;
  • green value is 94;
  • blue value is 122.
RGB:
(69,94,122)
(27%,37%,48%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 122 of 255 = 48%

69
94
122

R + G + B ~ 37%. #455E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 122 = 285 (100%)
R 69 of 285 ~ 24.21%
G 94 of 285 ~ 32.98%
B 122 of 285 ~ 42.81%

%24.21
%32.98
%42.81

CMYK color model

#455E7A color CMYK value is (43,23,0,52).

  • cyan value is 43.44%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,23,0,52)
C43M23Y0K52 
(43%,23%,0%,52%)
(0.43/0.23/0.00/0.52)	

CMYK percentages

%43.44
%22.95
%0
%52.16

Codes

Color #455E7A in popluar color models

455E7A
RGB6994122
HSL212°27.75%37.45%
HSB/HSV212°43.44%47.84%
CMYK43.44%22.95%0.00%
52.16%

Color #455E7A in popluar number systems.

HEX455E7A
Decimal6994122
Binary100010110111101111010
Octal105136172

Shades and tints

Shades of #455E7A

#455E7A
(69,94,122)
#3F566F
(63,86,111)
#394E64
(57,78,100)
#334659
(51,70,89)
#2D3E4E
(45,62,78)
#273643
(39,54,67)
#212E38
(33,46,56)
#1B262D
(27,38,45)
#151E22
(21,30,34)
#0F1617
(15,22,23)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #455E7A

#455E7A
(69,94,122)
#556C86
(85,108,134)
#657A92
(101,122,146)
#75889E
(117,136,158)
#8596AA
(133,150,170)
#95A4B6
(149,164,182)
#A5B2C2
(165,178,194)
#B5C0CE
(181,192,206)
#C5CEDA
(197,206,218)
#D5DCE6
(213,220,230)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455E7A color. Also use rgb(69,94,122) instead hex code.

Text Font Color

.myTextColor { color: #455E7A; }

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

This text font color is #455E7A.


Background Color

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

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

This div background color is #455E7A.


Border color

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

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

This div border color is #455E7A.


Opacity

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

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

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

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

This text has shadow with #455E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455E7A on black background.


Color preview on white background

This text has color #455E7A on white background.



Black color preview on #455E7A background

This text has black color on #455E7A background.


White color preview on #455E7A background

This text has white color on #455E7A background.