COLOR #455766

HEX: #455766
RGB: (69,87,102)

Color info

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

RGB color model

#455766 color RGB value is (69,87,102).

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

RGB channels and saturation

R 69 of 255 = 27%
G 87 of 255 = 34%
B 102 of 255 = 40%

69
87
102

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

Portions of RGB colors in percentages

R + G + B =
69 + 87 + 102 = 258 (100%)
R 69 of 258 ~ 26.74%
G 87 of 258 ~ 33.72%
B 102 of 258 ~ 39.53%

%26.74
%33.72
%39.53

CMYK color model

#455766 color CMYK value is (32,15,0,60).

  • cyan value is 32.35%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(32,15,0,60)
C32M15Y0K60 
(32%,15%,0%,60%)
(0.32/0.15/0.00/0.60)	

CMYK percentages

%32.35
%14.71
%0
%60

Codes

Color #455766 in popluar color models

455766
RGB6987102
HSL207°19.30%33.53%
HSB/HSV207°32.35%40.00%
CMYK32.35%14.71%0.00%
60.00%

Color #455766 in popluar number systems.

HEX455766
Decimal6987102
Binary100010110101111100110
Octal105127146

Shades and tints

Shades of #455766

#455766
(69,87,102)
#3F505D
(63,80,93)
#394954
(57,73,84)
#33424B
(51,66,75)
#2D3B42
(45,59,66)
#273439
(39,52,57)
#212D30
(33,45,48)
#1B2627
(27,38,39)
#151F1E
(21,31,30)
#0F1815
(15,24,21)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #455766

#455766
(69,87,102)
#556673
(85,102,115)
#657580
(101,117,128)
#75848D
(117,132,141)
#85939A
(133,147,154)
#95A2A7
(149,162,167)
#A5B1B4
(165,177,180)
#B5C0C1
(181,192,193)
#C5CFCE
(197,207,206)
#D5DEDB
(213,222,219)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455766; }

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

This text font color is #455766.


Background Color

.myBgColor { background-color: #455766; }

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

This div background color is #455766.


Border color

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

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

This div border color is #455766.


Opacity

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

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

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

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

This text has shadow with #455766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455766 on black background.


Color preview on white background

This text has color #455766 on white background.



Black color preview on #455766 background

This text has black color on #455766 background.


White color preview on #455766 background

This text has white color on #455766 background.