COLOR #557F65

HEX: #557F65
RGB: (85,127,101)

Color info

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

RGB color model

#557F65 color RGB value is (85,127,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 127 of 255 = 50%
B 101 of 255 = 40%

85
127
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 127 + 101 = 313 (100%)
R 85 of 313 ~ 27.16%
G 127 of 313 ~ 40.58%
B 101 of 313 ~ 32.27%

%27.16
%40.58
%32.27

CMYK color model

#557F65 color CMYK value is (33,0,20,50).

  • cyan value is 33.07%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(33,0,20,50)
C33M0Y20K50 
(33%,0%,20%,50%)
(0.33/0.00/0.20/0.50)	

CMYK percentages

%33.07
%0
%20.47
%50.2

Codes

Color #557F65 in popluar color models

557F65
RGB85127101
HSL143°19.81%41.57%
HSB/HSV143°33.07%49.80%
CMYK33.07%0.00%20.47%
50.20%

Color #557F65 in popluar number systems.

HEX557F65
Decimal85127101
Binary101010111111111100101
Octal125177145

Shades and tints

Shades of #557F65

#557F65
(85,127,101)
#4E745C
(78,116,92)
#476953
(71,105,83)
#405E4A
(64,94,74)
#395341
(57,83,65)
#324838
(50,72,56)
#2B3D2F
(43,61,47)
#243226
(36,50,38)
#1D271D
(29,39,29)
#161C14
(22,28,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #557F65

#557F65
(85,127,101)
#648A73
(100,138,115)
#739581
(115,149,129)
#82A08F
(130,160,143)
#91AB9D
(145,171,157)
#A0B6AB
(160,182,171)
#AFC1B9
(175,193,185)
#BECCC7
(190,204,199)
#CDD7D5
(205,215,213)
#DCE2E3
(220,226,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557F65; }

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

This text font color is #557F65.


Background Color

.myBgColor { background-color: #557F65; }

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

This div background color is #557F65.


Border color

.myBorderColor { border: 1px solid #557F65; }

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

This div border color is #557F65.


Opacity

.myOpacity80 { color: #557F65; opacity: 0.8; }

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

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

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

This text has shadow with #557F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557F65 on black background.


Color preview on white background

This text has color #557F65 on white background.



Black color preview on #557F65 background

This text has black color on #557F65 background.


White color preview on #557F65 background

This text has white color on #557F65 background.