COLOR #455966

HEX: #455966
RGB: (69,89,102)

Color info

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

RGB color model

#455966 color RGB value is (69,89,102).

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

RGB channels and saturation

R 69 of 255 = 27%
G 89 of 255 = 35%
B 102 of 255 = 40%

69
89
102

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

Portions of RGB colors in percentages

R + G + B =
69 + 89 + 102 = 260 (100%)
R 69 of 260 ~ 26.54%
G 89 of 260 ~ 34.23%
B 102 of 260 ~ 39.23%

%26.54
%34.23
%39.23

CMYK color model

#455966 color CMYK value is (32,13,0,60).

  • cyan value is 32.35%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(32,13,0,60)
C32M13Y0K60 
(32%,13%,0%,60%)
(0.32/0.13/0.00/0.60)	

CMYK percentages

%32.35
%12.75
%0
%60

Codes

Color #455966 in popluar color models

455966
RGB6989102
HSL204°19.30%33.53%
HSB/HSV204°32.35%40.00%
CMYK32.35%12.75%0.00%
60.00%

Color #455966 in popluar number systems.

HEX455966
Decimal6989102
Binary100010110110011100110
Octal105131146

Shades and tints

Shades of #455966

#455966
(69,89,102)
#3F515D
(63,81,93)
#394954
(57,73,84)
#33414B
(51,65,75)
#2D3942
(45,57,66)
#273139
(39,49,57)
#212930
(33,41,48)
#1B2127
(27,33,39)
#15191E
(21,25,30)
#0F1115
(15,17,21)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #455966

#455966
(69,89,102)
#556873
(85,104,115)
#657780
(101,119,128)
#75868D
(117,134,141)
#85959A
(133,149,154)
#95A4A7
(149,164,167)
#A5B3B4
(165,179,180)
#B5C2C1
(181,194,193)
#C5D1CE
(197,209,206)
#D5E0DB
(213,224,219)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455966; }

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

This text font color is #455966.


Background Color

.myBgColor { background-color: #455966; }

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

This div background color is #455966.


Border color

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

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

This div border color is #455966.


Opacity

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

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

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

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

This text has shadow with #455966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455966 on black background.


Color preview on white background

This text has color #455966 on white background.



Black color preview on #455966 background

This text has black color on #455966 background.


White color preview on #455966 background

This text has white color on #455966 background.