COLOR #455B5A

HEX: #455B5A RGB: (69,91,90)

Color info

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

RGB color model

#455B5A color RGB value is (69,91,90).

RGB: (69,91,90) (27%, 36%, 35%)

RGB channels and saturation

R 69 of 255 = 27%
G 91 of 255 = 36%
B 90 of 255 = 35%

69
91
90

R + G + B ~ 33%. #455B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 91 + 90 = 250 (100%)
R 69 of 250 ~ 27.6%
G 91 of 250 ~ 36.4%
B 90 of 250 ~ 36'%

%27.6
%36.4
%36

CMYK color model

#455B5A color CMYK value is (24,0,1,64).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 1.10%
  • key color value is 64.31%
CMYK: (24,0,1,64) C24M0Y1K64 (24%,0%,1%,64%) (0.24/0.00/0.01/0.64) 

CMYK percentages

%24.18
%0
%1.1
%64.31

Codes

Color #455B5A in popluar color models

45 5B 5A
RGB 69 91 90
HSL 177° 13.75% 31.37%
HSB/HSV 177° 24.18% 35.69%
CMYK 24.18% 0.00% 1.10%
64.31%

Color #455B5A in popluar number systems.

HEX 45 5B 5A
Decimal 69 91 90
Binary 1000101 1011011 1011010
Octal 105 133 132

Shades and tints

Shades of #455B5A

#455B5A
(69,91,90)
#3F5352
(63,83,82)
#394B4A
(57,75,74)
#334342
(51,67,66)
#2D3B3A
(45,59,58)
#273332
(39,51,50)
#212B2A
(33,43,42)
#1B2322
(27,35,34)
#151B1A
(21,27,26)
#0F1312
(15,19,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #455B5A

#455B5A
(69,91,90)
#556969
(85,105,105)
#657778
(101,119,120)
#758587
(117,133,135)
#859396
(133,147,150)
#95A1A5
(149,161,165)
#A5AFB4
(165,175,180)
#B5BDC3
(181,189,195)
#C5CBD2
(197,203,210)
#D5D9E1
(213,217,225)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455B5A color. Also use rgb(69,91,90) instead hex code.

Text Font Color

.myTextColor { color: #455B5A; }

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

This text font color is #455B5A.

Background Color

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

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

This div background color is #455B5A.

Border color

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

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

This div border color is #455B5A.

Opacity

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

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

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

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

This text has shadow with #455B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455B5A.

Preview

Color preview on black background

This text has color #455B5A on black background.


Color preview on white background

This text has color #455B5A on white background.


Black color preview on #455B5A background

This text has black color on #455B5A background.


White color preview on #455B5A background

This text has white color on #455B5A background.


Related colors

Complementary color

Complementary color for #hex is #BAA4A5.


I love getcolorcode.com

Triadic colors

1 #5A455B and #5B5A45 with #455B5A are triadic colors.

2 #5A5B45 and #5B455A with #455B5A are triadic colors.