COLOR #6C5D5C

HEX: #6C5D5C
RGB: (108,93,92)

Color info

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

RGB color model

#6C5D5C color RGB value is (108,93,92).

  • red value is 108;
  • green value is 93;
  • blue value is 92.
RGB:
(108,93,92)
(42%,36%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 92 of 255 = 36%

108
93
92

R + G + B ~ 38%. #6C5D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 93 + 92 = 293 (100%)
R 108 of 293 ~ 36.86%
G 93 of 293 ~ 31.74%
B 92 of 293 ~ 31.4%

%36.86
%31.74
%31.4

CMYK color model

#6C5D5C color CMYK value is (0,14,15,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK:
(0,14,15,58)
C0M14Y15K58 
(0%,14%,15%,58%)
(0.00/0.14/0.15/0.58)	

CMYK percentages

%0
%13.89
%14.81
%57.65

Codes

Color #6C5D5C in popluar color models

6C5D5C
RGB1089392
HSL8.00%39.22%
HSB/HSV14.81%42.35%
CMYK0.00%13.89%14.81%
57.65%

Color #6C5D5C in popluar number systems.

HEX6C5D5C
Decimal1089392
Binary110110010111011011100
Octal154135134

Shades and tints

Shades of #6C5D5C

#6C5D5C
(108,93,92)
#635554
(99,85,84)
#5A4D4C
(90,77,76)
#514544
(81,69,68)
#483D3C
(72,61,60)
#3F3534
(63,53,52)
#362D2C
(54,45,44)
#2D2524
(45,37,36)
#241D1C
(36,29,28)
#1B1514
(27,21,20)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C5D5C

#6C5D5C
(108,93,92)
#796B6A
(121,107,106)
#867978
(134,121,120)
#938786
(147,135,134)
#A09594
(160,149,148)
#ADA3A2
(173,163,162)
#BAB1B0
(186,177,176)
#C7BFBE
(199,191,190)
#D4CDCC
(212,205,204)
#E1DBDA
(225,219,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5D5C color. Also use rgb(108,93,92) instead hex code.

Text Font Color

.myTextColor { color: #6C5D5C; }

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

This text font color is #6C5D5C.


Background Color

.myBgColor { background-color: #6C5D5C; }

<div style="background-color:#6C5D5C">Inner text</div>

This div background color is #6C5D5C.


Border color

.myBorderColor { border: 1px solid #6C5D5C; }

<div style="border:3px solid #6C5D5C">Div</div>

This div border color is #6C5D5C.


Opacity

.myOpacity80 { color: #6C5D5C; opacity: 0.8; }

<p style="color:#6C5D5C;opacity:0.8;">80%</p>

Text with #6C5D5C 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 #6C5D5C;}

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

This text has shadow with #6C5D5C color.

.textShadow {text-shadow: 3px 3px 1px #6C5D5C, 3px 3px 1px red;}

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

This text has shadow with #6C5D5C primary color and red secondary color.


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

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

This text has shadow with #6C5D5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5D5C on black background.


Color preview on white background

This text has color #6C5D5C on white background.



Black color preview on #6C5D5C background

This text has black color on #6C5D5C background.


White color preview on #6C5D5C background

This text has white color on #6C5D5C background.