COLOR #555D2C

HEX: #555D2C
RGB: (85,93,44)

Color info

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

RGB color model

#555D2C color RGB value is (85,93,44).

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

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 44 of 255 = 17%

85
93
44

R + G + B ~ 29%. #555D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 44 = 222 (100%)
R 85 of 222 ~ 38.29%
G 93 of 222 ~ 41.89%
B 44 of 222 ~ 19.82%

%38.29
%41.89
%19.82

CMYK color model

#555D2C color CMYK value is (9,0,53,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 63.53%
CMYK:
(9,0,53,64)
C9M0Y53K64 
(9%,0%,53%,64%)
(0.09/0.00/0.53/0.64)	

CMYK percentages

%8.6
%0
%52.69
%63.53

Codes

Color #555D2C in popluar color models

555D2C
RGB859344
HSL70°35.77%26.86%
HSB/HSV70°52.69%36.47%
CMYK8.60%0.00%52.69%
63.53%

Color #555D2C in popluar number systems.

HEX555D2C
Decimal859344
Binary10101011011101101100
Octal12513554

Shades and tints

Shades of #555D2C

#555D2C
(85,93,44)
#4E5528
(78,85,40)
#474D24
(71,77,36)
#404520
(64,69,32)
#393D1C
(57,61,28)
#323518
(50,53,24)
#2B2D14
(43,45,20)
#242510
(36,37,16)
#1D1D0C
(29,29,12)
#161508
(22,21,8)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #555D2C

#555D2C
(85,93,44)
#646B3F
(100,107,63)
#737952
(115,121,82)
#828765
(130,135,101)
#919578
(145,149,120)
#A0A38B
(160,163,139)
#AFB19E
(175,177,158)
#BEBFB1
(190,191,177)
#CDCDC4
(205,205,196)
#DCDBD7
(220,219,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D2C; }

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

This text font color is #555D2C.


Background Color

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

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

This div background color is #555D2C.


Border color

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

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

This div border color is #555D2C.


Opacity

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

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

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

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

This text has shadow with #555D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D2C on black background.


Color preview on white background

This text has color #555D2C on white background.



Black color preview on #555D2C background

This text has black color on #555D2C background.


White color preview on #555D2C background

This text has white color on #555D2C background.