COLOR #455963

HEX: #455963
RGB: (69,89,99)

Color info

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

RGB color model

#455963 color RGB value is (69,89,99).

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

RGB channels and saturation

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

69
89
99

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

Portions of RGB colors in percentages

R + G + B =
69 + 89 + 99 = 257 (100%)
R 69 of 257 ~ 26.85%
G 89 of 257 ~ 34.63%
B 99 of 257 ~ 38.52%

%26.85
%34.63
%38.52

CMYK color model

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

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

CMYK percentages

%30.3
%10.1
%0
%61.18

Codes

Color #455963 in popluar color models

455963
RGB698999
HSL200°17.86%32.94%
HSB/HSV200°30.30%38.82%
CMYK30.30%10.10%0.00%
61.18%

Color #455963 in popluar number systems.

HEX455963
Decimal698999
Binary100010110110011100011
Octal105131143

Shades and tints

Shades of #455963

#455963
(69,89,99)
#3F515A
(63,81,90)
#394951
(57,73,81)
#334148
(51,65,72)
#2D393F
(45,57,63)
#273136
(39,49,54)
#21292D
(33,41,45)
#1B2124
(27,33,36)
#15191B
(21,25,27)
#0F1112
(15,17,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #455963

#455963
(69,89,99)
#556871
(85,104,113)
#65777F
(101,119,127)
#75868D
(117,134,141)
#85959B
(133,149,155)
#95A4A9
(149,164,169)
#A5B3B7
(165,179,183)
#B5C2C5
(181,194,197)
#C5D1D3
(197,209,211)
#D5E0E1
(213,224,225)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455963; }

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

This text font color is #455963.


Background Color

.myBgColor { background-color: #455963; }

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

This div background color is #455963.


Border color

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

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

This div border color is #455963.


Opacity

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

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

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

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

This text has shadow with #455963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455963 on black background.


Color preview on white background

This text has color #455963 on white background.



Black color preview on #455963 background

This text has black color on #455963 background.


White color preview on #455963 background

This text has white color on #455963 background.