COLOR #455C6E

HEX: #455C6E RGB: (69,92,110)

Color info

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

RGB color model

#455C6E color RGB value is (69,92,110).

RGB: (69,92,110) (27%, 36%, 43%)

RGB channels and saturation

R 69 of 255 = 27%
G 92 of 255 = 36%
B 110 of 255 = 43%

69
92
110

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

Portions of RGB colors in percentages

R + G + B = 69 + 92 + 110 = 271 (100%)
R 69 of 271 ~ 25.46%
G 92 of 271 ~ 33.95%
B 110 of 271 ~ 40.59'%

%25.46
%33.95
%40.59

CMYK color model

#455C6E color CMYK value is (37,16,0,57).

  • cyan value is 37.27%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (37,16,0,57)
C37M16Y0K57 (37%, 16%, 0%, 57%)
(0.37 / 0.16 / 0.00 / 0.57)

CMYK percentages

%37.27
%16.36
%0
%56.86

Codes

Color #455C6E in popluar color models

45 5C 6E
RGB 69 92 110
HSL 206° 22.91% 35.10%
HSB/HSV 206° 37.27% 43.14%
CMYK 37.27% 16.36% 0.00%
56.86%

Color #455C6E in popluar number systems.

HEX 45 5C 6E
Decimal 69 92 110
Binary 1000101 1011100 1101110
Octal 105 134 156

Shades and tints

Shades of #455C6E

#455C6E
(69,92,110)
#3F5464
(63,84,100)
#394C5A
(57,76,90)
#334450
(51,68,80)
#2D3C46
(45,60,70)
#27343C
(39,52,60)
#212C32
(33,44,50)
#1B2428
(27,36,40)
#151C1E
(21,28,30)
#0F1414
(15,20,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #455C6E

#455C6E
(69,92,110)
#556A7B
(85,106,123)
#657888
(101,120,136)
#758695
(117,134,149)
#8594A2
(133,148,162)
#95A2AF
(149,162,175)
#A5B0BC
(165,176,188)
#B5BEC9
(181,190,201)
#C5CCD6
(197,204,214)
#D5DAE3
(213,218,227)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C6E; }

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

This text font color is #455C6E.

Background Color

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

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

This div background color is #455C6E.

Border color

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

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

This div border color is #455C6E.

Opacity

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

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

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

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

This text has shadow with #455C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455C6E.

Preview

Color preview on black background

This text has color #455C6E on black background.


Color preview on white background

This text has color #455C6E on white background.


Black color preview on #455C6E background

This text has black color on #455C6E background.


White color preview on #455C6E background

This text has white color on #455C6E background.


Related colors

Complementary color

Complementary color for #hex is #BAA391.


I love getcolorcode.com

Triadic colors

1 #6E455C and #5C6E45 with #455C6E are triadic colors.

2 #6E5C45 and #5C456E with #455C6E are triadic colors.