COLOR #555640

HEX: #555640 RGB: (85,86,64)

Color info

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

RGB color model

#555640 color RGB value is (85,86,64).

RGB: (85,86,64) (33%, 34%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 64 of 255 = 25%

85
86
64

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

Portions of RGB colors in percentages

R + G + B = 85 + 86 + 64 = 235 (100%)
R 85 of 235 ~ 36.17%
G 86 of 235 ~ 36.6%
B 64 of 235 ~ 27.23'%

%36.17
%36.6
%27.23

CMYK color model

#555640 color CMYK value is (1,0,26,66).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 66.27%

CMYK: (1,0,26,66)
C1M0Y26K66 (1%, 0%, 26%, 66%)
(0.01 / 0.00 / 0.26 / 0.66)

CMYK percentages

%1.16
%0
%25.58
%66.27

Codes

Color #555640 in popluar color models

55 56 40
RGB 85 86 64
HSL 63° 14.67% 29.41%
HSB/HSV 63° 25.58% 33.73%
CMYK 1.16% 0.00% 25.58%
66.27%

Color #555640 in popluar number systems.

HEX 55 56 40
Decimal 85 86 64
Binary 1010101 1010110 1000000
Octal 125 126 100

Shades and tints

Shades of #555640

#555640
(85,86,64)
#4E4F3B
(78,79,59)
#474836
(71,72,54)
#404131
(64,65,49)
#393A2C
(57,58,44)
#323327
(50,51,39)
#2B2C22
(43,44,34)
#24251D
(36,37,29)
#1D1E18
(29,30,24)
#161713
(22,23,19)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #555640

#555640
(85,86,64)
#646551
(100,101,81)
#737462
(115,116,98)
#828373
(130,131,115)
#919284
(145,146,132)
#A0A195
(160,161,149)
#AFB0A6
(175,176,166)
#BEBFB7
(190,191,183)
#CDCEC8
(205,206,200)
#DCDDD9
(220,221,217)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555640; }

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

This text font color is #555640.

Background Color

.myBgColor { background-color: #555640; }

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

This div background color is #555640.

Border color

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

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

This div border color is #555640.

Opacity

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

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

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

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

This text has shadow with #555640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555640.

Preview

Color preview on black background

This text has color #555640 on black background.


Color preview on white background

This text has color #555640 on white background.


Black color preview on #555640 background

This text has black color on #555640 background.


White color preview on #555640 background

This text has white color on #555640 background.


Related colors

Complementary color

Complementary color for #hex is #AAA9BF.


I love getcolorcode.com

Triadic colors

1 #405556 and #564055 with #555640 are triadic colors.

2 #405655 and #565540 with #555640 are triadic colors.