COLOR #555E44

HEX: #555E44
RGB: (85,94,68)

Color info

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

RGB color model

#555E44 color RGB value is (85,94,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 68 of 255 = 27%

85
94
68

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 68 = 247 (100%)
R 85 of 247 ~ 34.41%
G 94 of 247 ~ 38.06%
B 68 of 247 ~ 27.53%

%34.41
%38.06
%27.53

CMYK color model

#555E44 color CMYK value is (10,0,28,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(10,0,28,63)
C10M0Y28K63 
(10%,0%,28%,63%)
(0.10/0.00/0.28/0.63)	

CMYK percentages

%9.57
%0
%27.66
%63.14

Codes

Color #555E44 in popluar color models

555E44
RGB859468
HSL81°16.05%31.76%
HSB/HSV81°27.66%36.86%
CMYK9.57%0.00%27.66%
63.14%

Color #555E44 in popluar number systems.

HEX555E44
Decimal859468
Binary101010110111101000100
Octal125136104

Shades and tints

Shades of #555E44

#555E44
(85,94,68)
#4E563E
(78,86,62)
#474E38
(71,78,56)
#404632
(64,70,50)
#393E2C
(57,62,44)
#323626
(50,54,38)
#2B2E20
(43,46,32)
#24261A
(36,38,26)
#1D1E14
(29,30,20)
#16160E
(22,22,14)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #555E44

#555E44
(85,94,68)
#646C55
(100,108,85)
#737A66
(115,122,102)
#828877
(130,136,119)
#919688
(145,150,136)
#A0A499
(160,164,153)
#AFB2AA
(175,178,170)
#BEC0BB
(190,192,187)
#CDCECC
(205,206,204)
#DCDCDD
(220,220,221)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E44; }

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

This text font color is #555E44.


Background Color

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

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

This div background color is #555E44.


Border color

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

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

This div border color is #555E44.


Opacity

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

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

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

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

This text has shadow with #555E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E44 on black background.


Color preview on white background

This text has color #555E44 on white background.



Black color preview on #555E44 background

This text has black color on #555E44 background.


White color preview on #555E44 background

This text has white color on #555E44 background.