COLOR #555B1C

HEX: #555B1C
RGB: (85,91,28)

Color info

#555B1C contains mainly red and green colors. Web safe color of #555B1C is #666633 (or #663).

RGB color model

#555B1C color RGB value is (85,91,28).

  • red value is 85;
  • green value is 91;
  • blue value is 28.
RGB:
(85,91,28)
(33%,36%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 28 of 255 = 11%

85
91
28

R + G + B ~ 27%. #555B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 91 + 28 = 204 (100%)
R 85 of 204 ~ 41.67%
G 91 of 204 ~ 44.61%
B 28 of 204 ~ 13.73%

%41.67
%44.61
%13.73

CMYK color model

#555B1C color CMYK value is (7,0,69,64).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(7,0,69,64)
C7M0Y69K64 
(7%,0%,69%,64%)
(0.07/0.00/0.69/0.64)	

CMYK percentages

%6.59
%0
%69.23
%64.31

Codes

Color #555B1C in popluar color models

555B1C
RGB859128
HSL66°52.94%23.33%
HSB/HSV66°69.23%35.69%
CMYK6.59%0.00%69.23%
64.31%

Color #555B1C in popluar number systems.

HEX555B1C
Decimal859128
Binary1010101101101111100
Octal12513334

Shades and tints

Shades of #555B1C

#555B1C
(85,91,28)
#4E531A
(78,83,26)
#474B18
(71,75,24)
#404316
(64,67,22)
#393B14
(57,59,20)
#323312
(50,51,18)
#2B2B10
(43,43,16)
#24230E
(36,35,14)
#1D1B0C
(29,27,12)
#16130A
(22,19,10)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #555B1C

#555B1C
(85,91,28)
#646930
(100,105,48)
#737744
(115,119,68)
#828558
(130,133,88)
#91936C
(145,147,108)
#A0A180
(160,161,128)
#AFAF94
(175,175,148)
#BEBDA8
(190,189,168)
#CDCBBC
(205,203,188)
#DCD9D0
(220,217,208)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555B1C color. Also use rgb(85,91,28) instead hex code.

Text Font Color

.myTextColor { color: #555B1C; }

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

This text font color is #555B1C.


Background Color

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

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

This div background color is #555B1C.


Border color

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

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

This div border color is #555B1C.


Opacity

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

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

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

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

This text has shadow with #555B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B1C on black background.


Color preview on white background

This text has color #555B1C on white background.



Black color preview on #555B1C background

This text has black color on #555B1C background.


White color preview on #555B1C background

This text has white color on #555B1C background.