COLOR #6B5D5C

HEX: #6B5D5C
RGB: (107,93,92)

Color info

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

RGB color model

#6B5D5C color RGB value is (107,93,92).

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

RGB channels and saturation

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

107
93
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 92 = 292 (100%)
R 107 of 292 ~ 36.64%
G 93 of 292 ~ 31.85%
B 92 of 292 ~ 31.51%

%36.64
%31.85
%31.51

CMYK color model

#6B5D5C color CMYK value is (0,13,14,58).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,13,14,58)
C0M13Y14K58 
(0%,13%,14%,58%)
(0.00/0.13/0.14/0.58)	

CMYK percentages

%0
%13.08
%14.02
%58.04

Codes

Color #6B5D5C in popluar color models

6B5D5C
RGB1079392
HSL7.54%39.02%
HSB/HSV14.02%41.96%
CMYK0.00%13.08%14.02%
58.04%

Color #6B5D5C in popluar number systems.

HEX6B5D5C
Decimal1079392
Binary110101110111011011100
Octal153135134

Shades and tints

Shades of #6B5D5C

#6B5D5C
(107,93,92)
#625554
(98,85,84)
#594D4C
(89,77,76)
#504544
(80,69,68)
#473D3C
(71,61,60)
#3E3534
(62,53,52)
#352D2C
(53,45,44)
#2C2524
(44,37,36)
#231D1C
(35,29,28)
#1A1514
(26,21,20)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B5D5C

#6B5D5C
(107,93,92)
#786B6A
(120,107,106)
#857978
(133,121,120)
#928786
(146,135,134)
#9F9594
(159,149,148)
#ACA3A2
(172,163,162)
#B9B1B0
(185,177,176)
#C6BFBE
(198,191,190)
#D3CDCC
(211,205,204)
#E0DBDA
(224,219,218)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5D5C; }

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

This text font color is #6B5D5C.


Background Color

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

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

This div background color is #6B5D5C.


Border color

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

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

This div border color is #6B5D5C.


Opacity

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

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

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

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

This text has shadow with #6B5D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5D5C on black background.


Color preview on white background

This text has color #6B5D5C on white background.



Black color preview on #6B5D5C background

This text has black color on #6B5D5C background.


White color preview on #6B5D5C background

This text has white color on #6B5D5C background.