COLOR #557776

HEX: #557776
RGB: (85,119,118)

Color info

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

RGB color model

#557776 color RGB value is (85,119,118).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 118 of 255 = 46%

85
119
118

R + G + B ~ 42%. #557776 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 118 = 322 (100%)
R 85 of 322 ~ 26.4%
G 119 of 322 ~ 36.96%
B 118 of 322 ~ 36.65%

%26.4
%36.96
%36.65

CMYK color model

#557776 color CMYK value is (29,0,1,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(29,0,1,53)
C29M0Y1K53 
(29%,0%,1%,53%)
(0.29/0.00/0.01/0.53)	

CMYK percentages

%28.57
%0
%0.84
%53.33

Codes

Color #557776 in popluar color models

557776
RGB85119118
HSL178°16.67%40.00%
HSB/HSV178°28.57%46.67%
CMYK28.57%0.00%0.84%
53.33%

Color #557776 in popluar number systems.

HEX557776
Decimal85119118
Binary101010111101111110110
Octal125167166

Shades and tints

Shades of #557776

#557776
(85,119,118)
#4E6D6C
(78,109,108)
#476362
(71,99,98)
#405958
(64,89,88)
#394F4E
(57,79,78)
#324544
(50,69,68)
#2B3B3A
(43,59,58)
#243130
(36,49,48)
#1D2726
(29,39,38)
#161D1C
(22,29,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #557776

#557776
(85,119,118)
#648382
(100,131,130)
#738F8E
(115,143,142)
#829B9A
(130,155,154)
#91A7A6
(145,167,166)
#A0B3B2
(160,179,178)
#AFBFBE
(175,191,190)
#BECBCA
(190,203,202)
#CDD7D6
(205,215,214)
#DCE3E2
(220,227,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557776; }

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

This text font color is #557776.


Background Color

.myBgColor { background-color: #557776; }

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

This div background color is #557776.


Border color

.myBorderColor { border: 1px solid #557776; }

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

This div border color is #557776.


Opacity

.myOpacity80 { color: #557776; opacity: 0.8; }

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

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

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

This text has shadow with #557776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557776 on black background.


Color preview on white background

This text has color #557776 on white background.



Black color preview on #557776 background

This text has black color on #557776 background.


White color preview on #557776 background

This text has white color on #557776 background.