COLOR #5C674C

HEX: #5C674C RGB: (92,103,76)

Color info

#5C674C contains red, green and blue colors in about the same proportion. Web safe color of #5C674C is #666633 (or #663).

RGB color model

#5C674C color RGB value is (92,103,76).

RGB: (92,103,76) (36%, 40%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 76 of 255 = 30%

92
103
76

R + G + B ~ 35%. #5C674C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 103 + 76 = 271 (100%)
R 92 of 271 ~ 33.95%
G 103 of 271 ~ 38.01%
B 76 of 271 ~ 28.04'%

%33.95
%38.01
%28.04

CMYK color model

#5C674C color CMYK value is (11,0,26,60).

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

CMYK: (11,0,26,60)
C11M0Y26K60 (11%, 0%, 26%, 60%)
(0.11 / 0.00 / 0.26 / 0.60)

CMYK percentages

%10.68
%0
%26.21
%59.61

Codes

Color #5C674C in popluar color models

5C 67 4C
RGB 92 103 76
HSL 84° 15.08% 35.10%
HSB/HSV 84° 26.21% 40.39%
CMYK 10.68% 0.00% 26.21%
59.61%

Color #5C674C in popluar number systems.

HEX 5C 67 4C
Decimal 92 103 76
Binary 1011100 1100111 1001100
Octal 134 147 114

Shades and tints

Shades of #5C674C

#5C674C
(92,103,76)
#545E46
(84,94,70)
#4C5540
(76,85,64)
#444C3A
(68,76,58)
#3C4334
(60,67,52)
#343A2E
(52,58,46)
#2C3128
(44,49,40)
#242822
(36,40,34)
#1C1F1C
(28,31,28)
#141616
(20,22,22)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #5C674C

#5C674C
(92,103,76)
#6A745C
(106,116,92)
#78816C
(120,129,108)
#868E7C
(134,142,124)
#949B8C
(148,155,140)
#A2A89C
(162,168,156)
#B0B5AC
(176,181,172)
#BEC2BC
(190,194,188)
#CCCFCC
(204,207,204)
#DADCDC
(218,220,220)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C674C; }

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

This text font color is #5C674C.

Background Color

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

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

This div background color is #5C674C.

Border color

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

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

This div border color is #5C674C.

Opacity

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

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

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

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

This text has shadow with #5C674C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C674C.

Preview

Color preview on black background

This text has color #5C674C on black background.


Color preview on white background

This text has color #5C674C on white background.


Black color preview on #5C674C background

This text has black color on #5C674C background.


White color preview on #5C674C background

This text has white color on #5C674C background.


Related colors

Complementary color

Complementary color for #hex is #A398B3.


I love getcolorcode.com

Triadic colors

1 #4C5C67 and #674C5C with #5C674C are triadic colors.

2 #4C675C and #675C4C with #5C674C are triadic colors.