COLOR #5C675D

HEX: #5C675D RGB: (92,103,93)

Color info

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

RGB color model

#5C675D color RGB value is (92,103,93).

RGB: (92,103,93) (36%, 40%, 36%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 93 of 255 = 36%

92
103
93

R + G + B ~ 37%. #5C675D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 103 + 93 = 288 (100%)
R 92 of 288 ~ 31.94%
G 103 of 288 ~ 35.76%
B 93 of 288 ~ 32.29'%

%31.94
%35.76
%32.29

CMYK color model

#5C675D color CMYK value is (11,0,10,60).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%

CMYK: (11,0,10,60)
C11M0Y10K60 (11%, 0%, 10%, 60%)
(0.11 / 0.00 / 0.10 / 0.60)

CMYK percentages

%10.68
%0
%9.71
%59.61

Codes

Color #5C675D in popluar color models

5C 67 5D
RGB 92 103 93
HSL 125° 5.64% 38.24%
HSB/HSV 125° 10.68% 40.39%
CMYK 10.68% 0.00% 9.71%
59.61%

Color #5C675D in popluar number systems.

HEX 5C 67 5D
Decimal 92 103 93
Binary 1011100 1100111 1011101
Octal 134 147 135

Shades and tints

Shades of #5C675D

#5C675D
(92,103,93)
#545E55
(84,94,85)
#4C554D
(76,85,77)
#444C45
(68,76,69)
#3C433D
(60,67,61)
#343A35
(52,58,53)
#2C312D
(44,49,45)
#242825
(36,40,37)
#1C1F1D
(28,31,29)
#141615
(20,22,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C675D

#5C675D
(92,103,93)
#6A746B
(106,116,107)
#788179
(120,129,121)
#868E87
(134,142,135)
#949B95
(148,155,149)
#A2A8A3
(162,168,163)
#B0B5B1
(176,181,177)
#BEC2BF
(190,194,191)
#CCCFCD
(204,207,205)
#DADCDB
(218,220,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C675D color. Also use rgb(92,103,93) instead hex code.

Text Font Color

.myTextColor { color: #5C675D; }

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

This text font color is #5C675D.

Background Color

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

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

This div background color is #5C675D.

Border color

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

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

This div border color is #5C675D.

Opacity

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

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

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

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

This text has shadow with #5C675D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C675D.

Preview

Color preview on black background

This text has color #5C675D on black background.


Color preview on white background

This text has color #5C675D on white background.


Black color preview on #5C675D background

This text has black color on #5C675D background.


White color preview on #5C675D background

This text has white color on #5C675D background.


Related colors

Complementary color

Complementary color for #hex is #A398A2.


I love getcolorcode.com

Triadic colors

1 #5D5C67 and #675D5C with #5C675D are triadic colors.

2 #5D675C and #675C5D with #5C675D are triadic colors.