COLOR #555C44

HEX: #555C44
RGB: (85,92,68)

Color info

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

RGB color model

#555C44 color RGB value is (85,92,68).

  • red value is 85;
  • green value is 92;
  • blue value is 68.
RGB:
(85,92,68)
(33%,36%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 68 of 255 = 27%

85
92
68

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

Portions of RGB colors in percentages

R + G + B =
85 + 92 + 68 = 245 (100%)
R 85 of 245 ~ 34.69%
G 92 of 245 ~ 37.55%
B 68 of 245 ~ 27.76%

%34.69
%37.55
%27.76

CMYK color model

#555C44 color CMYK value is (8,0,26,64).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 63.92%
CMYK:
(8,0,26,64)
C8M0Y26K64 
(8%,0%,26%,64%)
(0.08/0.00/0.26/0.64)	

CMYK percentages

%7.61
%0
%26.09
%63.92

Codes

Color #555C44 in popluar color models

555C44
RGB859268
HSL78°15.00%31.37%
HSB/HSV78°26.09%36.08%
CMYK7.61%0.00%26.09%
63.92%

Color #555C44 in popluar number systems.

HEX555C44
Decimal859268
Binary101010110111001000100
Octal125134104

Shades and tints

Shades of #555C44

#555C44
(85,92,68)
#4E543E
(78,84,62)
#474C38
(71,76,56)
#404432
(64,68,50)
#393C2C
(57,60,44)
#323426
(50,52,38)
#2B2C20
(43,44,32)
#24241A
(36,36,26)
#1D1C14
(29,28,20)
#16140E
(22,20,14)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #555C44

#555C44
(85,92,68)
#646A55
(100,106,85)
#737866
(115,120,102)
#828677
(130,134,119)
#919488
(145,148,136)
#A0A299
(160,162,153)
#AFB0AA
(175,176,170)
#BEBEBB
(190,190,187)
#CDCCCC
(205,204,204)
#DCDADD
(220,218,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555C44 color. Also use rgb(85,92,68) instead hex code.

Text Font Color

.myTextColor { color: #555C44; }

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

This text font color is #555C44.


Background Color

.myBgColor { background-color: #555C44; }

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

This div background color is #555C44.


Border color

.myBorderColor { border: 1px solid #555C44; }

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

This div border color is #555C44.


Opacity

.myOpacity80 { color: #555C44; opacity: 0.8; }

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

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

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

This text has shadow with #555C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555C44 on black background.


Color preview on white background

This text has color #555C44 on white background.



Black color preview on #555C44 background

This text has black color on #555C44 background.


White color preview on #555C44 background

This text has white color on #555C44 background.