COLOR #555C26

HEX: #555C26 RGB: (85,92,38)

Color info

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

RGB color model

#555C26 color RGB value is (85,92,38).

RGB: (85,92,38) (33%, 36%, 15%)

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 38 of 255 = 15%

85
92
38

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

Portions of RGB colors in percentages

R + G + B = 85 + 92 + 38 = 215 (100%)
R 85 of 215 ~ 39.53%
G 92 of 215 ~ 42.79%
B 38 of 215 ~ 17.67'%

%39.53
%42.79
%17.67

CMYK color model

#555C26 color CMYK value is (8,0,59,64).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 63.92%
CMYK: (8,0,59,64) C8M0Y59K64 (8%,0%,59%,64%) (0.08/0.00/0.59/0.64) 

CMYK percentages

%7.61
%0
%58.7
%63.92

Codes

Color #555C26 in popluar color models

55 5C 26
RGB 85 92 38
HSL 68° 41.54% 25.49%
HSB/HSV 68° 58.70% 36.08%
CMYK 7.61% 0.00% 58.70%
63.92%

Color #555C26 in popluar number systems.

HEX 55 5C 26
Decimal 85 92 38
Binary 1010101 1011100 100110
Octal 125 134 46

Shades and tints

Shades of #555C26

#555C26
(85,92,38)
#4E5423
(78,84,35)
#474C20
(71,76,32)
#40441D
(64,68,29)
#393C1A
(57,60,26)
#323417
(50,52,23)
#2B2C14
(43,44,20)
#242411
(36,36,17)
#1D1C0E
(29,28,14)
#16140B
(22,20,11)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #555C26

#555C26
(85,92,38)
#646A39
(100,106,57)
#73784C
(115,120,76)
#82865F
(130,134,95)
#919472
(145,148,114)
#A0A285
(160,162,133)
#AFB098
(175,176,152)
#BEBEAB
(190,190,171)
#CDCCBE
(205,204,190)
#DCDAD1
(220,218,209)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555C26 color. Also use rgb(85,92,38) instead hex code.

Text Font Color

.myTextColor { color: #555C26; }

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

This text font color is #555C26.

Background Color

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

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

This div background color is #555C26.

Border color

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

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

This div border color is #555C26.

Opacity

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

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

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

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

This text has shadow with #555C26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555C26.

Preview

Color preview on black background

This text has color #555C26 on black background.


Color preview on white background

This text has color #555C26 on white background.


Black color preview on #555C26 background

This text has black color on #555C26 background.


White color preview on #555C26 background

This text has white color on #555C26 background.


Related colors

Complementary color

Complementary color for #hex is #AAA3D9.


I love getcolorcode.com

Triadic colors

1 #26555C and #5C2655 with #555C26 are triadic colors.

2 #265C55 and #5C5526 with #555C26 are triadic colors.