COLOR #555D43

HEX: #555D43
RGB: (85,93,67)

Color info

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

RGB color model

#555D43 color RGB value is (85,93,67).

  • red value is 85;
  • green value is 93;
  • blue value is 67.
RGB:
(85,93,67)
(33%,36%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 67 of 255 = 26%

85
93
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 67 = 245 (100%)
R 85 of 245 ~ 34.69%
G 93 of 245 ~ 37.96%
B 67 of 245 ~ 27.35%

%34.69
%37.96
%27.35

CMYK color model

#555D43 color CMYK value is (9,0,28,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 63.53%
CMYK:
(9,0,28,64)
C9M0Y28K64 
(9%,0%,28%,64%)
(0.09/0.00/0.28/0.64)	

CMYK percentages

%8.6
%0
%27.96
%63.53

Codes

Color #555D43 in popluar color models

555D43
RGB859367
HSL78°16.25%31.37%
HSB/HSV78°27.96%36.47%
CMYK8.60%0.00%27.96%
63.53%

Color #555D43 in popluar number systems.

HEX555D43
Decimal859367
Binary101010110111011000011
Octal125135103

Shades and tints

Shades of #555D43

#555D43
(85,93,67)
#4E553D
(78,85,61)
#474D37
(71,77,55)
#404531
(64,69,49)
#393D2B
(57,61,43)
#323525
(50,53,37)
#2B2D1F
(43,45,31)
#242519
(36,37,25)
#1D1D13
(29,29,19)
#16150D
(22,21,13)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #555D43

#555D43
(85,93,67)
#646B54
(100,107,84)
#737965
(115,121,101)
#828776
(130,135,118)
#919587
(145,149,135)
#A0A398
(160,163,152)
#AFB1A9
(175,177,169)
#BEBFBA
(190,191,186)
#CDCDCB
(205,205,203)
#DCDBDC
(220,219,220)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D43 color. Also use rgb(85,93,67) instead hex code.

Text Font Color

.myTextColor { color: #555D43; }

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

This text font color is #555D43.


Background Color

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

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

This div background color is #555D43.


Border color

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

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

This div border color is #555D43.


Opacity

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

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

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

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

This text has shadow with #555D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D43 on black background.


Color preview on white background

This text has color #555D43 on white background.



Black color preview on #555D43 background

This text has black color on #555D43 background.


White color preview on #555D43 background

This text has white color on #555D43 background.