COLOR #55766D

HEX: #55766D
RGB: (85,118,109)

Color info

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

RGB color model

#55766D color RGB value is (85,118,109).

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

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 109 of 255 = 43%

85
118
109

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

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 109 = 312 (100%)
R 85 of 312 ~ 27.24%
G 118 of 312 ~ 37.82%
B 109 of 312 ~ 34.94%

%27.24
%37.82
%34.94

CMYK color model

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

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • 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
%7.63
%53.73

Codes

Color #55766D in popluar color models

55766D
RGB85118109
HSL164°16.26%39.80%
HSB/HSV164°27.97%46.27%
CMYK27.97%0.00%7.63%
53.73%

Color #55766D in popluar number systems.

HEX55766D
Decimal85118109
Binary101010111101101101101
Octal125166155

Shades and tints

Shades of #55766D

#55766D
(85,118,109)
#4E6C64
(78,108,100)
#47625B
(71,98,91)
#405852
(64,88,82)
#394E49
(57,78,73)
#324440
(50,68,64)
#2B3A37
(43,58,55)
#24302E
(36,48,46)
#1D2625
(29,38,37)
#161C1C
(22,28,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #55766D

#55766D
(85,118,109)
#64827A
(100,130,122)
#738E87
(115,142,135)
#829A94
(130,154,148)
#91A6A1
(145,166,161)
#A0B2AE
(160,178,174)
#AFBEBB
(175,190,187)
#BECAC8
(190,202,200)
#CDD6D5
(205,214,213)
#DCE2E2
(220,226,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55766D; }

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

This text font color is #55766D.


Background Color

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

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

This div background color is #55766D.


Border color

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

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

This div border color is #55766D.


Opacity

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

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

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

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

This text has shadow with #55766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55766D on black background.


Color preview on white background

This text has color #55766D on white background.



Black color preview on #55766D background

This text has black color on #55766D background.


White color preview on #55766D background

This text has white color on #55766D background.