COLOR #55604F

HEX: #55604F RGB: (85,96,79)

Color info

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

RGB color model

#55604F color RGB value is (85,96,79).

RGB: (85,96,79) (33%, 38%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 79 of 255 = 31%

85
96
79

R + G + B ~ 34%. #55604F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 96 + 79 = 260 (100%)
R 85 of 260 ~ 32.69%
G 96 of 260 ~ 36.92%
B 79 of 260 ~ 30.38'%

%32.69
%36.92
%30.38

CMYK color model

#55604F color CMYK value is (11,0,18,62).

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

CMYK: (11,0,18,62)
C11M0Y18K62 (11%, 0%, 18%, 62%)
(0.11 / 0.00 / 0.18 / 0.62)

CMYK percentages

%11.46
%0
%17.71
%62.35

Codes

Color #55604F in popluar color models

55 60 4F
RGB 85 96 79
HSL 99° 9.71% 34.31%
HSB/HSV 99° 17.71% 37.65%
CMYK 11.46% 0.00% 17.71%
62.35%

Color #55604F in popluar number systems.

HEX 55 60 4F
Decimal 85 96 79
Binary 1010101 1100000 1001111
Octal 125 140 117

Shades and tints

Shades of #55604F

#55604F
(85,96,79)
#4E5848
(78,88,72)
#475041
(71,80,65)
#40483A
(64,72,58)
#394033
(57,64,51)
#32382C
(50,56,44)
#2B3025
(43,48,37)
#24281E
(36,40,30)
#1D2017
(29,32,23)
#161810
(22,24,16)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #55604F

#55604F
(85,96,79)
#646E5F
(100,110,95)
#737C6F
(115,124,111)
#828A7F
(130,138,127)
#91988F
(145,152,143)
#A0A69F
(160,166,159)
#AFB4AF
(175,180,175)
#BEC2BF
(190,194,191)
#CDD0CF
(205,208,207)
#DCDEDF
(220,222,223)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55604F color. Also use rgb(85,96,79) instead hex code.

Text Font Color

.myTextColor { color: #55604F; }

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

This text font color is #55604F.

Background Color

.myBgColor { background-color: #55604F; }

<div style="background-color:#55604F">Inner text</div>

This div background color is #55604F.

Border color

.myBorderColor { border: 1px solid #55604F; }

<div style="border:3px solid #55604F">Div</div>

This div border color is #55604F.

Opacity

.myOpacity80 { color: #55604F; opacity: 0.8; }

<p style="color:#55604F;opacity:0.8;">80%</p>

Text with #55604F 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 #55604F;}

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

This text has shadow with #55604F color.


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

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

This text has shadow with #55604F primary color and red secondary color.


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

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

This text has shadow with #55604F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55604F.

Preview

Color preview on black background

This text has color #55604F on black background.


Color preview on white background

This text has color #55604F on white background.


Black color preview on #55604F background

This text has black color on #55604F background.


White color preview on #55604F background

This text has white color on #55604F background.


Related colors

Complementary color

Complementary color for #hex is #AA9FB0.


I love getcolorcode.com

Triadic colors

1 #4F5560 and #604F55 with #55604F are triadic colors.

2 #4F6055 and #60554F with #55604F are triadic colors.