COLOR #6C5160

HEX: #6C5160
RGB: (108,81,96)

Color info

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

RGB color model

#6C5160 color RGB value is (108,81,96).

  • red value is 108;
  • green value is 81;
  • blue value is 96.
RGB:
(108,81,96)
(42%,32%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 96 of 255 = 38%

108
81
96

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 96 = 285 (100%)
R 108 of 285 ~ 37.89%
G 81 of 285 ~ 28.42%
B 96 of 285 ~ 33.68%

%37.89
%28.42
%33.68

CMYK color model

#6C5160 color CMYK value is (0,25,11,58).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(0,25,11,58)
C0M25Y11K58 
(0%,25%,11%,58%)
(0.00/0.25/0.11/0.58)	

CMYK percentages

%0
%25
%11.11
%57.65

Codes

Color #6C5160 in popluar color models

6C5160
RGB1088196
HSL327°14.29%37.06%
HSB/HSV327°25.00%42.35%
CMYK0.00%25.00%11.11%
57.65%

Color #6C5160 in popluar number systems.

HEX6C5160
Decimal1088196
Binary110110010100011100000
Octal154121140

Shades and tints

Shades of #6C5160

#6C5160
(108,81,96)
#634A58
(99,74,88)
#5A4350
(90,67,80)
#513C48
(81,60,72)
#483540
(72,53,64)
#3F2E38
(63,46,56)
#362730
(54,39,48)
#2D2028
(45,32,40)
#241920
(36,25,32)
#1B1218
(27,18,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C5160

#6C5160
(108,81,96)
#79606E
(121,96,110)
#866F7C
(134,111,124)
#937E8A
(147,126,138)
#A08D98
(160,141,152)
#AD9CA6
(173,156,166)
#BAABB4
(186,171,180)
#C7BAC2
(199,186,194)
#D4C9D0
(212,201,208)
#E1D8DE
(225,216,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5160; }

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

This text font color is #6C5160.


Background Color

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

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

This div background color is #6C5160.


Border color

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

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

This div border color is #6C5160.


Opacity

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

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

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

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

This text has shadow with #6C5160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5160 on black background.


Color preview on white background

This text has color #6C5160 on white background.



Black color preview on #6C5160 background

This text has black color on #6C5160 background.


White color preview on #6C5160 background

This text has white color on #6C5160 background.