COLOR #455E51

HEX: #455E51
RGB: (69,94,81)

Color info

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

RGB color model

#455E51 color RGB value is (69,94,81).

  • red value is 69;
  • green value is 94;
  • blue value is 81.
RGB:
(69,94,81)
(27%,37%,32%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 81 of 255 = 32%

69
94
81

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

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 81 = 244 (100%)
R 69 of 244 ~ 28.28%
G 94 of 244 ~ 38.52%
B 81 of 244 ~ 33.2%

%28.28
%38.52
%33.2

CMYK color model

#455E51 color CMYK value is (27,0,14,63).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(27,0,14,63)
C27M0Y14K63 
(27%,0%,14%,63%)
(0.27/0.00/0.14/0.63)	

CMYK percentages

%26.6
%0
%13.83
%63.14

Codes

Color #455E51 in popluar color models

455E51
RGB699481
HSL149°15.34%31.96%
HSB/HSV149°26.60%36.86%
CMYK26.60%0.00%13.83%
63.14%

Color #455E51 in popluar number systems.

HEX455E51
Decimal699481
Binary100010110111101010001
Octal105136121

Shades and tints

Shades of #455E51

#455E51
(69,94,81)
#3F564A
(63,86,74)
#394E43
(57,78,67)
#33463C
(51,70,60)
#2D3E35
(45,62,53)
#27362E
(39,54,46)
#212E27
(33,46,39)
#1B2620
(27,38,32)
#151E19
(21,30,25)
#0F1612
(15,22,18)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #455E51

#455E51
(69,94,81)
#556C60
(85,108,96)
#657A6F
(101,122,111)
#75887E
(117,136,126)
#85968D
(133,150,141)
#95A49C
(149,164,156)
#A5B2AB
(165,178,171)
#B5C0BA
(181,192,186)
#C5CEC9
(197,206,201)
#D5DCD8
(213,220,216)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455E51 color. Also use rgb(69,94,81) instead hex code.

Text Font Color

.myTextColor { color: #455E51; }

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

This text font color is #455E51.


Background Color

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

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

This div background color is #455E51.


Border color

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

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

This div border color is #455E51.


Opacity

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

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

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

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

This text has shadow with #455E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455E51 on black background.


Color preview on white background

This text has color #455E51 on white background.



Black color preview on #455E51 background

This text has black color on #455E51 background.


White color preview on #455E51 background

This text has white color on #455E51 background.