COLOR #5C6A74

HEX: #5C6A74 RGB: (92,106,116)

Color info

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

RGB color model

#5C6A74 color RGB value is (92,106,116).

RGB: (92,106,116) (36%, 42%, 45%)

RGB channels and saturation

R 92 of 255 = 36%
G 106 of 255 = 42%
B 116 of 255 = 45%

92
106
116

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

Portions of RGB colors in percentages

R + G + B = 92 + 106 + 116 = 314 (100%)
R 92 of 314 ~ 29.3%
G 106 of 314 ~ 33.76%
B 116 of 314 ~ 36.94'%

%29.3
%33.76
%36.94

CMYK color model

#5C6A74 color CMYK value is (21,9,0,55).

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

CMYK: (21,9,0,55)
C21M9Y0K55 (21%, 9%, 0%, 55%)
(0.21 / 0.09 / 0.00 / 0.55)

CMYK percentages

%20.69
%8.62
%0
%54.51

Codes

Color #5C6A74 in popluar color models

5C 6A 74
RGB 92 106 116
HSL 205° 11.54% 40.78%
HSB/HSV 205° 20.69% 45.49%
CMYK 20.69% 8.62% 0.00%
54.51%

Color #5C6A74 in popluar number systems.

HEX 5C 6A 74
Decimal 92 106 116
Binary 1011100 1101010 1110100
Octal 134 152 164

Shades and tints

Shades of #5C6A74

#5C6A74
(92,106,116)
#54616A
(84,97,106)
#4C5860
(76,88,96)
#444F56
(68,79,86)
#3C464C
(60,70,76)
#343D42
(52,61,66)
#2C3438
(44,52,56)
#242B2E
(36,43,46)
#1C2224
(28,34,36)
#14191A
(20,25,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #5C6A74

#5C6A74
(92,106,116)
#6A7780
(106,119,128)
#78848C
(120,132,140)
#869198
(134,145,152)
#949EA4
(148,158,164)
#A2ABB0
(162,171,176)
#B0B8BC
(176,184,188)
#BEC5C8
(190,197,200)
#CCD2D4
(204,210,212)
#DADFE0
(218,223,224)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6A74; }

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

This text font color is #5C6A74.

Background Color

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

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

This div background color is #5C6A74.

Border color

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

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

This div border color is #5C6A74.

Opacity

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

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

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

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

This text has shadow with #5C6A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6A74.

Preview

Color preview on black background

This text has color #5C6A74 on black background.


Color preview on white background

This text has color #5C6A74 on white background.


Black color preview on #5C6A74 background

This text has black color on #5C6A74 background.


White color preview on #5C6A74 background

This text has white color on #5C6A74 background.


Related colors

Complementary color

Complementary color for #hex is #A3958B.


I love getcolorcode.com

Triadic colors

1 #745C6A and #6A745C with #5C6A74 are triadic colors.

2 #746A5C and #6A5C74 with #5C6A74 are triadic colors.