COLOR #555850

HEX: #555850
RGB: (85,88,80)

Color info

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

RGB color model

#555850 color RGB value is (85,88,80).

  • red value is 85;
  • green value is 88;
  • blue value is 80.
RGB:
(85,88,80)
(33%,35%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 80 of 255 = 31%

85
88
80

R + G + B ~ 33%. #555850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 80 = 253 (100%)
R 85 of 253 ~ 33.6%
G 88 of 253 ~ 34.78%
B 80 of 253 ~ 31.62%

%33.6
%34.78
%31.62

CMYK color model

#555850 color CMYK value is (3,0,9,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(3,0,9,65)
C3M0Y9K65 
(3%,0%,9%,65%)
(0.03/0.00/0.09/0.65)	

CMYK percentages

%3.41
%0
%9.09
%65.49

Codes

Color #555850 in popluar color models

555850
RGB858880
HSL83°4.76%32.94%
HSB/HSV83°9.09%34.51%
CMYK3.41%0.00%9.09%
65.49%

Color #555850 in popluar number systems.

HEX555850
Decimal858880
Binary101010110110001010000
Octal125130120

Shades and tints

Shades of #555850

#555850
(85,88,80)
#4E5049
(78,80,73)
#474842
(71,72,66)
#40403B
(64,64,59)
#393834
(57,56,52)
#32302D
(50,48,45)
#2B2826
(43,40,38)
#24201F
(36,32,31)
#1D1818
(29,24,24)
#161011
(22,16,17)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #555850

#555850
(85,88,80)
#64675F
(100,103,95)
#73766E
(115,118,110)
#82857D
(130,133,125)
#91948C
(145,148,140)
#A0A39B
(160,163,155)
#AFB2AA
(175,178,170)
#BEC1B9
(190,193,185)
#CDD0C8
(205,208,200)
#DCDFD7
(220,223,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555850; }

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

This text font color is #555850.


Background Color

.myBgColor { background-color: #555850; }

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

This div background color is #555850.


Border color

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

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

This div border color is #555850.


Opacity

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

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

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

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

This text has shadow with #555850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555850 on black background.


Color preview on white background

This text has color #555850 on white background.



Black color preview on #555850 background

This text has black color on #555850 background.


White color preview on #555850 background

This text has white color on #555850 background.