COLOR #5C7E77

HEX: #5C7E77
RGB: (92,126,119)

Color info

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

RGB color model

#5C7E77 color RGB value is (92,126,119).

  • red value is 92;
  • green value is 126;
  • blue value is 119.
RGB:
(92,126,119)
(36%,49%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 119 of 255 = 47%

92
126
119

R + G + B ~ 44%. #5C7E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 126 + 119 = 337 (100%)
R 92 of 337 ~ 27.3%
G 126 of 337 ~ 37.39%
B 119 of 337 ~ 35.31%

%27.3
%37.39
%35.31

CMYK color model

#5C7E77 color CMYK value is (27,0,6,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(27,0,6,51)
C27M0Y6K51 
(27%,0%,6%,51%)
(0.27/0.00/0.06/0.51)	

CMYK percentages

%26.98
%0
%5.56
%50.59

Codes

Color #5C7E77 in popluar color models

5C7E77
RGB92126119
HSL168°15.60%42.75%
HSB/HSV168°26.98%49.41%
CMYK26.98%0.00%5.56%
50.59%

Color #5C7E77 in popluar number systems.

HEX5C7E77
Decimal92126119
Binary101110011111101110111
Octal134176167

Shades and tints

Shades of #5C7E77

#5C7E77
(92,126,119)
#54736D
(84,115,109)
#4C6863
(76,104,99)
#445D59
(68,93,89)
#3C524F
(60,82,79)
#344745
(52,71,69)
#2C3C3B
(44,60,59)
#243131
(36,49,49)
#1C2627
(28,38,39)
#141B1D
(20,27,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C7E77

#5C7E77
(92,126,119)
#6A8983
(106,137,131)
#78948F
(120,148,143)
#869F9B
(134,159,155)
#94AAA7
(148,170,167)
#A2B5B3
(162,181,179)
#B0C0BF
(176,192,191)
#BECBCB
(190,203,203)
#CCD6D7
(204,214,215)
#DAE1E3
(218,225,227)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7E77 color. Also use rgb(92,126,119) instead hex code.

Text Font Color

.myTextColor { color: #5C7E77; }

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

This text font color is #5C7E77.


Background Color

.myBgColor { background-color: #5C7E77; }

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

This div background color is #5C7E77.


Border color

.myBorderColor { border: 1px solid #5C7E77; }

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

This div border color is #5C7E77.


Opacity

.myOpacity80 { color: #5C7E77; opacity: 0.8; }

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

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

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

This text has shadow with #5C7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7E77 on black background.


Color preview on white background

This text has color #5C7E77 on white background.



Black color preview on #5C7E77 background

This text has black color on #5C7E77 background.


White color preview on #5C7E77 background

This text has white color on #5C7E77 background.