COLOR #455368

HEX: #455368
RGB: (69,83,104)

Color info

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

RGB color model

#455368 color RGB value is (69,83,104).

  • red value is 69;
  • green value is 83;
  • blue value is 104.
RGB:
(69,83,104)
(27%,33%,41%)

RGB channels and saturation

R 69 of 255 = 27%
G 83 of 255 = 33%
B 104 of 255 = 41%

69
83
104

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

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 104 = 256 (100%)
R 69 of 256 ~ 26.95%
G 83 of 256 ~ 32.42%
B 104 of 256 ~ 40.63%

%26.95
%32.42
%40.63

CMYK color model

#455368 color CMYK value is (34,20,0,59).

  • cyan value is 33.65%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(34,20,0,59)
C34M20Y0K59 
(34%,20%,0%,59%)
(0.34/0.20/0.00/0.59)	

CMYK percentages

%33.65
%20.19
%0
%59.22

Codes

Color #455368 in popluar color models

455368
RGB6983104
HSL216°20.23%33.92%
HSB/HSV216°33.65%40.78%
CMYK33.65%20.19%0.00%
59.22%

Color #455368 in popluar number systems.

HEX455368
Decimal6983104
Binary100010110100111101000
Octal105123150

Shades and tints

Shades of #455368

#455368
(69,83,104)
#3F4C5F
(63,76,95)
#394556
(57,69,86)
#333E4D
(51,62,77)
#2D3744
(45,55,68)
#27303B
(39,48,59)
#212932
(33,41,50)
#1B2229
(27,34,41)
#151B20
(21,27,32)
#0F1417
(15,20,23)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #455368

#455368
(69,83,104)
#556275
(85,98,117)
#657182
(101,113,130)
#75808F
(117,128,143)
#858F9C
(133,143,156)
#959EA9
(149,158,169)
#A5ADB6
(165,173,182)
#B5BCC3
(181,188,195)
#C5CBD0
(197,203,208)
#D5DADD
(213,218,221)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455368 color. Also use rgb(69,83,104) instead hex code.

Text Font Color

.myTextColor { color: #455368; }

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

This text font color is #455368.


Background Color

.myBgColor { background-color: #455368; }

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

This div background color is #455368.


Border color

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

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

This div border color is #455368.


Opacity

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

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

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

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

This text has shadow with #455368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455368 on black background.


Color preview on white background

This text has color #455368 on white background.



Black color preview on #455368 background

This text has black color on #455368 background.


White color preview on #455368 background

This text has white color on #455368 background.