COLOR #5C7D7C

HEX: #5C7D7C
RGB: (92,125,124)

Color info

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

RGB color model

#5C7D7C color RGB value is (92,125,124).

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

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 124 of 255 = 49%

92
125
124

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

Portions of RGB colors in percentages

R + G + B =
92 + 125 + 124 = 341 (100%)
R 92 of 341 ~ 26.98%
G 125 of 341 ~ 36.66%
B 124 of 341 ~ 36.36%

%26.98
%36.66
%36.36

CMYK color model

#5C7D7C color CMYK value is (26,0,1,51).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%
CMYK:
(26,0,1,51)
C26M0Y1K51 
(26%,0%,1%,51%)
(0.26/0.00/0.01/0.51)	

CMYK percentages

%26.4
%0
%0.8
%50.98

Codes

Color #5C7D7C in popluar color models

5C7D7C
RGB92125124
HSL178°15.21%42.55%
HSB/HSV178°26.40%49.02%
CMYK26.40%0.00%0.80%
50.98%

Color #5C7D7C in popluar number systems.

HEX5C7D7C
Decimal92125124
Binary101110011111011111100
Octal134175174

Shades and tints

Shades of #5C7D7C

#5C7D7C
(92,125,124)
#547271
(84,114,113)
#4C6766
(76,103,102)
#445C5B
(68,92,91)
#3C5150
(60,81,80)
#344645
(52,70,69)
#2C3B3A
(44,59,58)
#24302F
(36,48,47)
#1C2524
(28,37,36)
#141A19
(20,26,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #5C7D7C

#5C7D7C
(92,125,124)
#6A8887
(106,136,135)
#789392
(120,147,146)
#869E9D
(134,158,157)
#94A9A8
(148,169,168)
#A2B4B3
(162,180,179)
#B0BFBE
(176,191,190)
#BECAC9
(190,202,201)
#CCD5D4
(204,213,212)
#DAE0DF
(218,224,223)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7D7C; }

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

This text font color is #5C7D7C.


Background Color

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

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

This div background color is #5C7D7C.


Border color

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

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

This div border color is #5C7D7C.


Opacity

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

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

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

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

This text has shadow with #5C7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7D7C on black background.


Color preview on white background

This text has color #5C7D7C on white background.



Black color preview on #5C7D7C background

This text has black color on #5C7D7C background.


White color preview on #5C7D7C background

This text has white color on #5C7D7C background.