COLOR #555355

HEX: #555355
RGB: (85,83,85)

Color info

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

RGB color model

#555355 color RGB value is (85,83,85).

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

RGB channels and saturation

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

85
83
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 85 = 253 (100%)
R 85 of 253 ~ 33.6%
G 83 of 253 ~ 32.81%
B 85 of 253 ~ 33.6%

%33.6
%32.81
%33.6

CMYK color model

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

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

CMYK percentages

%0
%2.35
%0
%66.67

Codes

Color #555355 in popluar color models

555355
RGB858385
HSL300°1.19%32.94%
HSB/HSV300°2.35%33.33%
CMYK0.00%2.35%0.00%
66.67%

Color #555355 in popluar number systems.

HEX555355
Decimal858385
Binary101010110100111010101
Octal125123125

Shades and tints

Shades of #555355

#555355
(85,83,85)
#4E4C4E
(78,76,78)
#474547
(71,69,71)
#403E40
(64,62,64)
#393739
(57,55,57)
#323032
(50,48,50)
#2B292B
(43,41,43)
#242224
(36,34,36)
#1D1B1D
(29,27,29)
#161416
(22,20,22)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #555355

#555355
(85,83,85)
#646264
(100,98,100)
#737173
(115,113,115)
#828082
(130,128,130)
#918F91
(145,143,145)
#A09EA0
(160,158,160)
#AFADAF
(175,173,175)
#BEBCBE
(190,188,190)
#CDCBCD
(205,203,205)
#DCDADC
(220,218,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555355; }

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

This text font color is #555355.


Background Color

.myBgColor { background-color: #555355; }

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

This div background color is #555355.


Border color

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

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

This div border color is #555355.


Opacity

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

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

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

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

This text has shadow with #555355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555355 on black background.


Color preview on white background

This text has color #555355 on white background.



Black color preview on #555355 background

This text has black color on #555355 background.


White color preview on #555355 background

This text has white color on #555355 background.