COLOR #55675E

HEX: #55675E RGB: (85,103,94)

Color info

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

RGB color model

#55675E color RGB value is (85,103,94).

RGB: (85,103,94) (33%, 40%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 94 of 255 = 37%

85
103
94

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

Portions of RGB colors in percentages

R + G + B = 85 + 103 + 94 = 282 (100%)
R 85 of 282 ~ 30.14%
G 103 of 282 ~ 36.52%
B 94 of 282 ~ 33.33'%

%30.14
%36.52
%33.33

CMYK color model

#55675E color CMYK value is (17,0,9,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK: (17,0,9,60) C17M0Y9K60 (17%,0%,9%,60%) (0.17/0.00/0.09/0.60) 

CMYK percentages

%17.48
%0
%8.74
%59.61

Codes

Color #55675E in popluar color models

55 67 5E
RGB 85 103 94
HSL 150° 9.57% 36.86%
HSB/HSV 150° 17.48% 40.39%
CMYK 17.48% 0.00% 8.74%
59.61%

Color #55675E in popluar number systems.

HEX 55 67 5E
Decimal 85 103 94
Binary 1010101 1100111 1011110
Octal 125 147 136

Shades and tints

Shades of #55675E

#55675E
(85,103,94)
#4E5E56
(78,94,86)
#47554E
(71,85,78)
#404C46
(64,76,70)
#39433E
(57,67,62)
#323A36
(50,58,54)
#2B312E
(43,49,46)
#242826
(36,40,38)
#1D1F1E
(29,31,30)
#161616
(22,22,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #55675E

#55675E
(85,103,94)
#64746C
(100,116,108)
#73817A
(115,129,122)
#828E88
(130,142,136)
#919B96
(145,155,150)
#A0A8A4
(160,168,164)
#AFB5B2
(175,181,178)
#BEC2C0
(190,194,192)
#CDCFCE
(205,207,206)
#DCDCDC
(220,220,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55675E color. Also use rgb(85,103,94) instead hex code.

Text Font Color

.myTextColor { color: #55675E; }

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

This text font color is #55675E.

Background Color

.myBgColor { background-color: #55675E; }

<div style="background-color:#55675E">Inner text</div>

This div background color is #55675E.

Border color

.myBorderColor { border: 1px solid #55675E; }

<div style="border:3px solid #55675E">Div</div>

This div border color is #55675E.

Opacity

.myOpacity80 { color: #55675E; opacity: 0.8; }

<p style="color:#55675E;opacity:0.8;">80%</p>

Text with #55675E 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 #55675E;}

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

This text has shadow with #55675E color.


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

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

This text has shadow with #55675E primary color and red secondary color.


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

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

This text has shadow with #55675E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55675E.

Preview

Color preview on black background

This text has color #55675E on black background.


Color preview on white background

This text has color #55675E on white background.


Black color preview on #55675E background

This text has black color on #55675E background.


White color preview on #55675E background

This text has white color on #55675E background.


Related colors

Complementary color

Complementary color for #hex is #AA98A1.


I love getcolorcode.com

Triadic colors

1 #5E5567 and #675E55 with #55675E are triadic colors.

2 #5E6755 and #67555E with #55675E are triadic colors.