COLOR #5C7C79

HEX: #5C7C79
RGB: (92,124,121)

Color info

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

RGB color model

#5C7C79 color RGB value is (92,124,121).

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

RGB channels and saturation

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

92
124
121

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

Portions of RGB colors in percentages

R + G + B =
92 + 124 + 121 = 337 (100%)
R 92 of 337 ~ 27.3%
G 124 of 337 ~ 36.8%
B 121 of 337 ~ 35.91%

%27.3
%36.8
%35.91

CMYK color model

#5C7C79 color CMYK value is (26,0,2,51).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(26,0,2,51)
C26M0Y2K51 
(26%,0%,2%,51%)
(0.26/0.00/0.02/0.51)	

CMYK percentages

%25.81
%0
%2.42
%51.37

Codes

Color #5C7C79 in popluar color models

5C7C79
RGB92124121
HSL174°14.81%42.35%
HSB/HSV174°25.81%48.63%
CMYK25.81%0.00%2.42%
51.37%

Color #5C7C79 in popluar number systems.

HEX5C7C79
Decimal92124121
Binary101110011111001111001
Octal134174171

Shades and tints

Shades of #5C7C79

#5C7C79
(92,124,121)
#54716E
(84,113,110)
#4C6663
(76,102,99)
#445B58
(68,91,88)
#3C504D
(60,80,77)
#344542
(52,69,66)
#2C3A37
(44,58,55)
#242F2C
(36,47,44)
#1C2421
(28,36,33)
#141916
(20,25,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C7C79

#5C7C79
(92,124,121)
#6A8785
(106,135,133)
#789291
(120,146,145)
#869D9D
(134,157,157)
#94A8A9
(148,168,169)
#A2B3B5
(162,179,181)
#B0BEC1
(176,190,193)
#BEC9CD
(190,201,205)
#CCD4D9
(204,212,217)
#DADFE5
(218,223,229)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7C79; }

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

This text font color is #5C7C79.


Background Color

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

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

This div background color is #5C7C79.


Border color

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

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

This div border color is #5C7C79.


Opacity

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

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

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

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

This text has shadow with #5C7C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7C79 on black background.


Color preview on white background

This text has color #5C7C79 on white background.



Black color preview on #5C7C79 background

This text has black color on #5C7C79 background.


White color preview on #5C7C79 background

This text has white color on #5C7C79 background.