COLOR #455C58

HEX: #455C58
RGB: (69,92,88)

Color info

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

RGB color model

#455C58 color RGB value is (69,92,88).

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

RGB channels and saturation

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

69
92
88

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

Portions of RGB colors in percentages

R + G + B =
69 + 92 + 88 = 249 (100%)
R 69 of 249 ~ 27.71%
G 92 of 249 ~ 36.95%
B 88 of 249 ~ 35.34%

%27.71
%36.95
%35.34

CMYK color model

#455C58 color CMYK value is (25,0,4,64).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 63.92%
CMYK:
(25,0,4,64)
C25M0Y4K64 
(25%,0%,4%,64%)
(0.25/0.00/0.04/0.64)	

CMYK percentages

%25
%0
%4.35
%63.92

Codes

Color #455C58 in popluar color models

455C58
RGB699288
HSL170°14.29%31.57%
HSB/HSV170°25.00%36.08%
CMYK25.00%0.00%4.35%
63.92%

Color #455C58 in popluar number systems.

HEX455C58
Decimal699288
Binary100010110111001011000
Octal105134130

Shades and tints

Shades of #455C58

#455C58
(69,92,88)
#3F5450
(63,84,80)
#394C48
(57,76,72)
#334440
(51,68,64)
#2D3C38
(45,60,56)
#273430
(39,52,48)
#212C28
(33,44,40)
#1B2420
(27,36,32)
#151C18
(21,28,24)
#0F1410
(15,20,16)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #455C58

#455C58
(69,92,88)
#556A67
(85,106,103)
#657876
(101,120,118)
#758685
(117,134,133)
#859494
(133,148,148)
#95A2A3
(149,162,163)
#A5B0B2
(165,176,178)
#B5BEC1
(181,190,193)
#C5CCD0
(197,204,208)
#D5DADF
(213,218,223)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C58; }

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

This text font color is #455C58.


Background Color

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

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

This div background color is #455C58.


Border color

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

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

This div border color is #455C58.


Opacity

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

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

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

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

This text has shadow with #455C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455C58 on black background.


Color preview on white background

This text has color #455C58 on white background.



Black color preview on #455C58 background

This text has black color on #455C58 background.


White color preview on #455C58 background

This text has white color on #455C58 background.