COLOR #454C6F

HEX: #454C6F RGB: (69,76,111)

Color info

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

RGB color model

#454C6F color RGB value is (69,76,111).

RGB: (69,76,111) (27%, 30%, 44%)

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 111 of 255 = 44%

69
76
111

R + G + B ~ 34%. #454C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 76 + 111 = 256 (100%)
R 69 of 256 ~ 26.95%
G 76 of 256 ~ 29.69%
B 111 of 256 ~ 43.36'%

%26.95
%29.69
%43.36

CMYK color model

#454C6F color CMYK value is (38,32,0,56).

  • cyan value is 37.84%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (38,32,0,56)
C38M32Y0K56 (38%, 32%, 0%, 56%)
(0.38 / 0.32 / 0.00 / 0.56)

CMYK percentages

%37.84
%31.53
%0
%56.47

Codes

Color #454C6F in popluar color models

45 4C 6F
RGB 69 76 111
HSL 230° 23.33% 35.29%
HSB/HSV 230° 37.84% 43.53%
CMYK 37.84% 31.53% 0.00%
56.47%

Color #454C6F in popluar number systems.

HEX 45 4C 6F
Decimal 69 76 111
Binary 1000101 1001100 1101111
Octal 105 114 157

Shades and tints

Shades of #454C6F

#454C6F
(69,76,111)
#3F4665
(63,70,101)
#39405B
(57,64,91)
#333A51
(51,58,81)
#2D3447
(45,52,71)
#272E3D
(39,46,61)
#212833
(33,40,51)
#1B2229
(27,34,41)
#151C1F
(21,28,31)
#0F1615
(15,22,21)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #454C6F

#454C6F
(69,76,111)
#555C7C
(85,92,124)
#656C89
(101,108,137)
#757C96
(117,124,150)
#858CA3
(133,140,163)
#959CB0
(149,156,176)
#A5ACBD
(165,172,189)
#B5BCCA
(181,188,202)
#C5CCD7
(197,204,215)
#D5DCE4
(213,220,228)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C6F; }

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

This text font color is #454C6F.

Background Color

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

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

This div background color is #454C6F.

Border color

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

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

This div border color is #454C6F.

Opacity

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

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

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

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

This text has shadow with #454C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454C6F.

Preview

Color preview on black background

This text has color #454C6F on black background.


Color preview on white background

This text has color #454C6F on white background.


Black color preview on #454C6F background

This text has black color on #454C6F background.


White color preview on #454C6F background

This text has white color on #454C6F background.


Related colors

Complementary color

Complementary color for #hex is #BAB390.


I love getcolorcode.com

Triadic colors

1 #6F454C and #4C6F45 with #454C6F are triadic colors.

2 #6F4C45 and #4C456F with #454C6F are triadic colors.