COLOR #454F57

HEX: #454F57
RGB: (69,79,87)

Color info

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

RGB color model

#454F57 color RGB value is (69,79,87).

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

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 87 of 255 = 34%

69
79
87

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

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 87 = 235 (100%)
R 69 of 235 ~ 29.36%
G 79 of 235 ~ 33.62%
B 87 of 235 ~ 37.02%

%29.36
%33.62
%37.02

CMYK color model

#454F57 color CMYK value is (21,9,0,66).

  • cyan value is 20.69%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(21,9,0,66)
C21M9Y0K66 
(21%,9%,0%,66%)
(0.21/0.09/0.00/0.66)	

CMYK percentages

%20.69
%9.2
%0
%65.88

Codes

Color #454F57 in popluar color models

454F57
RGB697987
HSL207°11.54%30.59%
HSB/HSV207°20.69%34.12%
CMYK20.69%9.20%0.00%
65.88%

Color #454F57 in popluar number systems.

HEX454F57
Decimal697987
Binary100010110011111010111
Octal105117127

Shades and tints

Shades of #454F57

#454F57
(69,79,87)
#3F4850
(63,72,80)
#394149
(57,65,73)
#333A42
(51,58,66)
#2D333B
(45,51,59)
#272C34
(39,44,52)
#21252D
(33,37,45)
#1B1E26
(27,30,38)
#15171F
(21,23,31)
#0F1018
(15,16,24)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #454F57

#454F57
(69,79,87)
#555F66
(85,95,102)
#656F75
(101,111,117)
#757F84
(117,127,132)
#858F93
(133,143,147)
#959FA2
(149,159,162)
#A5AFB1
(165,175,177)
#B5BFC0
(181,191,192)
#C5CFCF
(197,207,207)
#D5DFDE
(213,223,222)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454F57; }

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

This text font color is #454F57.


Background Color

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

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

This div background color is #454F57.


Border color

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

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

This div border color is #454F57.


Opacity

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

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

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

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

This text has shadow with #454F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F57 on black background.


Color preview on white background

This text has color #454F57 on white background.



Black color preview on #454F57 background

This text has black color on #454F57 background.


White color preview on #454F57 background

This text has white color on #454F57 background.