COLOR #5C7976

HEX: #5C7976 RGB: (92,121,118)

Color info

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

RGB color model

#5C7976 color RGB value is (92,121,118).

RGB: (92,121,118) (36%, 47%, 46%)

RGB channels and saturation

R 92 of 255 = 36%
G 121 of 255 = 47%
B 118 of 255 = 46%

92
121
118

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

Portions of RGB colors in percentages

R + G + B = 92 + 121 + 118 = 331 (100%)
R 92 of 331 ~ 27.79%
G 121 of 331 ~ 36.56%
B 118 of 331 ~ 35.65'%

%27.79
%36.56
%35.65

CMYK color model

#5C7976 color CMYK value is (24,0,2,53).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK: (24,0,2,53) C24M0Y2K53 (24%,0%,2%,53%) (0.24/0.00/0.02/0.53) 

CMYK percentages

%23.97
%0
%2.48
%52.55

Codes

Color #5C7976 in popluar color models

5C 79 76
RGB 92 121 118
HSL 174° 13.62% 41.76%
HSB/HSV 174° 23.97% 47.45%
CMYK 23.97% 0.00% 2.48%
52.55%

Color #5C7976 in popluar number systems.

HEX 5C 79 76
Decimal 92 121 118
Binary 1011100 1111001 1110110
Octal 134 171 166

Shades and tints

Shades of #5C7976

#5C7976
(92,121,118)
#546E6C
(84,110,108)
#4C6362
(76,99,98)
#445858
(68,88,88)
#3C4D4E
(60,77,78)
#344244
(52,66,68)
#2C373A
(44,55,58)
#242C30
(36,44,48)
#1C2126
(28,33,38)
#14161C
(20,22,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C7976

#5C7976
(92,121,118)
#6A8582
(106,133,130)
#78918E
(120,145,142)
#869D9A
(134,157,154)
#94A9A6
(148,169,166)
#A2B5B2
(162,181,178)
#B0C1BE
(176,193,190)
#BECDCA
(190,205,202)
#CCD9D6
(204,217,214)
#DAE5E2
(218,229,226)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7976; }

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

This text font color is #5C7976.

Background Color

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

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

This div background color is #5C7976.

Border color

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

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

This div border color is #5C7976.

Opacity

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

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

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

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

This text has shadow with #5C7976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7976.

Preview

Color preview on black background

This text has color #5C7976 on black background.


Color preview on white background

This text has color #5C7976 on white background.


Black color preview on #5C7976 background

This text has black color on #5C7976 background.


White color preview on #5C7976 background

This text has white color on #5C7976 background.


Related colors

Complementary color

Complementary color for #hex is #A38689.


I love getcolorcode.com

Triadic colors

1 #765C79 and #79765C with #5C7976 are triadic colors.

2 #76795C and #795C76 with #5C7976 are triadic colors.