COLOR #454E5B

HEX: #454E5B
RGB: (69,78,91)

Color info

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

RGB color model

#454E5B color RGB value is (69,78,91).

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

RGB channels and saturation

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

69
78
91

R + G + B ~ 31%. #454E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 78 + 91 = 238 (100%)
R 69 of 238 ~ 28.99%
G 78 of 238 ~ 32.77%
B 91 of 238 ~ 38.24%

%28.99
%32.77
%38.24

CMYK color model

#454E5B color CMYK value is (24,14,0,64).

  • cyan value is 24.18%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(24,14,0,64)
C24M14Y0K64 
(24%,14%,0%,64%)
(0.24/0.14/0.00/0.64)	

CMYK percentages

%24.18
%14.29
%0
%64.31

Codes

Color #454E5B in popluar color models

454E5B
RGB697891
HSL215°13.75%31.37%
HSB/HSV215°24.18%35.69%
CMYK24.18%14.29%0.00%
64.31%

Color #454E5B in popluar number systems.

HEX454E5B
Decimal697891
Binary100010110011101011011
Octal105116133

Shades and tints

Shades of #454E5B

#454E5B
(69,78,91)
#3F4753
(63,71,83)
#39404B
(57,64,75)
#333943
(51,57,67)
#2D323B
(45,50,59)
#272B33
(39,43,51)
#21242B
(33,36,43)
#1B1D23
(27,29,35)
#15161B
(21,22,27)
#0F0F13
(15,15,19)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #454E5B

#454E5B
(69,78,91)
#555E69
(85,94,105)
#656E77
(101,110,119)
#757E85
(117,126,133)
#858E93
(133,142,147)
#959EA1
(149,158,161)
#A5AEAF
(165,174,175)
#B5BEBD
(181,190,189)
#C5CECB
(197,206,203)
#D5DED9
(213,222,217)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454E5B; }

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

This text font color is #454E5B.


Background Color

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

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

This div background color is #454E5B.


Border color

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

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

This div border color is #454E5B.


Opacity

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

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

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

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

This text has shadow with #454E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454E5B on black background.


Color preview on white background

This text has color #454E5B on white background.



Black color preview on #454E5B background

This text has black color on #454E5B background.


White color preview on #454E5B background

This text has white color on #454E5B background.