COLOR #455358

HEX: #455358
RGB: (69,83,88)

Color info

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

RGB color model

#455358 color RGB value is (69,83,88).

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

RGB channels and saturation

R 69 of 255 = 27%
G 83 of 255 = 33%
B 88 of 255 = 35%

69
83
88

R + G + B ~ 32%. #455358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 88 = 240 (100%)
R 69 of 240 ~ 28.75%
G 83 of 240 ~ 34.58%
B 88 of 240 ~ 36.67%

%28.75
%34.58
%36.67

CMYK color model

#455358 color CMYK value is (22,6,0,65).

  • cyan value is 21.59%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(22,6,0,65)
C22M6Y0K65 
(22%,6%,0%,65%)
(0.22/0.06/0.00/0.65)	

CMYK percentages

%21.59
%5.68
%0
%65.49

Codes

Color #455358 in popluar color models

455358
RGB698388
HSL196°12.10%30.78%
HSB/HSV196°21.59%34.51%
CMYK21.59%5.68%0.00%
65.49%

Color #455358 in popluar number systems.

HEX455358
Decimal698388
Binary100010110100111011000
Octal105123130

Shades and tints

Shades of #455358

#455358
(69,83,88)
#3F4C50
(63,76,80)
#394548
(57,69,72)
#333E40
(51,62,64)
#2D3738
(45,55,56)
#273030
(39,48,48)
#212928
(33,41,40)
#1B2220
(27,34,32)
#151B18
(21,27,24)
#0F1410
(15,20,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #455358

#455358
(69,83,88)
#556267
(85,98,103)
#657176
(101,113,118)
#758085
(117,128,133)
#858F94
(133,143,148)
#959EA3
(149,158,163)
#A5ADB2
(165,173,178)
#B5BCC1
(181,188,193)
#C5CBD0
(197,203,208)
#D5DADF
(213,218,223)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455358; }

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

This text font color is #455358.


Background Color

.myBgColor { background-color: #455358; }

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

This div background color is #455358.


Border color

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

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

This div border color is #455358.


Opacity

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

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

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

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

This text has shadow with #455358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455358 on black background.


Color preview on white background

This text has color #455358 on white background.



Black color preview on #455358 background

This text has black color on #455358 background.


White color preview on #455358 background

This text has white color on #455358 background.