COLOR #455C6B

HEX: #455C6B RGB: (69,92,107)

Color info

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

RGB color model

#455C6B color RGB value is (69,92,107).

RGB: (69,92,107) (27%, 36%, 42%)

RGB channels and saturation

R 69 of 255 = 27%
G 92 of 255 = 36%
B 107 of 255 = 42%

69
92
107

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

Portions of RGB colors in percentages

R + G + B = 69 + 92 + 107 = 268 (100%)
R 69 of 268 ~ 25.75%
G 92 of 268 ~ 34.33%
B 107 of 268 ~ 39.93'%

%25.75
%34.33
%39.93

CMYK color model

#455C6B color CMYK value is (36,14,0,58).

  • cyan value is 35.51%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (36,14,0,58)
C36M14Y0K58 (36%, 14%, 0%, 58%)
(0.36 / 0.14 / 0.00 / 0.58)

CMYK percentages

%35.51
%14.02
%0
%58.04

Codes

Color #455C6B in popluar color models

45 5C 6B
RGB 69 92 107
HSL 204° 21.59% 34.51%
HSB/HSV 204° 35.51% 41.96%
CMYK 35.51% 14.02% 0.00%
58.04%

Color #455C6B in popluar number systems.

HEX 45 5C 6B
Decimal 69 92 107
Binary 1000101 1011100 1101011
Octal 105 134 153

Shades and tints

Shades of #455C6B

#455C6B
(69,92,107)
#3F5462
(63,84,98)
#394C59
(57,76,89)
#334450
(51,68,80)
#2D3C47
(45,60,71)
#27343E
(39,52,62)
#212C35
(33,44,53)
#1B242C
(27,36,44)
#151C23
(21,28,35)
#0F141A
(15,20,26)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #455C6B

#455C6B
(69,92,107)
#556A78
(85,106,120)
#657885
(101,120,133)
#758692
(117,134,146)
#85949F
(133,148,159)
#95A2AC
(149,162,172)
#A5B0B9
(165,176,185)
#B5BEC6
(181,190,198)
#C5CCD3
(197,204,211)
#D5DAE0
(213,218,224)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C6B; }

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

This text font color is #455C6B.

Background Color

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

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

This div background color is #455C6B.

Border color

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

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

This div border color is #455C6B.

Opacity

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

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

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

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

This text has shadow with #455C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455C6B.

Preview

Color preview on black background

This text has color #455C6B on black background.


Color preview on white background

This text has color #455C6B on white background.


Black color preview on #455C6B background

This text has black color on #455C6B background.


White color preview on #455C6B background

This text has white color on #455C6B background.


Related colors

Complementary color

Complementary color for #hex is #BAA394.


I love getcolorcode.com

Triadic colors

1 #6B455C and #5C6B45 with #455C6B are triadic colors.

2 #6B5C45 and #5C456B with #455C6B are triadic colors.