COLOR #55765E

HEX: #55765E
RGB: (85,118,94)

Color info

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

RGB color model

#55765E color RGB value is (85,118,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 94 of 255 = 37%

85
118
94

R + G + B ~ 39%. #55765E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 94 = 297 (100%)
R 85 of 297 ~ 28.62%
G 118 of 297 ~ 39.73%
B 94 of 297 ~ 31.65%

%28.62
%39.73
%31.65

CMYK color model

#55765E color CMYK value is (28,0,20,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(28,0,20,54)
C28M0Y20K54 
(28%,0%,20%,54%)
(0.28/0.00/0.20/0.54)	

CMYK percentages

%27.97
%0
%20.34
%53.73

Codes

Color #55765E in popluar color models

55765E
RGB8511894
HSL136°16.26%39.80%
HSB/HSV136°27.97%46.27%
CMYK27.97%0.00%20.34%
53.73%

Color #55765E in popluar number systems.

HEX55765E
Decimal8511894
Binary101010111101101011110
Octal125166136

Shades and tints

Shades of #55765E

#55765E
(85,118,94)
#4E6C56
(78,108,86)
#47624E
(71,98,78)
#405846
(64,88,70)
#394E3E
(57,78,62)
#324436
(50,68,54)
#2B3A2E
(43,58,46)
#243026
(36,48,38)
#1D261E
(29,38,30)
#161C16
(22,28,22)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #55765E

#55765E
(85,118,94)
#64826C
(100,130,108)
#738E7A
(115,142,122)
#829A88
(130,154,136)
#91A696
(145,166,150)
#A0B2A4
(160,178,164)
#AFBEB2
(175,190,178)
#BECAC0
(190,202,192)
#CDD6CE
(205,214,206)
#DCE2DC
(220,226,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55765E; }

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

This text font color is #55765E.


Background Color

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

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

This div background color is #55765E.


Border color

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

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

This div border color is #55765E.


Opacity

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

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

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

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

This text has shadow with #55765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55765E on black background.


Color preview on white background

This text has color #55765E on white background.



Black color preview on #55765E background

This text has black color on #55765E background.


White color preview on #55765E background

This text has white color on #55765E background.