COLOR #455450

HEX: #455450
RGB: (69,84,80)

Color info

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

RGB color model

#455450 color RGB value is (69,84,80).

  • red value is 69;
  • green value is 84;
  • blue value is 80.
RGB:
(69,84,80)
(27%,33%,31%)

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 80 of 255 = 31%

69
84
80

R + G + B ~ 30%. #455450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 80 = 233 (100%)
R 69 of 233 ~ 29.61%
G 84 of 233 ~ 36.05%
B 80 of 233 ~ 34.33%

%29.61
%36.05
%34.33

CMYK color model

#455450 color CMYK value is (18,0,5,67).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(18,0,5,67)
C18M0Y5K67 
(18%,0%,5%,67%)
(0.18/0.00/0.05/0.67)	

CMYK percentages

%17.86
%0
%4.76
%67.06

Codes

Color #455450 in popluar color models

455450
RGB698480
HSL164°9.80%30.00%
HSB/HSV164°17.86%32.94%
CMYK17.86%0.00%4.76%
67.06%

Color #455450 in popluar number systems.

HEX455450
Decimal698480
Binary100010110101001010000
Octal105124120

Shades and tints

Shades of #455450

#455450
(69,84,80)
#3F4D49
(63,77,73)
#394642
(57,70,66)
#333F3B
(51,63,59)
#2D3834
(45,56,52)
#27312D
(39,49,45)
#212A26
(33,42,38)
#1B231F
(27,35,31)
#151C18
(21,28,24)
#0F1511
(15,21,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #455450

#455450
(69,84,80)
#55635F
(85,99,95)
#65726E
(101,114,110)
#75817D
(117,129,125)
#85908C
(133,144,140)
#959F9B
(149,159,155)
#A5AEAA
(165,174,170)
#B5BDB9
(181,189,185)
#C5CCC8
(197,204,200)
#D5DBD7
(213,219,215)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455450 color. Also use rgb(69,84,80) instead hex code.

Text Font Color

.myTextColor { color: #455450; }

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

This text font color is #455450.


Background Color

.myBgColor { background-color: #455450; }

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

This div background color is #455450.


Border color

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

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

This div border color is #455450.


Opacity

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

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

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

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

This text has shadow with #455450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455450 on black background.


Color preview on white background

This text has color #455450 on white background.



Black color preview on #455450 background

This text has black color on #455450 background.


White color preview on #455450 background

This text has white color on #455450 background.