COLOR #5C7374

HEX: #5C7374 RGB: (92,115,116)

Color info

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

RGB color model

#5C7374 color RGB value is (92,115,116).

RGB: (92,115,116) (36%, 45%, 45%)

RGB channels and saturation

R 92 of 255 = 36%
G 115 of 255 = 45%
B 116 of 255 = 45%

92
115
116

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

Portions of RGB colors in percentages

R + G + B = 92 + 115 + 116 = 323 (100%)
R 92 of 323 ~ 28.48%
G 115 of 323 ~ 35.6%
B 116 of 323 ~ 35.91'%

%28.48
%35.6
%35.91

CMYK color model

#5C7374 color CMYK value is (21,1,0,55).

  • cyan value is 20.69%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (21,1,0,55)
C21M1Y0K55 (21%, 1%, 0%, 55%)
(0.21 / 0.01 / 0.00 / 0.55)

CMYK percentages

%20.69
%0.86
%0
%54.51

Codes

Color #5C7374 in popluar color models

5C 73 74
RGB 92 115 116
HSL 183° 11.54% 40.78%
HSB/HSV 183° 20.69% 45.49%
CMYK 20.69% 0.86% 0.00%
54.51%

Color #5C7374 in popluar number systems.

HEX 5C 73 74
Decimal 92 115 116
Binary 1011100 1110011 1110100
Octal 134 163 164

Shades and tints

Shades of #5C7374

#5C7374
(92,115,116)
#54696A
(84,105,106)
#4C5F60
(76,95,96)
#445556
(68,85,86)
#3C4B4C
(60,75,76)
#344142
(52,65,66)
#2C3738
(44,55,56)
#242D2E
(36,45,46)
#1C2324
(28,35,36)
#14191A
(20,25,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C7374

#5C7374
(92,115,116)
#6A7F80
(106,127,128)
#788B8C
(120,139,140)
#869798
(134,151,152)
#94A3A4
(148,163,164)
#A2AFB0
(162,175,176)
#B0BBBC
(176,187,188)
#BEC7C8
(190,199,200)
#CCD3D4
(204,211,212)
#DADFE0
(218,223,224)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7374; }

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

This text font color is #5C7374.

Background Color

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

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

This div background color is #5C7374.

Border color

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

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

This div border color is #5C7374.

Opacity

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

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

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

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

This text has shadow with #5C7374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7374.

Preview

Color preview on black background

This text has color #5C7374 on black background.


Color preview on white background

This text has color #5C7374 on white background.


Black color preview on #5C7374 background

This text has black color on #5C7374 background.


White color preview on #5C7374 background

This text has white color on #5C7374 background.


Related colors

Complementary color

Complementary color for #hex is #A38C8B.


I love getcolorcode.com

Triadic colors

1 #745C73 and #73745C with #5C7374 are triadic colors.

2 #74735C and #735C74 with #5C7374 are triadic colors.