COLOR #555546

HEX: #555546 RGB: (85,85,70)

Color info

#555546 contains red, green and blue colors in about the same proportion. Web safe color of #555546 is #666633 (or #663).

RGB color model

#555546 color RGB value is (85,85,70).

RGB: (85,85,70) (33%, 33%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 70 of 255 = 27%

85
85
70

R + G + B ~ 31%. #555546 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 70 = 240 (100%)
R 85 of 240 ~ 35.42%
G 85 of 240 ~ 35.42%
B 70 of 240 ~ 29.17'%

%35.42
%35.42
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 66.67%

CMYK: (0,0,18,67)
C0M0Y18K67 (0%, 0%, 18%, 67%)
(0.00 / 0.00 / 0.18 / 0.67)

CMYK percentages

%0
%0
%17.65
%66.67

Codes

Color #555546 in popluar color models

55 55 46
RGB 85 85 70
HSL 60° 9.68% 30.39%
HSB/HSV 60° 17.65% 33.33%
CMYK 0.00% 0.00% 17.65%
66.67%

Color #555546 in popluar number systems.

HEX 55 55 46
Decimal 85 85 70
Binary 1010101 1010101 1000110
Octal 125 125 106

Shades and tints

Shades of #555546

#555546
(85,85,70)
#4E4E40
(78,78,64)
#47473A
(71,71,58)
#404034
(64,64,52)
#39392E
(57,57,46)
#323228
(50,50,40)
#2B2B22
(43,43,34)
#24241C
(36,36,28)
#1D1D16
(29,29,22)
#161610
(22,22,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #555546

#555546
(85,85,70)
#646456
(100,100,86)
#737366
(115,115,102)
#828276
(130,130,118)
#919186
(145,145,134)
#A0A096
(160,160,150)
#AFAFA6
(175,175,166)
#BEBEB6
(190,190,182)
#CDCDC6
(205,205,198)
#DCDCD6
(220,220,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555546; }

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

This text font color is #555546.

Background Color

.myBgColor { background-color: #555546; }

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

This div background color is #555546.

Border color

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

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

This div border color is #555546.

Opacity

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

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

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

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

This text has shadow with #555546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555546.

Preview

Color preview on black background

This text has color #555546 on black background.


Color preview on white background

This text has color #555546 on white background.


Black color preview on #555546 background

This text has black color on #555546 background.


White color preview on #555546 background

This text has white color on #555546 background.


Related colors

Complementary color

Complementary color for #hex is #AAAAB9.


I love getcolorcode.com