COLOR #455C59

HEX: #455C59
RGB: (69,92,89)

Color info

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

RGB color model

#455C59 color RGB value is (69,92,89).

  • red value is 69;
  • green value is 92;
  • blue value is 89.
RGB:
(69,92,89)
(27%,36%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 92 of 255 = 36%
B 89 of 255 = 35%

69
92
89

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

Portions of RGB colors in percentages

R + G + B =
69 + 92 + 89 = 250 (100%)
R 69 of 250 ~ 27.6%
G 92 of 250 ~ 36.8%
B 89 of 250 ~ 35.6%

%27.6
%36.8
%35.6

CMYK color model

#455C59 color CMYK value is (25,0,3,64).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK:
(25,0,3,64)
C25M0Y3K64 
(25%,0%,3%,64%)
(0.25/0.00/0.03/0.64)	

CMYK percentages

%25
%0
%3.26
%63.92

Codes

Color #455C59 in popluar color models

455C59
RGB699289
HSL172°14.29%31.57%
HSB/HSV172°25.00%36.08%
CMYK25.00%0.00%3.26%
63.92%

Color #455C59 in popluar number systems.

HEX455C59
Decimal699289
Binary100010110111001011001
Octal105134131

Shades and tints

Shades of #455C59

#455C59
(69,92,89)
#3F5451
(63,84,81)
#394C49
(57,76,73)
#334441
(51,68,65)
#2D3C39
(45,60,57)
#273431
(39,52,49)
#212C29
(33,44,41)
#1B2421
(27,36,33)
#151C19
(21,28,25)
#0F1411
(15,20,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #455C59

#455C59
(69,92,89)
#556A68
(85,106,104)
#657877
(101,120,119)
#758686
(117,134,134)
#859495
(133,148,149)
#95A2A4
(149,162,164)
#A5B0B3
(165,176,179)
#B5BEC2
(181,190,194)
#C5CCD1
(197,204,209)
#D5DAE0
(213,218,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C59; }

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

This text font color is #455C59.


Background Color

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

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

This div background color is #455C59.


Border color

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

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

This div border color is #455C59.


Opacity

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

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

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

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

This text has shadow with #455C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455C59 on black background.


Color preview on white background

This text has color #455C59 on white background.



Black color preview on #455C59 background

This text has black color on #455C59 background.


White color preview on #455C59 background

This text has white color on #455C59 background.