COLOR #55766C

HEX: #55766C
RGB: (85,118,108)

Color info

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

RGB color model

#55766C color RGB value is (85,118,108).

  • red value is 85;
  • green value is 118;
  • blue value is 108.
RGB:
(85,118,108)
(33%,46%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 108 of 255 = 42%

85
118
108

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

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 108 = 311 (100%)
R 85 of 311 ~ 27.33%
G 118 of 311 ~ 37.94%
B 108 of 311 ~ 34.73%

%27.33
%37.94
%34.73

CMYK color model

#55766C color CMYK value is (28,0,8,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(28,0,8,54)
C28M0Y8K54 
(28%,0%,8%,54%)
(0.28/0.00/0.08/0.54)	

CMYK percentages

%27.97
%0
%8.47
%53.73

Codes

Color #55766C in popluar color models

55766C
RGB85118108
HSL162°16.26%39.80%
HSB/HSV162°27.97%46.27%
CMYK27.97%0.00%8.47%
53.73%

Color #55766C in popluar number systems.

HEX55766C
Decimal85118108
Binary101010111101101101100
Octal125166154

Shades and tints

Shades of #55766C

#55766C
(85,118,108)
#4E6C63
(78,108,99)
#47625A
(71,98,90)
#405851
(64,88,81)
#394E48
(57,78,72)
#32443F
(50,68,63)
#2B3A36
(43,58,54)
#24302D
(36,48,45)
#1D2624
(29,38,36)
#161C1B
(22,28,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #55766C

#55766C
(85,118,108)
#648279
(100,130,121)
#738E86
(115,142,134)
#829A93
(130,154,147)
#91A6A0
(145,166,160)
#A0B2AD
(160,178,173)
#AFBEBA
(175,190,186)
#BECAC7
(190,202,199)
#CDD6D4
(205,214,212)
#DCE2E1
(220,226,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55766C color. Also use rgb(85,118,108) instead hex code.

Text Font Color

.myTextColor { color: #55766C; }

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

This text font color is #55766C.


Background Color

.myBgColor { background-color: #55766C; }

<div style="background-color:#55766C">Inner text</div>

This div background color is #55766C.


Border color

.myBorderColor { border: 1px solid #55766C; }

<div style="border:3px solid #55766C">Div</div>

This div border color is #55766C.


Opacity

.myOpacity80 { color: #55766C; opacity: 0.8; }

<p style="color:#55766C;opacity:0.8;">80%</p>

Text with #55766C 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 #55766C;}

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

This text has shadow with #55766C color.

.textShadow {text-shadow: 3px 3px 1px #55766C, 3px 3px 1px red;}

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

This text has shadow with #55766C primary color and red secondary color.


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

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

This text has shadow with #55766C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55766C on black background.


Color preview on white background

This text has color #55766C on white background.



Black color preview on #55766C background

This text has black color on #55766C background.


White color preview on #55766C background

This text has white color on #55766C background.