COLOR #5C674F

HEX: #5C674F
RGB: (92,103,79)

Color info

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

RGB color model

#5C674F color RGB value is (92,103,79).

  • red value is 92;
  • green value is 103;
  • blue value is 79.
RGB:
(92,103,79)
(36%,40%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 79 of 255 = 31%

92
103
79

R + G + B ~ 36%. #5C674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 103 + 79 = 274 (100%)
R 92 of 274 ~ 33.58%
G 103 of 274 ~ 37.59%
B 79 of 274 ~ 28.83%

%33.58
%37.59
%28.83

CMYK color model

#5C674F color CMYK value is (11,0,23,60).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(11,0,23,60)
C11M0Y23K60 
(11%,0%,23%,60%)
(0.11/0.00/0.23/0.60)	

CMYK percentages

%10.68
%0
%23.3
%59.61

Codes

Color #5C674F in popluar color models

5C674F
RGB9210379
HSL88°13.19%35.69%
HSB/HSV88°23.30%40.39%
CMYK10.68%0.00%23.30%
59.61%

Color #5C674F in popluar number systems.

HEX5C674F
Decimal9210379
Binary101110011001111001111
Octal134147117

Shades and tints

Shades of #5C674F

#5C674F
(92,103,79)
#545E48
(84,94,72)
#4C5541
(76,85,65)
#444C3A
(68,76,58)
#3C4333
(60,67,51)
#343A2C
(52,58,44)
#2C3125
(44,49,37)
#24281E
(36,40,30)
#1C1F17
(28,31,23)
#141610
(20,22,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #5C674F

#5C674F
(92,103,79)
#6A745F
(106,116,95)
#78816F
(120,129,111)
#868E7F
(134,142,127)
#949B8F
(148,155,143)
#A2A89F
(162,168,159)
#B0B5AF
(176,181,175)
#BEC2BF
(190,194,191)
#CCCFCF
(204,207,207)
#DADCDF
(218,220,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C674F; }

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

This text font color is #5C674F.


Background Color

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

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

This div background color is #5C674F.


Border color

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

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

This div border color is #5C674F.


Opacity

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

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

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

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

This text has shadow with #5C674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C674F on black background.


Color preview on white background

This text has color #5C674F on white background.



Black color preview on #5C674F background

This text has black color on #5C674F background.


White color preview on #5C674F background

This text has white color on #5C674F background.