COLOR #455E6D

HEX: #455E6D
RGB: (69,94,109)

Color info

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

RGB color model

#455E6D color RGB value is (69,94,109).

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

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 109 of 255 = 43%

69
94
109

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

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 109 = 272 (100%)
R 69 of 272 ~ 25.37%
G 94 of 272 ~ 34.56%
B 109 of 272 ~ 40.07%

%25.37
%34.56
%40.07

CMYK color model

#455E6D color CMYK value is (37,14,0,57).

  • cyan value is 36.70%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(37,14,0,57)
C37M14Y0K57 
(37%,14%,0%,57%)
(0.37/0.14/0.00/0.57)	

CMYK percentages

%36.7
%13.76
%0
%57.25

Codes

Color #455E6D in popluar color models

455E6D
RGB6994109
HSL203°22.47%34.90%
HSB/HSV203°36.70%42.75%
CMYK36.70%13.76%0.00%
57.25%

Color #455E6D in popluar number systems.

HEX455E6D
Decimal6994109
Binary100010110111101101101
Octal105136155

Shades and tints

Shades of #455E6D

#455E6D
(69,94,109)
#3F5664
(63,86,100)
#394E5B
(57,78,91)
#334652
(51,70,82)
#2D3E49
(45,62,73)
#273640
(39,54,64)
#212E37
(33,46,55)
#1B262E
(27,38,46)
#151E25
(21,30,37)
#0F161C
(15,22,28)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #455E6D

#455E6D
(69,94,109)
#556C7A
(85,108,122)
#657A87
(101,122,135)
#758894
(117,136,148)
#8596A1
(133,150,161)
#95A4AE
(149,164,174)
#A5B2BB
(165,178,187)
#B5C0C8
(181,192,200)
#C5CED5
(197,206,213)
#D5DCE2
(213,220,226)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455E6D; }

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

This text font color is #455E6D.


Background Color

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

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

This div background color is #455E6D.


Border color

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

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

This div border color is #455E6D.


Opacity

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

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

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

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

This text has shadow with #455E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455E6D on black background.


Color preview on white background

This text has color #455E6D on white background.



Black color preview on #455E6D background

This text has black color on #455E6D background.


White color preview on #455E6D background

This text has white color on #455E6D background.