COLOR #454A58

HEX: #454A58
RGB: (69,74,88)

Color info

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

RGB color model

#454A58 color RGB value is (69,74,88).

  • red value is 69;
  • green value is 74;
  • blue value is 88.
RGB:
(69,74,88)
(27%,29%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 88 of 255 = 35%

69
74
88

R + G + B ~ 30%. #454A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 88 = 231 (100%)
R 69 of 231 ~ 29.87%
G 74 of 231 ~ 32.03%
B 88 of 231 ~ 38.1%

%29.87
%32.03
%38.1

CMYK color model

#454A58 color CMYK value is (22,16,0,65).

  • cyan value is 21.59%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(22,16,0,65)
C22M16Y0K65 
(22%,16%,0%,65%)
(0.22/0.16/0.00/0.65)	

CMYK percentages

%21.59
%15.91
%0
%65.49

Codes

Color #454A58 in popluar color models

454A58
RGB697488
HSL224°12.10%30.78%
HSB/HSV224°21.59%34.51%
CMYK21.59%15.91%0.00%
65.49%

Color #454A58 in popluar number systems.

HEX454A58
Decimal697488
Binary100010110010101011000
Octal105112130

Shades and tints

Shades of #454A58

#454A58
(69,74,88)
#3F4450
(63,68,80)
#393E48
(57,62,72)
#333840
(51,56,64)
#2D3238
(45,50,56)
#272C30
(39,44,48)
#212628
(33,38,40)
#1B2020
(27,32,32)
#151A18
(21,26,24)
#0F1410
(15,20,16)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #454A58

#454A58
(69,74,88)
#555A67
(85,90,103)
#656A76
(101,106,118)
#757A85
(117,122,133)
#858A94
(133,138,148)
#959AA3
(149,154,163)
#A5AAB2
(165,170,178)
#B5BAC1
(181,186,193)
#C5CAD0
(197,202,208)
#D5DADF
(213,218,223)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454A58; }

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

This text font color is #454A58.


Background Color

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

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

This div background color is #454A58.


Border color

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

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

This div border color is #454A58.


Opacity

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

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

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

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

This text has shadow with #454A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A58 on black background.


Color preview on white background

This text has color #454A58 on white background.



Black color preview on #454A58 background

This text has black color on #454A58 background.


White color preview on #454A58 background

This text has white color on #454A58 background.