COLOR #555D1C

HEX: #555D1C RGB: (85,93,28)

Color info

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

RGB color model

#555D1C color RGB value is (85,93,28).

RGB: (85,93,28) (33%, 36%, 11%)

RGB channels and saturation

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

85
93
28

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

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 28 = 206 (100%)
R 85 of 206 ~ 41.26%
G 93 of 206 ~ 45.15%
B 28 of 206 ~ 13.59'%

%41.26
%45.15
%13.59

CMYK color model

#555D1C color CMYK value is (9,0,70,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 63.53%
CMYK: (9,0,70,64) C9M0Y70K64 (9%,0%,70%,64%) (0.09/0.00/0.70/0.64) 

CMYK percentages

%8.6
%0
%69.89
%63.53

Codes

Color #555D1C in popluar color models

55 5D 1C
RGB 85 93 28
HSL 67° 53.72% 23.73%
HSB/HSV 67° 69.89% 36.47%
CMYK 8.60% 0.00% 69.89%
63.53%

Color #555D1C in popluar number systems.

HEX 55 5D 1C
Decimal 85 93 28
Binary 1010101 1011101 11100
Octal 125 135 34

Shades and tints

Shades of #555D1C

#555D1C
(85,93,28)
#4E551A
(78,85,26)
#474D18
(71,77,24)
#404516
(64,69,22)
#393D14
(57,61,20)
#323512
(50,53,18)
#2B2D10
(43,45,16)
#24250E
(36,37,14)
#1D1D0C
(29,29,12)
#16150A
(22,21,10)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #555D1C

#555D1C
(85,93,28)
#646B30
(100,107,48)
#737944
(115,121,68)
#828758
(130,135,88)
#91956C
(145,149,108)
#A0A380
(160,163,128)
#AFB194
(175,177,148)
#BEBFA8
(190,191,168)
#CDCDBC
(205,205,188)
#DCDBD0
(220,219,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D1C; }

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

This text font color is #555D1C.

Background Color

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

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

This div background color is #555D1C.

Border color

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

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

This div border color is #555D1C.

Opacity

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

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

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

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

This text has shadow with #555D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555D1C.

Preview

Color preview on black background

This text has color #555D1C on black background.


Color preview on white background

This text has color #555D1C on white background.


Black color preview on #555D1C background

This text has black color on #555D1C background.


White color preview on #555D1C background

This text has white color on #555D1C background.


Related colors

Complementary color

Complementary color for #hex is #AAA2E3.


I love getcolorcode.com

Triadic colors

1 #1C555D and #5D1C55 with #555D1C are triadic colors.

2 #1C5D55 and #5D551C with #555D1C are triadic colors.