COLOR #455A5F

HEX: #455A5F
RGB: (69,90,95)

Color info

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

RGB color model

#455A5F color RGB value is (69,90,95).

  • red value is 69;
  • green value is 90;
  • blue value is 95.
RGB:
(69,90,95)
(27%,35%,37%)

RGB channels and saturation

R 69 of 255 = 27%
G 90 of 255 = 35%
B 95 of 255 = 37%

69
90
95

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

Portions of RGB colors in percentages

R + G + B =
69 + 90 + 95 = 254 (100%)
R 69 of 254 ~ 27.17%
G 90 of 254 ~ 35.43%
B 95 of 254 ~ 37.4%

%27.17
%35.43
%37.4

CMYK color model

#455A5F color CMYK value is (27,5,0,63).

  • cyan value is 27.37%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(27,5,0,63)
C27M5Y0K63 
(27%,5%,0%,63%)
(0.27/0.05/0.00/0.63)	

CMYK percentages

%27.37
%5.26
%0
%62.75

Codes

Color #455A5F in popluar color models

455A5F
RGB699095
HSL192°15.85%32.16%
HSB/HSV192°27.37%37.25%
CMYK27.37%5.26%0.00%
62.75%

Color #455A5F in popluar number systems.

HEX455A5F
Decimal699095
Binary100010110110101011111
Octal105132137

Shades and tints

Shades of #455A5F

#455A5F
(69,90,95)
#3F5257
(63,82,87)
#394A4F
(57,74,79)
#334247
(51,66,71)
#2D3A3F
(45,58,63)
#273237
(39,50,55)
#212A2F
(33,42,47)
#1B2227
(27,34,39)
#151A1F
(21,26,31)
#0F1217
(15,18,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #455A5F

#455A5F
(69,90,95)
#55696D
(85,105,109)
#65787B
(101,120,123)
#758789
(117,135,137)
#859697
(133,150,151)
#95A5A5
(149,165,165)
#A5B4B3
(165,180,179)
#B5C3C1
(181,195,193)
#C5D2CF
(197,210,207)
#D5E1DD
(213,225,221)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455A5F; }

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

This text font color is #455A5F.


Background Color

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

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

This div background color is #455A5F.


Border color

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

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

This div border color is #455A5F.


Opacity

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

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

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

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

This text has shadow with #455A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455A5F on black background.


Color preview on white background

This text has color #455A5F on white background.



Black color preview on #455A5F background

This text has black color on #455A5F background.


White color preview on #455A5F background

This text has white color on #455A5F background.