COLOR #454263

HEX: #454263
RGB: (69,66,99)

Color info

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

RGB color model

#454263 color RGB value is (69,66,99).

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

RGB channels and saturation

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

69
66
99

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

Portions of RGB colors in percentages

R + G + B =
69 + 66 + 99 = 234 (100%)
R 69 of 234 ~ 29.49%
G 66 of 234 ~ 28.21%
B 99 of 234 ~ 42.31%

%29.49
%28.21
%42.31

CMYK color model

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

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

CMYK percentages

%30.3
%33.33
%0
%61.18

Codes

Color #454263 in popluar color models

454263
RGB696699
HSL245°20.00%32.35%
HSB/HSV245°33.33%38.82%
CMYK30.30%33.33%0.00%
61.18%

Color #454263 in popluar number systems.

HEX454263
Decimal696699
Binary100010110000101100011
Octal105102143

Shades and tints

Shades of #454263

#454263
(69,66,99)
#3F3C5A
(63,60,90)
#393651
(57,54,81)
#333048
(51,48,72)
#2D2A3F
(45,42,63)
#272436
(39,36,54)
#211E2D
(33,30,45)
#1B1824
(27,24,36)
#15121B
(21,18,27)
#0F0C12
(15,12,18)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #454263

#454263
(69,66,99)
#555371
(85,83,113)
#65647F
(101,100,127)
#75758D
(117,117,141)
#85869B
(133,134,155)
#9597A9
(149,151,169)
#A5A8B7
(165,168,183)
#B5B9C5
(181,185,197)
#C5CAD3
(197,202,211)
#D5DBE1
(213,219,225)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454263; }

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

This text font color is #454263.


Background Color

.myBgColor { background-color: #454263; }

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

This div background color is #454263.


Border color

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

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

This div border color is #454263.


Opacity

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

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

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

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

This text has shadow with #454263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454263 on black background.


Color preview on white background

This text has color #454263 on white background.



Black color preview on #454263 background

This text has black color on #454263 background.


White color preview on #454263 background

This text has white color on #454263 background.