COLOR #5C7673

HEX: #5C7673 RGB: (92,118,115)

Color info

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

RGB color model

#5C7673 color RGB value is (92,118,115).

RGB: (92,118,115) (36%, 46%, 45%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 115 of 255 = 45%

92
118
115

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

Portions of RGB colors in percentages

R + G + B = 92 + 118 + 115 = 325 (100%)
R 92 of 325 ~ 28.31%
G 118 of 325 ~ 36.31%
B 115 of 325 ~ 35.38'%

%28.31
%36.31
%35.38

CMYK color model

#5C7673 color CMYK value is (22,0,3,54).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 53.73%

CMYK: (22,0,3,54)
C22M0Y3K54 (22%, 0%, 3%, 54%)
(0.22 / 0.00 / 0.03 / 0.54)

CMYK percentages

%22.03
%0
%2.54
%53.73

Codes

Color #5C7673 in popluar color models

5C 76 73
RGB 92 118 115
HSL 173° 12.38% 41.18%
HSB/HSV 173° 22.03% 46.27%
CMYK 22.03% 0.00% 2.54%
53.73%

Color #5C7673 in popluar number systems.

HEX 5C 76 73
Decimal 92 118 115
Binary 1011100 1110110 1110011
Octal 134 166 163

Shades and tints

Shades of #5C7673

#5C7673
(92,118,115)
#546C69
(84,108,105)
#4C625F
(76,98,95)
#445855
(68,88,85)
#3C4E4B
(60,78,75)
#344441
(52,68,65)
#2C3A37
(44,58,55)
#24302D
(36,48,45)
#1C2623
(28,38,35)
#141C19
(20,28,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #5C7673

#5C7673
(92,118,115)
#6A827F
(106,130,127)
#788E8B
(120,142,139)
#869A97
(134,154,151)
#94A6A3
(148,166,163)
#A2B2AF
(162,178,175)
#B0BEBB
(176,190,187)
#BECAC7
(190,202,199)
#CCD6D3
(204,214,211)
#DAE2DF
(218,226,223)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7673; }

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

This text font color is #5C7673.

Background Color

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

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

This div background color is #5C7673.

Border color

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

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

This div border color is #5C7673.

Opacity

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

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

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

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

This text has shadow with #5C7673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7673.

Preview

Color preview on black background

This text has color #5C7673 on black background.


Color preview on white background

This text has color #5C7673 on white background.


Black color preview on #5C7673 background

This text has black color on #5C7673 background.


White color preview on #5C7673 background

This text has white color on #5C7673 background.


Related colors

Complementary color

Complementary color for #hex is #A3898C.


I love getcolorcode.com

Triadic colors

1 #735C76 and #76735C with #5C7673 are triadic colors.

2 #73765C and #765C73 with #5C7673 are triadic colors.