COLOR #454A61

HEX: #454A61 RGB: (69,74,97)

Color info

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

RGB color model

#454A61 color RGB value is (69,74,97).

RGB: (69,74,97) (27%, 29%, 38%)

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 97 of 255 = 38%

69
74
97

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

Portions of RGB colors in percentages

R + G + B = 69 + 74 + 97 = 240 (100%)
R 69 of 240 ~ 28.75%
G 74 of 240 ~ 30.83%
B 97 of 240 ~ 40.42'%

%28.75
%30.83
%40.42

CMYK color model

#454A61 color CMYK value is (29,24,0,62).

  • cyan value is 28.87%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (29,24,0,62)
C29M24Y0K62 (29%, 24%, 0%, 62%)
(0.29 / 0.24 / 0.00 / 0.62)

CMYK percentages

%28.87
%23.71
%0
%61.96

Codes

Color #454A61 in popluar color models

45 4A 61
RGB 69 74 97
HSL 229° 16.87% 32.55%
HSB/HSV 229° 28.87% 38.04%
CMYK 28.87% 23.71% 0.00%
61.96%

Color #454A61 in popluar number systems.

HEX 45 4A 61
Decimal 69 74 97
Binary 1000101 1001010 1100001
Octal 105 112 141

Shades and tints

Shades of #454A61

#454A61
(69,74,97)
#3F4459
(63,68,89)
#393E51
(57,62,81)
#333849
(51,56,73)
#2D3241
(45,50,65)
#272C39
(39,44,57)
#212631
(33,38,49)
#1B2029
(27,32,41)
#151A21
(21,26,33)
#0F1419
(15,20,25)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #454A61

#454A61
(69,74,97)
#555A6F
(85,90,111)
#656A7D
(101,106,125)
#757A8B
(117,122,139)
#858A99
(133,138,153)
#959AA7
(149,154,167)
#A5AAB5
(165,170,181)
#B5BAC3
(181,186,195)
#C5CAD1
(197,202,209)
#D5DADF
(213,218,223)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454A61 color. Also use rgb(69,74,97) instead hex code.

Text Font Color

.myTextColor { color: #454A61; }

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

This text font color is #454A61.

Background Color

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

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

This div background color is #454A61.

Border color

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

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

This div border color is #454A61.

Opacity

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

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

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

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

This text has shadow with #454A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454A61.

Preview

Color preview on black background

This text has color #454A61 on black background.


Color preview on white background

This text has color #454A61 on white background.


Black color preview on #454A61 background

This text has black color on #454A61 background.


White color preview on #454A61 background

This text has white color on #454A61 background.


Related colors

Complementary color

Complementary color for #hex is #BAB59E.


I love getcolorcode.com

Triadic colors

1 #61454A and #4A6145 with #454A61 are triadic colors.

2 #614A45 and #4A4561 with #454A61 are triadic colors.