COLOR #455C4E

HEX: #455C4E
RGB: (69,92,78)

Color info

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

RGB color model

#455C4E color RGB value is (69,92,78).

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

RGB channels and saturation

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

69
92
78

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

Portions of RGB colors in percentages

R + G + B =
69 + 92 + 78 = 239 (100%)
R 69 of 239 ~ 28.87%
G 92 of 239 ~ 38.49%
B 78 of 239 ~ 32.64%

%28.87
%38.49
%32.64

CMYK color model

#455C4E color CMYK value is (25,0,15,64).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 63.92%
CMYK:
(25,0,15,64)
C25M0Y15K64 
(25%,0%,15%,64%)
(0.25/0.00/0.15/0.64)	

CMYK percentages

%25
%0
%15.22
%63.92

Codes

Color #455C4E in popluar color models

455C4E
RGB699278
HSL143°14.29%31.57%
HSB/HSV143°25.00%36.08%
CMYK25.00%0.00%15.22%
63.92%

Color #455C4E in popluar number systems.

HEX455C4E
Decimal699278
Binary100010110111001001110
Octal105134116

Shades and tints

Shades of #455C4E

#455C4E
(69,92,78)
#3F5447
(63,84,71)
#394C40
(57,76,64)
#334439
(51,68,57)
#2D3C32
(45,60,50)
#27342B
(39,52,43)
#212C24
(33,44,36)
#1B241D
(27,36,29)
#151C16
(21,28,22)
#0F140F
(15,20,15)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #455C4E

#455C4E
(69,92,78)
#556A5E
(85,106,94)
#65786E
(101,120,110)
#75867E
(117,134,126)
#85948E
(133,148,142)
#95A29E
(149,162,158)
#A5B0AE
(165,176,174)
#B5BEBE
(181,190,190)
#C5CCCE
(197,204,206)
#D5DADE
(213,218,222)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455C4E; }

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

This text font color is #455C4E.


Background Color

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

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

This div background color is #455C4E.


Border color

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

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

This div border color is #455C4E.


Opacity

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

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

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

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

This text has shadow with #455C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455C4E on black background.


Color preview on white background

This text has color #455C4E on white background.



Black color preview on #455C4E background

This text has black color on #455C4E background.


White color preview on #455C4E background

This text has white color on #455C4E background.