COLOR #455B5D

HEX: #455B5D
RGB: (69,91,93)

Color info

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

RGB color model

#455B5D color RGB value is (69,91,93).

  • red value is 69;
  • green value is 91;
  • blue value is 93.
RGB:
(69,91,93)
(27%,36%,36%)

RGB channels and saturation

R 69 of 255 = 27%
G 91 of 255 = 36%
B 93 of 255 = 36%

69
91
93

R + G + B ~ 33%. #455B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 91 + 93 = 253 (100%)
R 69 of 253 ~ 27.27%
G 91 of 253 ~ 35.97%
B 93 of 253 ~ 36.76%

%27.27
%35.97
%36.76

CMYK color model

#455B5D color CMYK value is (26,2,0,64).

  • cyan value is 25.81%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(26,2,0,64)
C26M2Y0K64 
(26%,2%,0%,64%)
(0.26/0.02/0.00/0.64)	

CMYK percentages

%25.81
%2.15
%0
%63.53

Codes

Color #455B5D in popluar color models

455B5D
RGB699193
HSL185°14.81%31.76%
HSB/HSV185°25.81%36.47%
CMYK25.81%2.15%0.00%
63.53%

Color #455B5D in popluar number systems.

HEX455B5D
Decimal699193
Binary100010110110111011101
Octal105133135

Shades and tints

Shades of #455B5D

#455B5D
(69,91,93)
#3F5355
(63,83,85)
#394B4D
(57,75,77)
#334345
(51,67,69)
#2D3B3D
(45,59,61)
#273335
(39,51,53)
#212B2D
(33,43,45)
#1B2325
(27,35,37)
#151B1D
(21,27,29)
#0F1315
(15,19,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #455B5D

#455B5D
(69,91,93)
#55696B
(85,105,107)
#657779
(101,119,121)
#758587
(117,133,135)
#859395
(133,147,149)
#95A1A3
(149,161,163)
#A5AFB1
(165,175,177)
#B5BDBF
(181,189,191)
#C5CBCD
(197,203,205)
#D5D9DB
(213,217,219)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455B5D color. Also use rgb(69,91,93) instead hex code.

Text Font Color

.myTextColor { color: #455B5D; }

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

This text font color is #455B5D.


Background Color

.myBgColor { background-color: #455B5D; }

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

This div background color is #455B5D.


Border color

.myBorderColor { border: 1px solid #455B5D; }

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

This div border color is #455B5D.


Opacity

.myOpacity80 { color: #455B5D; opacity: 0.8; }

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

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

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

This text has shadow with #455B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455B5D on black background.


Color preview on white background

This text has color #455B5D on white background.



Black color preview on #455B5D background

This text has black color on #455B5D background.


White color preview on #455B5D background

This text has white color on #455B5D background.