COLOR #454C5F

HEX: #454C5F
RGB: (69,76,95)

Color info

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

RGB color model

#454C5F color RGB value is (69,76,95).

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

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 95 of 255 = 37%

69
76
95

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

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 95 = 240 (100%)
R 69 of 240 ~ 28.75%
G 76 of 240 ~ 31.67%
B 95 of 240 ~ 39.58%

%28.75
%31.67
%39.58

CMYK color model

#454C5F color CMYK value is (27,20,0,63).

  • cyan value is 27.37%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(27,20,0,63)
C27M20Y0K63 
(27%,20%,0%,63%)
(0.27/0.20/0.00/0.63)	

CMYK percentages

%27.37
%20
%0
%62.75

Codes

Color #454C5F in popluar color models

454C5F
RGB697695
HSL224°15.85%32.16%
HSB/HSV224°27.37%37.25%
CMYK27.37%20.00%0.00%
62.75%

Color #454C5F in popluar number systems.

HEX454C5F
Decimal697695
Binary100010110011001011111
Octal105114137

Shades and tints

Shades of #454C5F

#454C5F
(69,76,95)
#3F4657
(63,70,87)
#39404F
(57,64,79)
#333A47
(51,58,71)
#2D343F
(45,52,63)
#272E37
(39,46,55)
#21282F
(33,40,47)
#1B2227
(27,34,39)
#151C1F
(21,28,31)
#0F1617
(15,22,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #454C5F

#454C5F
(69,76,95)
#555C6D
(85,92,109)
#656C7B
(101,108,123)
#757C89
(117,124,137)
#858C97
(133,140,151)
#959CA5
(149,156,165)
#A5ACB3
(165,172,179)
#B5BCC1
(181,188,193)
#C5CCCF
(197,204,207)
#D5DCDD
(213,220,221)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C5F; }

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

This text font color is #454C5F.


Background Color

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

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

This div background color is #454C5F.


Border color

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

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

This div border color is #454C5F.


Opacity

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

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

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

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

This text has shadow with #454C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C5F on black background.


Color preview on white background

This text has color #454C5F on white background.



Black color preview on #454C5F background

This text has black color on #454C5F background.


White color preview on #454C5F background

This text has white color on #454C5F background.