COLOR #454E63

HEX: #454E63
RGB: (69,78,99)

Color info

#454E63 contains red, green and blue colors in about the same proportion. Web safe color of #454E63 is #336666 (or #366).

RGB color model

#454E63 color RGB value is (69,78,99).

  • red value is 69;
  • green value is 78;
  • blue value is 99.
RGB:
(69,78,99)
(27%,31%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 78 of 255 = 31%
B 99 of 255 = 39%

69
78
99

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

Portions of RGB colors in percentages

R + G + B =
69 + 78 + 99 = 246 (100%)
R 69 of 246 ~ 28.05%
G 78 of 246 ~ 31.71%
B 99 of 246 ~ 40.24%

%28.05
%31.71
%40.24

CMYK color model

#454E63 color CMYK value is (30,21,0,61).

  • cyan value is 30.30%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(30,21,0,61)
C30M21Y0K61 
(30%,21%,0%,61%)
(0.30/0.21/0.00/0.61)	

CMYK percentages

%30.3
%21.21
%0
%61.18

Codes

Color #454E63 in popluar color models

454E63
RGB697899
HSL222°17.86%32.94%
HSB/HSV222°30.30%38.82%
CMYK30.30%21.21%0.00%
61.18%

Color #454E63 in popluar number systems.

HEX454E63
Decimal697899
Binary100010110011101100011
Octal105116143

Shades and tints

Shades of #454E63

#454E63
(69,78,99)
#3F475A
(63,71,90)
#394051
(57,64,81)
#333948
(51,57,72)
#2D323F
(45,50,63)
#272B36
(39,43,54)
#21242D
(33,36,45)
#1B1D24
(27,29,36)
#15161B
(21,22,27)
#0F0F12
(15,15,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #454E63

#454E63
(69,78,99)
#555E71
(85,94,113)
#656E7F
(101,110,127)
#757E8D
(117,126,141)
#858E9B
(133,142,155)
#959EA9
(149,158,169)
#A5AEB7
(165,174,183)
#B5BEC5
(181,190,197)
#C5CED3
(197,206,211)
#D5DEE1
(213,222,225)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454E63 color. Also use rgb(69,78,99) instead hex code.

Text Font Color

.myTextColor { color: #454E63; }

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

This text font color is #454E63.


Background Color

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

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

This div background color is #454E63.


Border color

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

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

This div border color is #454E63.


Opacity

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

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

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

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

This text has shadow with #454E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454E63 on black background.


Color preview on white background

This text has color #454E63 on white background.



Black color preview on #454E63 background

This text has black color on #454E63 background.


White color preview on #454E63 background

This text has white color on #454E63 background.