COLOR #454563

HEX: #454563
RGB: (69,69,99)

Color info

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

RGB color model

#454563 color RGB value is (69,69,99).

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

RGB channels and saturation

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

69
69
99

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

Portions of RGB colors in percentages

R + G + B =
69 + 69 + 99 = 237 (100%)
R 69 of 237 ~ 29.11%
G 69 of 237 ~ 29.11%
B 99 of 237 ~ 41.77%

%29.11
%29.11
%41.77

CMYK color model

#454563 color CMYK value is (30,30,0,61).

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

CMYK percentages

%30.3
%30.3
%0
%61.18

Codes

Color #454563 in popluar color models

454563
RGB696999
HSL240°17.86%32.94%
HSB/HSV240°30.30%38.82%
CMYK30.30%30.30%0.00%
61.18%

Color #454563 in popluar number systems.

HEX454563
Decimal696999
Binary100010110001011100011
Octal105105143

Shades and tints

Shades of #454563

#454563
(69,69,99)
#3F3F5A
(63,63,90)
#393951
(57,57,81)
#333348
(51,51,72)
#2D2D3F
(45,45,63)
#272736
(39,39,54)
#21212D
(33,33,45)
#1B1B24
(27,27,36)
#15151B
(21,21,27)
#0F0F12
(15,15,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #454563

#454563
(69,69,99)
#555571
(85,85,113)
#65657F
(101,101,127)
#75758D
(117,117,141)
#85859B
(133,133,155)
#9595A9
(149,149,169)
#A5A5B7
(165,165,183)
#B5B5C5
(181,181,197)
#C5C5D3
(197,197,211)
#D5D5E1
(213,213,225)
#E5E5EF
(229,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454563; }

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

This text font color is #454563.


Background Color

.myBgColor { background-color: #454563; }

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

This div background color is #454563.


Border color

.myBorderColor { border: 1px solid #454563; }

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

This div border color is #454563.


Opacity

.myOpacity80 { color: #454563; opacity: 0.8; }

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

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

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

This text has shadow with #454563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454563 on black background.


Color preview on white background

This text has color #454563 on white background.



Black color preview on #454563 background

This text has black color on #454563 background.


White color preview on #454563 background

This text has white color on #454563 background.