COLOR #555450

HEX: #555450 RGB: (85,84,80)

Color info

#555450 contains red, green and blue colors in about the same proportion. Web safe color of #555450 is #666666 (or #666).

RGB color model

#555450 color RGB value is (85,84,80).

RGB: (85,84,80) (33%, 33%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 80 of 255 = 31%

85
84
80

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

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 80 = 249 (100%)
R 85 of 249 ~ 34.14%
G 84 of 249 ~ 33.73%
B 80 of 249 ~ 32.13'%

%34.14
%33.73
%32.13

CMYK color model

#555450 color CMYK value is (0,1,6,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 5.88%
  • key color value is 66.67%

CMYK: (0,1,6,67)
C0M1Y6K67 (0%, 1%, 6%, 67%)
(0.00 / 0.01 / 0.06 / 0.67)

CMYK percentages

%0
%1.18
%5.88
%66.67

Codes

Color #555450 in popluar color models

55 54 50
RGB 85 84 80
HSL 48° 3.03% 32.35%
HSB/HSV 48° 5.88% 33.33%
CMYK 0.00% 1.18% 5.88%
66.67%

Color #555450 in popluar number systems.

HEX 55 54 50
Decimal 85 84 80
Binary 1010101 1010100 1010000
Octal 125 124 120

Shades and tints

Shades of #555450

#555450
(85,84,80)
#4E4D49
(78,77,73)
#474642
(71,70,66)
#403F3B
(64,63,59)
#393834
(57,56,52)
#32312D
(50,49,45)
#2B2A26
(43,42,38)
#24231F
(36,35,31)
#1D1C18
(29,28,24)
#161511
(22,21,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #555450

#555450
(85,84,80)
#64635F
(100,99,95)
#73726E
(115,114,110)
#82817D
(130,129,125)
#91908C
(145,144,140)
#A09F9B
(160,159,155)
#AFAEAA
(175,174,170)
#BEBDB9
(190,189,185)
#CDCCC8
(205,204,200)
#DCDBD7
(220,219,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555450; }

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

This text font color is #555450.

Background Color

.myBgColor { background-color: #555450; }

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

This div background color is #555450.

Border color

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

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

This div border color is #555450.

Opacity

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

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

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

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

This text has shadow with #555450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555450.

Preview

Color preview on black background

This text has color #555450 on black background.


Color preview on white background

This text has color #555450 on white background.


Black color preview on #555450 background

This text has black color on #555450 background.


White color preview on #555450 background

This text has white color on #555450 background.


Related colors

Complementary color

Complementary color for #hex is #AAABAF.


I love getcolorcode.com

Triadic colors

1 #505554 and #545055 with #555450 are triadic colors.

2 #505455 and #545550 with #555450 are triadic colors.