COLOR #5C675E

HEX: #5C675E RGB: (92,103,94)

Color info

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

RGB color model

#5C675E color RGB value is (92,103,94).

RGB: (92,103,94) (36%, 40%, 37%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 94 of 255 = 37%

92
103
94

R + G + B ~ 38%. #5C675E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 103 + 94 = 289 (100%)
R 92 of 289 ~ 31.83%
G 103 of 289 ~ 35.64%
B 94 of 289 ~ 32.53'%

%31.83
%35.64
%32.53

CMYK color model

#5C675E color CMYK value is (11,0,9,60).

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

CMYK: (11,0,9,60)
C11M0Y9K60 (11%, 0%, 9%, 60%)
(0.11 / 0.00 / 0.09 / 0.60)

CMYK percentages

%10.68
%0
%8.74
%59.61

Codes

Color #5C675E in popluar color models

5C 67 5E
RGB 92 103 94
HSL 131° 5.64% 38.24%
HSB/HSV 131° 10.68% 40.39%
CMYK 10.68% 0.00% 8.74%
59.61%

Color #5C675E in popluar number systems.

HEX 5C 67 5E
Decimal 92 103 94
Binary 1011100 1100111 1011110
Octal 134 147 136

Shades and tints

Shades of #5C675E

#5C675E
(92,103,94)
#545E56
(84,94,86)
#4C554E
(76,85,78)
#444C46
(68,76,70)
#3C433E
(60,67,62)
#343A36
(52,58,54)
#2C312E
(44,49,46)
#242826
(36,40,38)
#1C1F1E
(28,31,30)
#141616
(20,22,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #5C675E

#5C675E
(92,103,94)
#6A746C
(106,116,108)
#78817A
(120,129,122)
#868E88
(134,142,136)
#949B96
(148,155,150)
#A2A8A4
(162,168,164)
#B0B5B2
(176,181,178)
#BEC2C0
(190,194,192)
#CCCFCE
(204,207,206)
#DADCDC
(218,220,220)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C675E; }

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

This text font color is #5C675E.

Background Color

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

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

This div background color is #5C675E.

Border color

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

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

This div border color is #5C675E.

Opacity

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

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

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

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

This text has shadow with #5C675E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C675E.

Preview

Color preview on black background

This text has color #5C675E on black background.


Color preview on white background

This text has color #5C675E on white background.


Black color preview on #5C675E background

This text has black color on #5C675E background.


White color preview on #5C675E background

This text has white color on #5C675E background.


Related colors

Complementary color

Complementary color for #hex is #A398A1.


I love getcolorcode.com

Triadic colors

1 #5E5C67 and #675E5C with #5C675E are triadic colors.

2 #5E675C and #675C5E with #5C675E are triadic colors.