COLOR #455863

HEX: #455863
RGB: (69,88,99)

Color info

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

RGB color model

#455863 color RGB value is (69,88,99).

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

RGB channels and saturation

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

69
88
99

R + G + B ~ 34%. #455863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 88 + 99 = 256 (100%)
R 69 of 256 ~ 26.95%
G 88 of 256 ~ 34.38%
B 99 of 256 ~ 38.67%

%26.95
%34.38
%38.67

CMYK color model

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

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

CMYK percentages

%30.3
%11.11
%0
%61.18

Codes

Color #455863 in popluar color models

455863
RGB698899
HSL202°17.86%32.94%
HSB/HSV202°30.30%38.82%
CMYK30.30%11.11%0.00%
61.18%

Color #455863 in popluar number systems.

HEX455863
Decimal698899
Binary100010110110001100011
Octal105130143

Shades and tints

Shades of #455863

#455863
(69,88,99)
#3F505A
(63,80,90)
#394851
(57,72,81)
#334048
(51,64,72)
#2D383F
(45,56,63)
#273036
(39,48,54)
#21282D
(33,40,45)
#1B2024
(27,32,36)
#15181B
(21,24,27)
#0F1012
(15,16,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #455863

#455863
(69,88,99)
#556771
(85,103,113)
#65767F
(101,118,127)
#75858D
(117,133,141)
#85949B
(133,148,155)
#95A3A9
(149,163,169)
#A5B2B7
(165,178,183)
#B5C1C5
(181,193,197)
#C5D0D3
(197,208,211)
#D5DFE1
(213,223,225)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455863; }

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

This text font color is #455863.


Background Color

.myBgColor { background-color: #455863; }

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

This div background color is #455863.


Border color

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

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

This div border color is #455863.


Opacity

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

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

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

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

This text has shadow with #455863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455863 on black background.


Color preview on white background

This text has color #455863 on white background.



Black color preview on #455863 background

This text has black color on #455863 background.


White color preview on #455863 background

This text has white color on #455863 background.