COLOR #5C5F77

HEX: #5C5F77 RGB: (92,95,119)

Color info

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

RGB color model

#5C5F77 color RGB value is (92,95,119).

RGB: (92,95,119) (36%, 37%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 95 of 255 = 37%
B 119 of 255 = 47%

92
95
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 95 + 119 = 306 (100%)
R 92 of 306 ~ 30.07%
G 95 of 306 ~ 31.05%
B 119 of 306 ~ 38.89'%

%30.07
%31.05
%38.89

CMYK color model

#5C5F77 color CMYK value is (23,20,0,53).

  • cyan value is 22.69%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (23,20,0,53)
C23M20Y0K53 (23%, 20%, 0%, 53%)
(0.23 / 0.20 / 0.00 / 0.53)

CMYK percentages

%22.69
%20.17
%0
%53.33

Codes

Color #5C5F77 in popluar color models

5C 5F 77
RGB 92 95 119
HSL 233° 12.80% 41.37%
HSB/HSV 233° 22.69% 46.67%
CMYK 22.69% 20.17% 0.00%
53.33%

Color #5C5F77 in popluar number systems.

HEX 5C 5F 77
Decimal 92 95 119
Binary 1011100 1011111 1110111
Octal 134 137 167

Shades and tints

Shades of #5C5F77

#5C5F77
(92,95,119)
#54576D
(84,87,109)
#4C4F63
(76,79,99)
#444759
(68,71,89)
#3C3F4F
(60,63,79)
#343745
(52,55,69)
#2C2F3B
(44,47,59)
#242731
(36,39,49)
#1C1F27
(28,31,39)
#14171D
(20,23,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #5C5F77

#5C5F77
(92,95,119)
#6A6D83
(106,109,131)
#787B8F
(120,123,143)
#86899B
(134,137,155)
#9497A7
(148,151,167)
#A2A5B3
(162,165,179)
#B0B3BF
(176,179,191)
#BEC1CB
(190,193,203)
#CCCFD7
(204,207,215)
#DADDE3
(218,221,227)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5F77 color. Also use rgb(92,95,119) instead hex code.

Text Font Color

.myTextColor { color: #5C5F77; }

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

This text font color is #5C5F77.

Background Color

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

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

This div background color is #5C5F77.

Border color

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

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

This div border color is #5C5F77.

Opacity

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

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

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

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

This text has shadow with #5C5F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5F77.

Preview

Color preview on black background

This text has color #5C5F77 on black background.


Color preview on white background

This text has color #5C5F77 on white background.


Black color preview on #5C5F77 background

This text has black color on #5C5F77 background.


White color preview on #5C5F77 background

This text has white color on #5C5F77 background.


Related colors

Complementary color

Complementary color for #hex is #A3A088.


I love getcolorcode.com

Triadic colors

1 #775C5F and #5F775C with #5C5F77 are triadic colors.

2 #775F5C and #5F5C77 with #5C5F77 are triadic colors.