COLOR #555350

HEX: #555350
RGB: (85,83,80)

Color info

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

RGB color model

#555350 color RGB value is (85,83,80).

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

RGB channels and saturation

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

85
83
80

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

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 80 = 248 (100%)
R 85 of 248 ~ 34.27%
G 83 of 248 ~ 33.47%
B 80 of 248 ~ 32.26%

%34.27
%33.47
%32.26

CMYK color model

#555350 color CMYK value is (0,2,6,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(0,2,6,67)
C0M2Y6K67 
(0%,2%,6%,67%)
(0.00/0.02/0.06/0.67)	

CMYK percentages

%0
%2.35
%5.88
%66.67

Codes

Color #555350 in popluar color models

555350
RGB858380
HSL36°3.03%32.35%
HSB/HSV36°5.88%33.33%
CMYK0.00%2.35%5.88%
66.67%

Color #555350 in popluar number systems.

HEX555350
Decimal858380
Binary101010110100111010000
Octal125123120

Shades and tints

Shades of #555350

#555350
(85,83,80)
#4E4C49
(78,76,73)
#474542
(71,69,66)
#403E3B
(64,62,59)
#393734
(57,55,52)
#32302D
(50,48,45)
#2B2926
(43,41,38)
#24221F
(36,34,31)
#1D1B18
(29,27,24)
#161411
(22,20,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #555350

#555350
(85,83,80)
#64625F
(100,98,95)
#73716E
(115,113,110)
#82807D
(130,128,125)
#918F8C
(145,143,140)
#A09E9B
(160,158,155)
#AFADAA
(175,173,170)
#BEBCB9
(190,188,185)
#CDCBC8
(205,203,200)
#DCDAD7
(220,218,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555350; }

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

This text font color is #555350.


Background Color

.myBgColor { background-color: #555350; }

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

This div background color is #555350.


Border color

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

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

This div border color is #555350.


Opacity

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

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

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

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

This text has shadow with #555350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555350 on black background.


Color preview on white background

This text has color #555350 on white background.



Black color preview on #555350 background

This text has black color on #555350 background.


White color preview on #555350 background

This text has white color on #555350 background.