COLOR #455D56

HEX: #455D56
RGB: (69,93,86)

Color info

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

RGB color model

#455D56 color RGB value is (69,93,86).

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

RGB channels and saturation

R 69 of 255 = 27%
G 93 of 255 = 36%
B 86 of 255 = 34%

69
93
86

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

Portions of RGB colors in percentages

R + G + B =
69 + 93 + 86 = 248 (100%)
R 69 of 248 ~ 27.82%
G 93 of 248 ~ 37.5%
B 86 of 248 ~ 34.68%

%27.82
%37.5
%34.68

CMYK color model

#455D56 color CMYK value is (26,0,8,64).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 63.53%
CMYK:
(26,0,8,64)
C26M0Y8K64 
(26%,0%,8%,64%)
(0.26/0.00/0.08/0.64)	

CMYK percentages

%25.81
%0
%7.53
%63.53

Codes

Color #455D56 in popluar color models

455D56
RGB699386
HSL163°14.81%31.76%
HSB/HSV163°25.81%36.47%
CMYK25.81%0.00%7.53%
63.53%

Color #455D56 in popluar number systems.

HEX455D56
Decimal699386
Binary100010110111011010110
Octal105135126

Shades and tints

Shades of #455D56

#455D56
(69,93,86)
#3F554F
(63,85,79)
#394D48
(57,77,72)
#334541
(51,69,65)
#2D3D3A
(45,61,58)
#273533
(39,53,51)
#212D2C
(33,45,44)
#1B2525
(27,37,37)
#151D1E
(21,29,30)
#0F1517
(15,21,23)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #455D56

#455D56
(69,93,86)
#556B65
(85,107,101)
#657974
(101,121,116)
#758783
(117,135,131)
#859592
(133,149,146)
#95A3A1
(149,163,161)
#A5B1B0
(165,177,176)
#B5BFBF
(181,191,191)
#C5CDCE
(197,205,206)
#D5DBDD
(213,219,221)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455D56; }

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

This text font color is #455D56.


Background Color

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

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

This div background color is #455D56.


Border color

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

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

This div border color is #455D56.


Opacity

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

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

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

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

This text has shadow with #455D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455D56 on black background.


Color preview on white background

This text has color #455D56 on white background.



Black color preview on #455D56 background

This text has black color on #455D56 background.


White color preview on #455D56 background

This text has white color on #455D56 background.