COLOR #455A57

HEX: #455A57
RGB: (69,90,87)

Color info

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

RGB color model

#455A57 color RGB value is (69,90,87).

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

RGB channels and saturation

R 69 of 255 = 27%
G 90 of 255 = 35%
B 87 of 255 = 34%

69
90
87

R + G + B ~ 32%. #455A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 90 + 87 = 246 (100%)
R 69 of 246 ~ 28.05%
G 90 of 246 ~ 36.59%
B 87 of 246 ~ 35.37%

%28.05
%36.59
%35.37

CMYK color model

#455A57 color CMYK value is (23,0,3,65).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(23,0,3,65)
C23M0Y3K65 
(23%,0%,3%,65%)
(0.23/0.00/0.03/0.65)	

CMYK percentages

%23.33
%0
%3.33
%64.71

Codes

Color #455A57 in popluar color models

455A57
RGB699087
HSL171°13.21%31.18%
HSB/HSV171°23.33%35.29%
CMYK23.33%0.00%3.33%
64.71%

Color #455A57 in popluar number systems.

HEX455A57
Decimal699087
Binary100010110110101010111
Octal105132127

Shades and tints

Shades of #455A57

#455A57
(69,90,87)
#3F5250
(63,82,80)
#394A49
(57,74,73)
#334242
(51,66,66)
#2D3A3B
(45,58,59)
#273234
(39,50,52)
#212A2D
(33,42,45)
#1B2226
(27,34,38)
#151A1F
(21,26,31)
#0F1218
(15,18,24)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #455A57

#455A57
(69,90,87)
#556966
(85,105,102)
#657875
(101,120,117)
#758784
(117,135,132)
#859693
(133,150,147)
#95A5A2
(149,165,162)
#A5B4B1
(165,180,177)
#B5C3C0
(181,195,192)
#C5D2CF
(197,210,207)
#D5E1DE
(213,225,222)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455A57; }

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

This text font color is #455A57.


Background Color

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

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

This div background color is #455A57.


Border color

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

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

This div border color is #455A57.


Opacity

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

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

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

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

This text has shadow with #455A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455A57 on black background.


Color preview on white background

This text has color #455A57 on white background.



Black color preview on #455A57 background

This text has black color on #455A57 background.


White color preview on #455A57 background

This text has white color on #455A57 background.