COLOR #454F60

HEX: #454F60 RGB: (69,79,96)

Color info

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

RGB color model

#454F60 color RGB value is (69,79,96).

RGB: (69,79,96) (27%, 31%, 38%)

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 96 of 255 = 38%

69
79
96

R + G + B ~ 32%. #454F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 79 + 96 = 244 (100%)
R 69 of 244 ~ 28.28%
G 79 of 244 ~ 32.38%
B 96 of 244 ~ 39.34'%

%28.28
%32.38
%39.34

CMYK color model

#454F60 color CMYK value is (28,18,0,62).

  • cyan value is 28.13%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (28,18,0,62) C28M18Y0K62 (28%,18%,0%,62%) (0.28/0.18/0.00/0.62) 

CMYK percentages

%28.13
%17.71
%0
%62.35

Codes

Color #454F60 in popluar color models

45 4F 60
RGB 69 79 96
HSL 218° 16.36% 32.35%
HSB/HSV 218° 28.13% 37.65%
CMYK 28.13% 17.71% 0.00%
62.35%

Color #454F60 in popluar number systems.

HEX 45 4F 60
Decimal 69 79 96
Binary 1000101 1001111 1100000
Octal 105 117 140

Shades and tints

Shades of #454F60

#454F60
(69,79,96)
#3F4858
(63,72,88)
#394150
(57,65,80)
#333A48
(51,58,72)
#2D3340
(45,51,64)
#272C38
(39,44,56)
#212530
(33,37,48)
#1B1E28
(27,30,40)
#151720
(21,23,32)
#0F1018
(15,16,24)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #454F60

#454F60
(69,79,96)
#555F6E
(85,95,110)
#656F7C
(101,111,124)
#757F8A
(117,127,138)
#858F98
(133,143,152)
#959FA6
(149,159,166)
#A5AFB4
(165,175,180)
#B5BFC2
(181,191,194)
#C5CFD0
(197,207,208)
#D5DFDE
(213,223,222)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454F60; }

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

This text font color is #454F60.

Background Color

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

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

This div background color is #454F60.

Border color

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

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

This div border color is #454F60.

Opacity

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

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

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

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

This text has shadow with #454F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454F60.

Preview

Color preview on black background

This text has color #454F60 on black background.


Color preview on white background

This text has color #454F60 on white background.


Black color preview on #454F60 background

This text has black color on #454F60 background.


White color preview on #454F60 background

This text has white color on #454F60 background.


Related colors

Complementary color

Complementary color for #hex is #BAB09F.


I love getcolorcode.com

Triadic colors

1 #60454F and #4F6045 with #454F60 are triadic colors.

2 #604F45 and #4F4560 with #454F60 are triadic colors.