COLOR #55615E

HEX: #55615E RGB: (85,97,94)

Color info

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

RGB color model

#55615E color RGB value is (85,97,94).

RGB: (85,97,94) (33%, 38%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 94 of 255 = 37%

85
97
94

R + G + B ~ 36%. #55615E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 97 + 94 = 276 (100%)
R 85 of 276 ~ 30.8%
G 97 of 276 ~ 35.14%
B 94 of 276 ~ 34.06'%

%30.8
%35.14
%34.06

CMYK color model

#55615E color CMYK value is (12,0,3,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%

CMYK: (12,0,3,62)
C12M0Y3K62 (12%, 0%, 3%, 62%)
(0.12 / 0.00 / 0.03 / 0.62)

CMYK percentages

%12.37
%0
%3.09
%61.96

Codes

Color #55615E in popluar color models

55 61 5E
RGB 85 97 94
HSL 165° 6.59% 35.69%
HSB/HSV 165° 12.37% 38.04%
CMYK 12.37% 0.00% 3.09%
61.96%

Color #55615E in popluar number systems.

HEX 55 61 5E
Decimal 85 97 94
Binary 1010101 1100001 1011110
Octal 125 141 136

Shades and tints

Shades of #55615E

#55615E
(85,97,94)
#4E5956
(78,89,86)
#47514E
(71,81,78)
#404946
(64,73,70)
#39413E
(57,65,62)
#323936
(50,57,54)
#2B312E
(43,49,46)
#242926
(36,41,38)
#1D211E
(29,33,30)
#161916
(22,25,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #55615E

#55615E
(85,97,94)
#646F6C
(100,111,108)
#737D7A
(115,125,122)
#828B88
(130,139,136)
#919996
(145,153,150)
#A0A7A4
(160,167,164)
#AFB5B2
(175,181,178)
#BEC3C0
(190,195,192)
#CDD1CE
(205,209,206)
#DCDFDC
(220,223,220)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55615E; }

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

This text font color is #55615E.

Background Color

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

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

This div background color is #55615E.

Border color

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

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

This div border color is #55615E.

Opacity

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

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

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

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

This text has shadow with #55615E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55615E.

Preview

Color preview on black background

This text has color #55615E on black background.


Color preview on white background

This text has color #55615E on white background.


Black color preview on #55615E background

This text has black color on #55615E background.


White color preview on #55615E background

This text has white color on #55615E background.


Related colors

Complementary color

Complementary color for #hex is #AA9EA1.


I love getcolorcode.com

Triadic colors

1 #5E5561 and #615E55 with #55615E are triadic colors.

2 #5E6155 and #61555E with #55615E are triadic colors.