COLOR #6C5C6C

HEX: #6C5C6C
RGB: (108,92,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
92
108

R + G + B ~ 40%. #6C5C6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 92 + 108 = 308 (100%)
R 108 of 308 ~ 35.06%
G 92 of 308 ~ 29.87%
B 108 of 308 ~ 35.06%

%35.06
%29.87
%35.06

CMYK color model

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

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

CMYK percentages

%0
%14.81
%0
%57.65

Codes

Color #6C5C6C in popluar color models

6C5C6C
RGB10892108
HSL300°8.00%39.22%
HSB/HSV300°14.81%42.35%
CMYK0.00%14.81%0.00%
57.65%

Color #6C5C6C in popluar number systems.

HEX6C5C6C
Decimal10892108
Binary110110010111001101100
Octal154134154

Shades and tints

Shades of #6C5C6C

#6C5C6C
(108,92,108)
#635463
(99,84,99)
#5A4C5A
(90,76,90)
#514451
(81,68,81)
#483C48
(72,60,72)
#3F343F
(63,52,63)
#362C36
(54,44,54)
#2D242D
(45,36,45)
#241C24
(36,28,36)
#1B141B
(27,20,27)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #6C5C6C

#6C5C6C
(108,92,108)
#796A79
(121,106,121)
#867886
(134,120,134)
#938693
(147,134,147)
#A094A0
(160,148,160)
#ADA2AD
(173,162,173)
#BAB0BA
(186,176,186)
#C7BEC7
(199,190,199)
#D4CCD4
(212,204,212)
#E1DAE1
(225,218,225)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5C6C; }

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

This text font color is #6C5C6C.


Background Color

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

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

This div background color is #6C5C6C.


Border color

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

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

This div border color is #6C5C6C.


Opacity

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

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

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

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

This text has shadow with #6C5C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C6C on black background.


Color preview on white background

This text has color #6C5C6C on white background.



Black color preview on #6C5C6C background

This text has black color on #6C5C6C background.


White color preview on #6C5C6C background

This text has white color on #6C5C6C background.