COLOR #6C5761

HEX: #6C5761
RGB: (108,87,97)

Color info

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

RGB color model

#6C5761 color RGB value is (108,87,97).

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

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 97 of 255 = 38%

108
87
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 97 = 292 (100%)
R 108 of 292 ~ 36.99%
G 87 of 292 ~ 29.79%
B 97 of 292 ~ 33.22%

%36.99
%29.79
%33.22

CMYK color model

#6C5761 color CMYK value is (0,19,10,58).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(0,19,10,58)
C0M19Y10K58 
(0%,19%,10%,58%)
(0.00/0.19/0.10/0.58)	

CMYK percentages

%0
%19.44
%10.19
%57.65

Codes

Color #6C5761 in popluar color models

6C5761
RGB1088797
HSL331°10.77%38.24%
HSB/HSV331°19.44%42.35%
CMYK0.00%19.44%10.19%
57.65%

Color #6C5761 in popluar number systems.

HEX6C5761
Decimal1088797
Binary110110010101111100001
Octal154127141

Shades and tints

Shades of #6C5761

#6C5761
(108,87,97)
#635059
(99,80,89)
#5A4951
(90,73,81)
#514249
(81,66,73)
#483B41
(72,59,65)
#3F3439
(63,52,57)
#362D31
(54,45,49)
#2D2629
(45,38,41)
#241F21
(36,31,33)
#1B1819
(27,24,25)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6C5761

#6C5761
(108,87,97)
#79666F
(121,102,111)
#86757D
(134,117,125)
#93848B
(147,132,139)
#A09399
(160,147,153)
#ADA2A7
(173,162,167)
#BAB1B5
(186,177,181)
#C7C0C3
(199,192,195)
#D4CFD1
(212,207,209)
#E1DEDF
(225,222,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5761; }

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

This text font color is #6C5761.


Background Color

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

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

This div background color is #6C5761.


Border color

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

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

This div border color is #6C5761.


Opacity

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

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

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

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

This text has shadow with #6C5761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5761 on black background.


Color preview on white background

This text has color #6C5761 on white background.



Black color preview on #6C5761 background

This text has black color on #6C5761 background.


White color preview on #6C5761 background

This text has white color on #6C5761 background.