COLOR #55685B

HEX: #55685B RGB: (85,104,91)

Color info

#55685B contains red, green and blue colors in about the same proportion. Web safe color of #55685B is #666666 (or #666).

RGB color model

#55685B color RGB value is (85,104,91).

RGB: (85,104,91) (33%, 41%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 91 of 255 = 36%

85
104
91

R + G + B ~ 37%. #55685B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 91 = 280 (100%)
R 85 of 280 ~ 30.36%
G 104 of 280 ~ 37.14%
B 91 of 280 ~ 32.5'%

%30.36
%37.14
%32.5

CMYK color model

#55685B color CMYK value is (18,0,13,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK: (18,0,13,59) C18M0Y13K59 (18%,0%,13%,59%) (0.18/0.00/0.13/0.59) 

CMYK percentages

%18.27
%0
%12.5
%59.22

Codes

Color #55685B in popluar color models

55 68 5B
RGB 85 104 91
HSL 139° 10.05% 37.06%
HSB/HSV 139° 18.27% 40.78%
CMYK 18.27% 0.00% 12.50%
59.22%

Color #55685B in popluar number systems.

HEX 55 68 5B
Decimal 85 104 91
Binary 1010101 1101000 1011011
Octal 125 150 133

Shades and tints

Shades of #55685B

#55685B
(85,104,91)
#4E5F53
(78,95,83)
#47564B
(71,86,75)
#404D43
(64,77,67)
#39443B
(57,68,59)
#323B33
(50,59,51)
#2B322B
(43,50,43)
#242923
(36,41,35)
#1D201B
(29,32,27)
#161713
(22,23,19)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #55685B

#55685B
(85,104,91)
#647569
(100,117,105)
#738277
(115,130,119)
#828F85
(130,143,133)
#919C93
(145,156,147)
#A0A9A1
(160,169,161)
#AFB6AF
(175,182,175)
#BEC3BD
(190,195,189)
#CDD0CB
(205,208,203)
#DCDDD9
(220,221,217)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55685B color. Also use rgb(85,104,91) instead hex code.

Text Font Color

.myTextColor { color: #55685B; }

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

This text font color is #55685B.

Background Color

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

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

This div background color is #55685B.

Border color

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

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

This div border color is #55685B.

Opacity

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

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

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

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

This text has shadow with #55685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55685B.

Preview

Color preview on black background

This text has color #55685B on black background.


Color preview on white background

This text has color #55685B on white background.


Black color preview on #55685B background

This text has black color on #55685B background.


White color preview on #55685B background

This text has white color on #55685B background.


Related colors

Complementary color

Complementary color for #hex is #AA97A4.


I love getcolorcode.com

Triadic colors

1 #5B5568 and #685B55 with #55685B are triadic colors.

2 #5B6855 and #68555B with #55685B are triadic colors.