COLOR #454C4E

HEX: #454C4E
RGB: (69,76,78)

Color info

#454C4E contains red, green and blue colors in about the same proportion. Web safe color of #454C4E is #333366 (or #336).

RGB color model

#454C4E color RGB value is (69,76,78).

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

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 78 of 255 = 31%

69
76
78

R + G + B ~ 29%. #454C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 78 = 223 (100%)
R 69 of 223 ~ 30.94%
G 76 of 223 ~ 34.08%
B 78 of 223 ~ 34.98%

%30.94
%34.08
%34.98

CMYK color model

#454C4E color CMYK value is (12,3,0,69).

  • cyan value is 11.54%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(12,3,0,69)
C12M3Y0K69 
(12%,3%,0%,69%)
(0.12/0.03/0.00/0.69)	

CMYK percentages

%11.54
%2.56
%0
%69.41

Codes

Color #454C4E in popluar color models

454C4E
RGB697678
HSL193°6.12%28.82%
HSB/HSV193°11.54%30.59%
CMYK11.54%2.56%0.00%
69.41%

Color #454C4E in popluar number systems.

HEX454C4E
Decimal697678
Binary100010110011001001110
Octal105114116

Shades and tints

Shades of #454C4E

#454C4E
(69,76,78)
#3F4647
(63,70,71)
#394040
(57,64,64)
#333A39
(51,58,57)
#2D3432
(45,52,50)
#272E2B
(39,46,43)
#212824
(33,40,36)
#1B221D
(27,34,29)
#151C16
(21,28,22)
#0F160F
(15,22,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #454C4E

#454C4E
(69,76,78)
#555C5E
(85,92,94)
#656C6E
(101,108,110)
#757C7E
(117,124,126)
#858C8E
(133,140,142)
#959C9E
(149,156,158)
#A5ACAE
(165,172,174)
#B5BCBE
(181,188,190)
#C5CCCE
(197,204,206)
#D5DCDE
(213,220,222)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C4E; }

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

This text font color is #454C4E.


Background Color

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

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

This div background color is #454C4E.


Border color

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

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

This div border color is #454C4E.


Opacity

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

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

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

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

This text has shadow with #454C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C4E on black background.


Color preview on white background

This text has color #454C4E on white background.



Black color preview on #454C4E background

This text has black color on #454C4E background.


White color preview on #454C4E background

This text has white color on #454C4E background.