COLOR #55716E

HEX: #55716E RGB: (85,113,110)

Color info

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

RGB color model

#55716E color RGB value is (85,113,110).

RGB: (85,113,110) (33%, 44%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 110 of 255 = 43%

85
113
110

R + G + B ~ 40%. #55716E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 113 + 110 = 308 (100%)
R 85 of 308 ~ 27.6%
G 113 of 308 ~ 36.69%
B 110 of 308 ~ 35.71'%

%27.6
%36.69
%35.71

CMYK color model

#55716E color CMYK value is (25,0,3,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK: (25,0,3,56) C25M0Y3K56 (25%,0%,3%,56%) (0.25/0.00/0.03/0.56) 

CMYK percentages

%24.78
%0
%2.65
%55.69

Codes

Color #55716E in popluar color models

55 71 6E
RGB 85 113 110
HSL 174° 14.14% 38.82%
HSB/HSV 174° 24.78% 44.31%
CMYK 24.78% 0.00% 2.65%
55.69%

Color #55716E in popluar number systems.

HEX 55 71 6E
Decimal 85 113 110
Binary 1010101 1110001 1101110
Octal 125 161 156

Shades and tints

Shades of #55716E

#55716E
(85,113,110)
#4E6764
(78,103,100)
#475D5A
(71,93,90)
#405350
(64,83,80)
#394946
(57,73,70)
#323F3C
(50,63,60)
#2B3532
(43,53,50)
#242B28
(36,43,40)
#1D211E
(29,33,30)
#161714
(22,23,20)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #55716E

#55716E
(85,113,110)
#647D7B
(100,125,123)
#738988
(115,137,136)
#829595
(130,149,149)
#91A1A2
(145,161,162)
#A0ADAF
(160,173,175)
#AFB9BC
(175,185,188)
#BEC5C9
(190,197,201)
#CDD1D6
(205,209,214)
#DCDDE3
(220,221,227)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55716E; }

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

This text font color is #55716E.

Background Color

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

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

This div background color is #55716E.

Border color

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

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

This div border color is #55716E.

Opacity

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

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

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

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

This text has shadow with #55716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55716E.

Preview

Color preview on black background

This text has color #55716E on black background.


Color preview on white background

This text has color #55716E on white background.


Black color preview on #55716E background

This text has black color on #55716E background.


White color preview on #55716E background

This text has white color on #55716E background.


Related colors

Complementary color

Complementary color for #hex is #AA8E91.


I love getcolorcode.com

Triadic colors

1 #6E5571 and #716E55 with #55716E are triadic colors.

2 #6E7155 and #71556E with #55716E are triadic colors.