COLOR #454D57

HEX: #454D57
RGB: (69,77,87)

Color info

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

RGB color model

#454D57 color RGB value is (69,77,87).

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

RGB channels and saturation

R 69 of 255 = 27%
G 77 of 255 = 30%
B 87 of 255 = 34%

69
77
87

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

Portions of RGB colors in percentages

R + G + B =
69 + 77 + 87 = 233 (100%)
R 69 of 233 ~ 29.61%
G 77 of 233 ~ 33.05%
B 87 of 233 ~ 37.34%

%29.61
%33.05
%37.34

CMYK color model

#454D57 color CMYK value is (21,11,0,66).

  • cyan value is 20.69%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(21,11,0,66)
C21M11Y0K66 
(21%,11%,0%,66%)
(0.21/0.11/0.00/0.66)	

CMYK percentages

%20.69
%11.49
%0
%65.88

Codes

Color #454D57 in popluar color models

454D57
RGB697787
HSL213°11.54%30.59%
HSB/HSV213°20.69%34.12%
CMYK20.69%11.49%0.00%
65.88%

Color #454D57 in popluar number systems.

HEX454D57
Decimal697787
Binary100010110011011010111
Octal105115127

Shades and tints

Shades of #454D57

#454D57
(69,77,87)
#3F4650
(63,70,80)
#393F49
(57,63,73)
#333842
(51,56,66)
#2D313B
(45,49,59)
#272A34
(39,42,52)
#21232D
(33,35,45)
#1B1C26
(27,28,38)
#15151F
(21,21,31)
#0F0E18
(15,14,24)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #454D57

#454D57
(69,77,87)
#555D66
(85,93,102)
#656D75
(101,109,117)
#757D84
(117,125,132)
#858D93
(133,141,147)
#959DA2
(149,157,162)
#A5ADB1
(165,173,177)
#B5BDC0
(181,189,192)
#C5CDCF
(197,205,207)
#D5DDDE
(213,221,222)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454D57; }

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

This text font color is #454D57.


Background Color

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

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

This div background color is #454D57.


Border color

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

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

This div border color is #454D57.


Opacity

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

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

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

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

This text has shadow with #454D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454D57 on black background.


Color preview on white background

This text has color #454D57 on white background.



Black color preview on #454D57 background

This text has black color on #454D57 background.


White color preview on #454D57 background

This text has white color on #454D57 background.