COLOR #555D28

HEX: #555D28
RGB: (85,93,40)

Color info

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

RGB color model

#555D28 color RGB value is (85,93,40).

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

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 40 of 255 = 16%

85
93
40

R + G + B ~ 28%. #555D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 40 = 218 (100%)
R 85 of 218 ~ 38.99%
G 93 of 218 ~ 42.66%
B 40 of 218 ~ 18.35%

%38.99
%42.66
%18.35

CMYK color model

#555D28 color CMYK value is (9,0,57,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 56.99%
  • key color value is 63.53%
CMYK:
(9,0,57,64)
C9M0Y57K64 
(9%,0%,57%,64%)
(0.09/0.00/0.57/0.64)	

CMYK percentages

%8.6
%0
%56.99
%63.53

Codes

Color #555D28 in popluar color models

555D28
RGB859340
HSL69°39.85%26.08%
HSB/HSV69°56.99%36.47%
CMYK8.60%0.00%56.99%
63.53%

Color #555D28 in popluar number systems.

HEX555D28
Decimal859340
Binary10101011011101101000
Octal12513550

Shades and tints

Shades of #555D28

#555D28
(85,93,40)
#4E5525
(78,85,37)
#474D22
(71,77,34)
#40451F
(64,69,31)
#393D1C
(57,61,28)
#323519
(50,53,25)
#2B2D16
(43,45,22)
#242513
(36,37,19)
#1D1D10
(29,29,16)
#16150D
(22,21,13)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #555D28

#555D28
(85,93,40)
#646B3B
(100,107,59)
#73794E
(115,121,78)
#828761
(130,135,97)
#919574
(145,149,116)
#A0A387
(160,163,135)
#AFB19A
(175,177,154)
#BEBFAD
(190,191,173)
#CDCDC0
(205,205,192)
#DCDBD3
(220,219,211)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D28; }

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

This text font color is #555D28.


Background Color

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

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

This div background color is #555D28.


Border color

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

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

This div border color is #555D28.


Opacity

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

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

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

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

This text has shadow with #555D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D28 on black background.


Color preview on white background

This text has color #555D28 on white background.



Black color preview on #555D28 background

This text has black color on #555D28 background.


White color preview on #555D28 background

This text has white color on #555D28 background.