COLOR #55756F

HEX: #55756F
RGB: (85,117,111)

Color info

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

RGB color model

#55756F color RGB value is (85,117,111).

  • red value is 85;
  • green value is 117;
  • blue value is 111.
RGB:
(85,117,111)
(33%,46%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 111 of 255 = 44%

85
117
111

R + G + B ~ 41%. #55756F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 111 = 313 (100%)
R 85 of 313 ~ 27.16%
G 117 of 313 ~ 37.38%
B 111 of 313 ~ 35.46%

%27.16
%37.38
%35.46

CMYK color model

#55756F color CMYK value is (27,0,5,54).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(27,0,5,54)
C27M0Y5K54 
(27%,0%,5%,54%)
(0.27/0.00/0.05/0.54)	

CMYK percentages

%27.35
%0
%5.13
%54.12

Codes

Color #55756F in popluar color models

55756F
RGB85117111
HSL169°15.84%39.61%
HSB/HSV169°27.35%45.88%
CMYK27.35%0.00%5.13%
54.12%

Color #55756F in popluar number systems.

HEX55756F
Decimal85117111
Binary101010111101011101111
Octal125165157

Shades and tints

Shades of #55756F

#55756F
(85,117,111)
#4E6B65
(78,107,101)
#47615B
(71,97,91)
#405751
(64,87,81)
#394D47
(57,77,71)
#32433D
(50,67,61)
#2B3933
(43,57,51)
#242F29
(36,47,41)
#1D251F
(29,37,31)
#161B15
(22,27,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #55756F

#55756F
(85,117,111)
#64817C
(100,129,124)
#738D89
(115,141,137)
#829996
(130,153,150)
#91A5A3
(145,165,163)
#A0B1B0
(160,177,176)
#AFBDBD
(175,189,189)
#BEC9CA
(190,201,202)
#CDD5D7
(205,213,215)
#DCE1E4
(220,225,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55756F color. Also use rgb(85,117,111) instead hex code.

Text Font Color

.myTextColor { color: #55756F; }

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

This text font color is #55756F.


Background Color

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

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

This div background color is #55756F.


Border color

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

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

This div border color is #55756F.


Opacity

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

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

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

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

This text has shadow with #55756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55756F on black background.


Color preview on white background

This text has color #55756F on white background.



Black color preview on #55756F background

This text has black color on #55756F background.


White color preview on #55756F background

This text has white color on #55756F background.