COLOR #55715E

HEX: #55715E RGB: (85,113,94)

Color info

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

RGB color model

#55715E color RGB value is (85,113,94).

RGB: (85,113,94) (33%, 44%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 94 of 255 = 37%

85
113
94

R + G + B ~ 38%. #55715E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 113 + 94 = 292 (100%)
R 85 of 292 ~ 29.11%
G 113 of 292 ~ 38.7%
B 94 of 292 ~ 32.19'%

%29.11
%38.7
%32.19

CMYK color model

#55715E color CMYK value is (25,0,17,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 55.69%

CMYK: (25,0,17,56)
C25M0Y17K56 (25%, 0%, 17%, 56%)
(0.25 / 0.00 / 0.17 / 0.56)

CMYK percentages

%24.78
%0
%16.81
%55.69

Codes

Color #55715E in popluar color models

55 71 5E
RGB 85 113 94
HSL 139° 14.14% 38.82%
HSB/HSV 139° 24.78% 44.31%
CMYK 24.78% 0.00% 16.81%
55.69%

Color #55715E in popluar number systems.

HEX 55 71 5E
Decimal 85 113 94
Binary 1010101 1110001 1011110
Octal 125 161 136

Shades and tints

Shades of #55715E

#55715E
(85,113,94)
#4E6756
(78,103,86)
#475D4E
(71,93,78)
#405346
(64,83,70)
#39493E
(57,73,62)
#323F36
(50,63,54)
#2B352E
(43,53,46)
#242B26
(36,43,38)
#1D211E
(29,33,30)
#161716
(22,23,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #55715E

#55715E
(85,113,94)
#647D6C
(100,125,108)
#73897A
(115,137,122)
#829588
(130,149,136)
#91A196
(145,161,150)
#A0ADA4
(160,173,164)
#AFB9B2
(175,185,178)
#BEC5C0
(190,197,192)
#CDD1CE
(205,209,206)
#DCDDDC
(220,221,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55715E; }

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

This text font color is #55715E.

Background Color

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

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

This div background color is #55715E.

Border color

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

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

This div border color is #55715E.

Opacity

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

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

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

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

This text has shadow with #55715E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55715E.

Preview

Color preview on black background

This text has color #55715E on black background.


Color preview on white background

This text has color #55715E on white background.


Black color preview on #55715E background

This text has black color on #55715E background.


White color preview on #55715E background

This text has white color on #55715E background.


Related colors

Complementary color

Complementary color for #hex is #AA8EA1.


I love getcolorcode.com

Triadic colors

1 #5E5571 and #715E55 with #55715E are triadic colors.

2 #5E7155 and #71555E with #55715E are triadic colors.