COLOR #455C4F

HEX: #455C4F
RGB: (69,92,79)

Color info

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

RGB color model

#455C4F color RGB value is (69,92,79).

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

RGB channels and saturation

R 69 of 255 = 27%
G 92 of 255 = 36%
B 79 of 255 = 31%

69
92
79

R + G + B ~ 31%. #455C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 92 + 79 = 240 (100%)
R 69 of 240 ~ 28.75%
G 92 of 240 ~ 38.33%
B 79 of 240 ~ 32.92%

%28.75
%38.33
%32.92

CMYK color model

#455C4F color CMYK value is (25,0,14,64).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(25,0,14,64)
C25M0Y14K64 
(25%,0%,14%,64%)
(0.25/0.00/0.14/0.64)	

CMYK percentages

%25
%0
%14.13
%63.92

Codes

Color #455C4F in popluar color models

455C4F
RGB699279
HSL146°14.29%31.57%
HSB/HSV146°25.00%36.08%
CMYK25.00%0.00%14.13%
63.92%

Color #455C4F in popluar number systems.

HEX455C4F
Decimal699279
Binary100010110111001001111
Octal105134117

Shades and tints

Shades of #455C4F

#455C4F
(69,92,79)
#3F5448
(63,84,72)
#394C41
(57,76,65)
#33443A
(51,68,58)
#2D3C33
(45,60,51)
#27342C
(39,52,44)
#212C25
(33,44,37)
#1B241E
(27,36,30)
#151C17
(21,28,23)
#0F1410
(15,20,16)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #455C4F

#455C4F
(69,92,79)
#556A5F
(85,106,95)
#65786F
(101,120,111)
#75867F
(117,134,127)
#85948F
(133,148,143)
#95A29F
(149,162,159)
#A5B0AF
(165,176,175)
#B5BEBF
(181,190,191)
#C5CCCF
(197,204,207)
#D5DADF
(213,218,223)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C4F; }

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

This text font color is #455C4F.


Background Color

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

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

This div background color is #455C4F.


Border color

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

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

This div border color is #455C4F.


Opacity

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

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

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

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

This text has shadow with #455C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455C4F on black background.


Color preview on white background

This text has color #455C4F on white background.



Black color preview on #455C4F background

This text has black color on #455C4F background.


White color preview on #455C4F background

This text has white color on #455C4F background.