COLOR #6C5657

HEX: #6C5657
RGB: (108,86,87)

Color info

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

RGB color model

#6C5657 color RGB value is (108,86,87).

  • red value is 108;
  • green value is 86;
  • blue value is 87.
RGB:
(108,86,87)
(42%,34%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 87 of 255 = 34%

108
86
87

R + G + B ~ 37%. #6C5657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 87 = 281 (100%)
R 108 of 281 ~ 38.43%
G 86 of 281 ~ 30.6%
B 87 of 281 ~ 30.96%

%38.43
%30.6
%30.96

CMYK color model

#6C5657 color CMYK value is (0,20,19,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(0,20,19,58)
C0M20Y19K58 
(0%,20%,19%,58%)
(0.00/0.20/0.19/0.58)	

CMYK percentages

%0
%20.37
%19.44
%57.65

Codes

Color #6C5657 in popluar color models

6C5657
RGB1088687
HSL357°11.34%38.04%
HSB/HSV357°20.37%42.35%
CMYK0.00%20.37%19.44%
57.65%

Color #6C5657 in popluar number systems.

HEX6C5657
Decimal1088687
Binary110110010101101010111
Octal154126127

Shades and tints

Shades of #6C5657

#6C5657
(108,86,87)
#634F50
(99,79,80)
#5A4849
(90,72,73)
#514142
(81,65,66)
#483A3B
(72,58,59)
#3F3334
(63,51,52)
#362C2D
(54,44,45)
#2D2526
(45,37,38)
#241E1F
(36,30,31)
#1B1718
(27,23,24)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C5657

#6C5657
(108,86,87)
#796566
(121,101,102)
#867475
(134,116,117)
#938384
(147,131,132)
#A09293
(160,146,147)
#ADA1A2
(173,161,162)
#BAB0B1
(186,176,177)
#C7BFC0
(199,191,192)
#D4CECF
(212,206,207)
#E1DDDE
(225,221,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5657; }

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

This text font color is #6C5657.


Background Color

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

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

This div background color is #6C5657.


Border color

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

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

This div border color is #6C5657.


Opacity

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

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

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

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

This text has shadow with #6C5657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5657 on black background.


Color preview on white background

This text has color #6C5657 on white background.



Black color preview on #6C5657 background

This text has black color on #6C5657 background.


White color preview on #6C5657 background

This text has white color on #6C5657 background.