COLOR #5C7E79

HEX: #5C7E79
RGB: (92,126,121)

Color info

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

RGB color model

#5C7E79 color RGB value is (92,126,121).

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

RGB channels and saturation

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

92
126
121

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

Portions of RGB colors in percentages

R + G + B =
92 + 126 + 121 = 339 (100%)
R 92 of 339 ~ 27.14%
G 126 of 339 ~ 37.17%
B 121 of 339 ~ 35.69%

%27.14
%37.17
%35.69

CMYK color model

#5C7E79 color CMYK value is (27,0,4,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK: (27,0,4,51) C27M0Y4K51 (27%,0%,4%,51%) (0.27/0.00/0.04/0.51)

CMYK percentages

%26.98
%0
%3.97
%50.59

Codes

Color #5C7E79 in popluar color models

5C7E79
RGB92126121
HSL171°15.60%42.75%
HSB/HSV171°26.98%49.41%
CMYK26.98%0.00%3.97%
50.59%

Color #5C7E79 in popluar number systems.

HEX5C7E79
Decimal92126121
Binary101110011111101111001
Octal134176171

Shades and tints

Shades of #5C7E79

#5C7E79
(92,126,121)
#54736E
(84,115,110)
#4C6863
(76,104,99)
#445D58
(68,93,88)
#3C524D
(60,82,77)
#344742
(52,71,66)
#2C3C37
(44,60,55)
#24312C
(36,49,44)
#1C2621
(28,38,33)
#141B16
(20,27,22)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #5C7E79

#5C7E79
(92,126,121)
#6A8985
(106,137,133)
#789491
(120,148,145)
#869F9D
(134,159,157)
#94AAA9
(148,170,169)
#A2B5B5
(162,181,181)
#B0C0C1
(176,192,193)
#BECBCD
(190,203,205)
#CCD6D9
(204,214,217)
#DAE1E5
(218,225,229)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7E79; }

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

This text font color is #5C7E79.


Background Color

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

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

This div background color is #5C7E79.


Border color

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

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

This div border color is #5C7E79.


Opacity

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

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

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

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

This text has shadow with #5C7E79 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C7E79 on black background.


Color preview on white background

This text has color #5C7E79 on white background.



Black color preview on #5C7E79 background

This text has black color on #5C7E79 background.


White color preview on #5C7E79 background

This text has white color on #5C7E79 background.