COLOR #6D5D5C

HEX: #6D5D5C
RGB: (109,93,92)

Color info

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

RGB color model

#6D5D5C color RGB value is (109,93,92).

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

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 92 of 255 = 36%

109
93
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 92 = 294 (100%)
R 109 of 294 ~ 37.07%
G 93 of 294 ~ 31.63%
B 92 of 294 ~ 31.29%

%37.07
%31.63
%31.29

CMYK color model

#6D5D5C color CMYK value is (0,15,16,57).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(0,15,16,57)
C0M15Y16K57 
(0%,15%,16%,57%)
(0.00/0.15/0.16/0.57)	

CMYK percentages

%0
%14.68
%15.6
%57.25

Codes

Color #6D5D5C in popluar color models

6D5D5C
RGB1099392
HSL8.46%39.41%
HSB/HSV15.60%42.75%
CMYK0.00%14.68%15.60%
57.25%

Color #6D5D5C in popluar number systems.

HEX6D5D5C
Decimal1099392
Binary110110110111011011100
Octal155135134

Shades and tints

Shades of #6D5D5C

#6D5D5C
(109,93,92)
#645554
(100,85,84)
#5B4D4C
(91,77,76)
#524544
(82,69,68)
#493D3C
(73,61,60)
#403534
(64,53,52)
#372D2C
(55,45,44)
#2E2524
(46,37,36)
#251D1C
(37,29,28)
#1C1514
(28,21,20)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D5D5C

#6D5D5C
(109,93,92)
#7A6B6A
(122,107,106)
#877978
(135,121,120)
#948786
(148,135,134)
#A19594
(161,149,148)
#AEA3A2
(174,163,162)
#BBB1B0
(187,177,176)
#C8BFBE
(200,191,190)
#D5CDCC
(213,205,204)
#E2DBDA
(226,219,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D5C; }

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

This text font color is #6D5D5C.


Background Color

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

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

This div background color is #6D5D5C.


Border color

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

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

This div border color is #6D5D5C.


Opacity

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

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

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

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

This text has shadow with #6D5D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D5C on black background.


Color preview on white background

This text has color #6D5D5C on white background.



Black color preview on #6D5D5C background

This text has black color on #6D5D5C background.


White color preview on #6D5D5C background

This text has white color on #6D5D5C background.