COLOR #557661

HEX: #557661
RGB: (85,118,97)

Color info

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

RGB color model

#557661 color RGB value is (85,118,97).

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

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 97 of 255 = 38%

85
118
97

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

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 97 = 300 (100%)
R 85 of 300 ~ 28.33%
G 118 of 300 ~ 39.33%
B 97 of 300 ~ 32.33%

%28.33
%39.33
%32.33

CMYK color model

#557661 color CMYK value is (28,0,18,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(28,0,18,54)
C28M0Y18K54 
(28%,0%,18%,54%)
(0.28/0.00/0.18/0.54)	

CMYK percentages

%27.97
%0
%17.8
%53.73

Codes

Color #557661 in popluar color models

557661
RGB8511897
HSL142°16.26%39.80%
HSB/HSV142°27.97%46.27%
CMYK27.97%0.00%17.80%
53.73%

Color #557661 in popluar number systems.

HEX557661
Decimal8511897
Binary101010111101101100001
Octal125166141

Shades and tints

Shades of #557661

#557661
(85,118,97)
#4E6C59
(78,108,89)
#476251
(71,98,81)
#405849
(64,88,73)
#394E41
(57,78,65)
#324439
(50,68,57)
#2B3A31
(43,58,49)
#243029
(36,48,41)
#1D2621
(29,38,33)
#161C19
(22,28,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #557661

#557661
(85,118,97)
#64826F
(100,130,111)
#738E7D
(115,142,125)
#829A8B
(130,154,139)
#91A699
(145,166,153)
#A0B2A7
(160,178,167)
#AFBEB5
(175,190,181)
#BECAC3
(190,202,195)
#CDD6D1
(205,214,209)
#DCE2DF
(220,226,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557661; }

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

This text font color is #557661.


Background Color

.myBgColor { background-color: #557661; }

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

This div background color is #557661.


Border color

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

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

This div border color is #557661.


Opacity

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

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

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

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

This text has shadow with #557661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557661 on black background.


Color preview on white background

This text has color #557661 on white background.



Black color preview on #557661 background

This text has black color on #557661 background.


White color preview on #557661 background

This text has white color on #557661 background.