COLOR #454C60

HEX: #454C60
RGB: (69,76,96)

Color info

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

RGB color model

#454C60 color RGB value is (69,76,96).

  • red value is 69;
  • green value is 76;
  • blue value is 96.
RGB:
(69,76,96)
(27%,30%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 96 of 255 = 38%

69
76
96

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

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 96 = 241 (100%)
R 69 of 241 ~ 28.63%
G 76 of 241 ~ 31.54%
B 96 of 241 ~ 39.83%

%28.63
%31.54
%39.83

CMYK color model

#454C60 color CMYK value is (28,21,0,62).

  • cyan value is 28.13%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(28,21,0,62)
C28M21Y0K62 
(28%,21%,0%,62%)
(0.28/0.21/0.00/0.62)	

CMYK percentages

%28.13
%20.83
%0
%62.35

Codes

Color #454C60 in popluar color models

454C60
RGB697696
HSL224°16.36%32.35%
HSB/HSV224°28.13%37.65%
CMYK28.13%20.83%0.00%
62.35%

Color #454C60 in popluar number systems.

HEX454C60
Decimal697696
Binary100010110011001100000
Octal105114140

Shades and tints

Shades of #454C60

#454C60
(69,76,96)
#3F4658
(63,70,88)
#394050
(57,64,80)
#333A48
(51,58,72)
#2D3440
(45,52,64)
#272E38
(39,46,56)
#212830
(33,40,48)
#1B2228
(27,34,40)
#151C20
(21,28,32)
#0F1618
(15,22,24)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #454C60

#454C60
(69,76,96)
#555C6E
(85,92,110)
#656C7C
(101,108,124)
#757C8A
(117,124,138)
#858C98
(133,140,152)
#959CA6
(149,156,166)
#A5ACB4
(165,172,180)
#B5BCC2
(181,188,194)
#C5CCD0
(197,204,208)
#D5DCDE
(213,220,222)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C60; }

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

This text font color is #454C60.


Background Color

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

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

This div background color is #454C60.


Border color

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

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

This div border color is #454C60.


Opacity

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

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

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

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

This text has shadow with #454C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C60 on black background.


Color preview on white background

This text has color #454C60 on white background.



Black color preview on #454C60 background

This text has black color on #454C60 background.


White color preview on #454C60 background

This text has white color on #454C60 background.