COLOR #454A57

HEX: #454A57
RGB: (69,74,87)

Color info

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

RGB color model

#454A57 color RGB value is (69,74,87).

  • red value is 69;
  • green value is 74;
  • blue value is 87.
RGB:
(69,74,87)
(27%,29%,34%)

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 87 of 255 = 34%

69
74
87

R + G + B ~ 30%. #454A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 87 = 230 (100%)
R 69 of 230 ~ 30%
G 74 of 230 ~ 32.17%
B 87 of 230 ~ 37.83%

%30
%32.17
%37.83

CMYK color model

#454A57 color CMYK value is (21,15,0,66).

  • cyan value is 20.69%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(21,15,0,66)
C21M15Y0K66 
(21%,15%,0%,66%)
(0.21/0.15/0.00/0.66)	

CMYK percentages

%20.69
%14.94
%0
%65.88

Codes

Color #454A57 in popluar color models

454A57
RGB697487
HSL223°11.54%30.59%
HSB/HSV223°20.69%34.12%
CMYK20.69%14.94%0.00%
65.88%

Color #454A57 in popluar number systems.

HEX454A57
Decimal697487
Binary100010110010101010111
Octal105112127

Shades and tints

Shades of #454A57

#454A57
(69,74,87)
#3F4450
(63,68,80)
#393E49
(57,62,73)
#333842
(51,56,66)
#2D323B
(45,50,59)
#272C34
(39,44,52)
#21262D
(33,38,45)
#1B2026
(27,32,38)
#151A1F
(21,26,31)
#0F1418
(15,20,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #454A57

#454A57
(69,74,87)
#555A66
(85,90,102)
#656A75
(101,106,117)
#757A84
(117,122,132)
#858A93
(133,138,147)
#959AA2
(149,154,162)
#A5AAB1
(165,170,177)
#B5BAC0
(181,186,192)
#C5CACF
(197,202,207)
#D5DADE
(213,218,222)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454A57 color. Also use rgb(69,74,87) instead hex code.

Text Font Color

.myTextColor { color: #454A57; }

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

This text font color is #454A57.


Background Color

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

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

This div background color is #454A57.


Border color

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

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

This div border color is #454A57.


Opacity

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

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

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

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

This text has shadow with #454A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A57 on black background.


Color preview on white background

This text has color #454A57 on white background.



Black color preview on #454A57 background

This text has black color on #454A57 background.


White color preview on #454A57 background

This text has white color on #454A57 background.