COLOR #455F6D

HEX: #455F6D
RGB: (69,95,109)

Color info

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

RGB color model

#455F6D color RGB value is (69,95,109).

  • red value is 69;
  • green value is 95;
  • blue value is 109.
RGB:
(69,95,109)
(27%,37%,43%)

RGB channels and saturation

R 69 of 255 = 27%
G 95 of 255 = 37%
B 109 of 255 = 43%

69
95
109

R + G + B ~ 36%. #455F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 95 + 109 = 273 (100%)
R 69 of 273 ~ 25.27%
G 95 of 273 ~ 34.8%
B 109 of 273 ~ 39.93%

%25.27
%34.8
%39.93

CMYK color model

#455F6D color CMYK value is (37,13,0,57).

  • cyan value is 36.70%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(37,13,0,57)
C37M13Y0K57 
(37%,13%,0%,57%)
(0.37/0.13/0.00/0.57)	

CMYK percentages

%36.7
%12.84
%0
%57.25

Codes

Color #455F6D in popluar color models

455F6D
RGB6995109
HSL201°22.47%34.90%
HSB/HSV201°36.70%42.75%
CMYK36.70%12.84%0.00%
57.25%

Color #455F6D in popluar number systems.

HEX455F6D
Decimal6995109
Binary100010110111111101101
Octal105137155

Shades and tints

Shades of #455F6D

#455F6D
(69,95,109)
#3F5764
(63,87,100)
#394F5B
(57,79,91)
#334752
(51,71,82)
#2D3F49
(45,63,73)
#273740
(39,55,64)
#212F37
(33,47,55)
#1B272E
(27,39,46)
#151F25
(21,31,37)
#0F171C
(15,23,28)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #455F6D

#455F6D
(69,95,109)
#556D7A
(85,109,122)
#657B87
(101,123,135)
#758994
(117,137,148)
#8597A1
(133,151,161)
#95A5AE
(149,165,174)
#A5B3BB
(165,179,187)
#B5C1C8
(181,193,200)
#C5CFD5
(197,207,213)
#D5DDE2
(213,221,226)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455F6D color. Also use rgb(69,95,109) instead hex code.

Text Font Color

.myTextColor { color: #455F6D; }

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

This text font color is #455F6D.


Background Color

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

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

This div background color is #455F6D.


Border color

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

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

This div border color is #455F6D.


Opacity

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

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

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

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

This text has shadow with #455F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455F6D on black background.


Color preview on white background

This text has color #455F6D on white background.



Black color preview on #455F6D background

This text has black color on #455F6D background.


White color preview on #455F6D background

This text has white color on #455F6D background.