COLOR #455756

HEX: #455756
RGB: (69,87,86)

Color info

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

RGB color model

#455756 color RGB value is (69,87,86).

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

RGB channels and saturation

R 69 of 255 = 27%
G 87 of 255 = 34%
B 86 of 255 = 34%

69
87
86

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

Portions of RGB colors in percentages

R + G + B =
69 + 87 + 86 = 242 (100%)
R 69 of 242 ~ 28.51%
G 87 of 242 ~ 35.95%
B 86 of 242 ~ 35.54%

%28.51
%35.95
%35.54

CMYK color model

#455756 color CMYK value is (21,0,1,66).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(21,0,1,66)
C21M0Y1K66 
(21%,0%,1%,66%)
(0.21/0.00/0.01/0.66)	

CMYK percentages

%20.69
%0
%1.15
%65.88

Codes

Color #455756 in popluar color models

455756
RGB698786
HSL177°11.54%30.59%
HSB/HSV177°20.69%34.12%
CMYK20.69%0.00%1.15%
65.88%

Color #455756 in popluar number systems.

HEX455756
Decimal698786
Binary100010110101111010110
Octal105127126

Shades and tints

Shades of #455756

#455756
(69,87,86)
#3F504F
(63,80,79)
#394948
(57,73,72)
#334241
(51,66,65)
#2D3B3A
(45,59,58)
#273433
(39,52,51)
#212D2C
(33,45,44)
#1B2625
(27,38,37)
#151F1E
(21,31,30)
#0F1817
(15,24,23)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #455756

#455756
(69,87,86)
#556665
(85,102,101)
#657574
(101,117,116)
#758483
(117,132,131)
#859392
(133,147,146)
#95A2A1
(149,162,161)
#A5B1B0
(165,177,176)
#B5C0BF
(181,192,191)
#C5CFCE
(197,207,206)
#D5DEDD
(213,222,221)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455756; }

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

This text font color is #455756.


Background Color

.myBgColor { background-color: #455756; }

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

This div background color is #455756.


Border color

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

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

This div border color is #455756.


Opacity

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

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

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

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

This text has shadow with #455756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455756 on black background.


Color preview on white background

This text has color #455756 on white background.



Black color preview on #455756 background

This text has black color on #455756 background.


White color preview on #455756 background

This text has white color on #455756 background.