COLOR #557665

HEX: #557665
RGB: (85,118,101)

Color info

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

RGB color model

#557665 color RGB value is (85,118,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 101 of 255 = 40%

85
118
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 101 = 304 (100%)
R 85 of 304 ~ 27.96%
G 118 of 304 ~ 38.82%
B 101 of 304 ~ 33.22%

%27.96
%38.82
%33.22

CMYK color model

#557665 color CMYK value is (28,0,14,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(28,0,14,54)
C28M0Y14K54 
(28%,0%,14%,54%)
(0.28/0.00/0.14/0.54)	

CMYK percentages

%27.97
%0
%14.41
%53.73

Codes

Color #557665 in popluar color models

557665
RGB85118101
HSL149°16.26%39.80%
HSB/HSV149°27.97%46.27%
CMYK27.97%0.00%14.41%
53.73%

Color #557665 in popluar number systems.

HEX557665
Decimal85118101
Binary101010111101101100101
Octal125166145

Shades and tints

Shades of #557665

#557665
(85,118,101)
#4E6C5C
(78,108,92)
#476253
(71,98,83)
#40584A
(64,88,74)
#394E41
(57,78,65)
#324438
(50,68,56)
#2B3A2F
(43,58,47)
#243026
(36,48,38)
#1D261D
(29,38,29)
#161C14
(22,28,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #557665

#557665
(85,118,101)
#648273
(100,130,115)
#738E81
(115,142,129)
#829A8F
(130,154,143)
#91A69D
(145,166,157)
#A0B2AB
(160,178,171)
#AFBEB9
(175,190,185)
#BECAC7
(190,202,199)
#CDD6D5
(205,214,213)
#DCE2E3
(220,226,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557665; }

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

This text font color is #557665.


Background Color

.myBgColor { background-color: #557665; }

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

This div background color is #557665.


Border color

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

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

This div border color is #557665.


Opacity

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

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

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

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

This text has shadow with #557665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557665 on black background.


Color preview on white background

This text has color #557665 on white background.



Black color preview on #557665 background

This text has black color on #557665 background.


White color preview on #557665 background

This text has white color on #557665 background.