COLOR #55601B

HEX: #55601B RGB: (85,96,27)

Color info

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

RGB color model

#55601B color RGB value is (85,96,27).

RGB: (85,96,27) (33%, 38%, 11%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 27 of 255 = 11%

85
96
27

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

Portions of RGB colors in percentages

R + G + B = 85 + 96 + 27 = 208 (100%)
R 85 of 208 ~ 40.87%
G 96 of 208 ~ 46.15%
B 27 of 208 ~ 12.98'%

%40.87
%46.15
%12.98

CMYK color model

#55601B color CMYK value is (11,0,72,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 62.35%

CMYK: (11,0,72,62)
C11M0Y72K62 (11%, 0%, 72%, 62%)
(0.11 / 0.00 / 0.72 / 0.62)

CMYK percentages

%11.46
%0
%71.88
%62.35

Codes

Color #55601B in popluar color models

55 60 1B
RGB 85 96 27
HSL 70° 56.10% 24.12%
HSB/HSV 70° 71.88% 37.65%
CMYK 11.46% 0.00% 71.88%
62.35%

Color #55601B in popluar number systems.

HEX 55 60 1B
Decimal 85 96 27
Binary 1010101 1100000 11011
Octal 125 140 33

Shades and tints

Shades of #55601B

#55601B
(85,96,27)
#4E5819
(78,88,25)
#475017
(71,80,23)
#404815
(64,72,21)
#394013
(57,64,19)
#323811
(50,56,17)
#2B300F
(43,48,15)
#24280D
(36,40,13)
#1D200B
(29,32,11)
#161809
(22,24,9)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #55601B

#55601B
(85,96,27)
#646E2F
(100,110,47)
#737C43
(115,124,67)
#828A57
(130,138,87)
#91986B
(145,152,107)
#A0A67F
(160,166,127)
#AFB493
(175,180,147)
#BEC2A7
(190,194,167)
#CDD0BB
(205,208,187)
#DCDECF
(220,222,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55601B color. Also use rgb(85,96,27) instead hex code.

Text Font Color

.myTextColor { color: #55601B; }

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

This text font color is #55601B.

Background Color

.myBgColor { background-color: #55601B; }

<div style="background-color:#55601B">Inner text</div>

This div background color is #55601B.

Border color

.myBorderColor { border: 1px solid #55601B; }

<div style="border:3px solid #55601B">Div</div>

This div border color is #55601B.

Opacity

.myOpacity80 { color: #55601B; opacity: 0.8; }

<p style="color:#55601B;opacity:0.8;">80%</p>

Text with #55601B 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 #55601B;}

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

This text has shadow with #55601B color.


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

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

This text has shadow with #55601B primary color and red secondary color.


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

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

This text has shadow with #55601B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55601B.

Preview

Color preview on black background

This text has color #55601B on black background.


Color preview on white background

This text has color #55601B on white background.


Black color preview on #55601B background

This text has black color on #55601B background.


White color preview on #55601B background

This text has white color on #55601B background.


Related colors

Complementary color

Complementary color for #hex is #AA9FE4.


I love getcolorcode.com

Triadic colors

1 #1B5560 and #601B55 with #55601B are triadic colors.

2 #1B6055 and #60551B with #55601B are triadic colors.