COLOR #6C4A60

HEX: #6C4A60
RGB: (108,74,96)

Color info

#6C4A60 contains red, green and blue colors in about the same proportion. Web safe color of #6C4A60 is #663366 (or #636).

RGB color model

#6C4A60 color RGB value is (108,74,96).

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

RGB channels and saturation

R 108 of 255 = 42%
G 74 of 255 = 29%
B 96 of 255 = 38%

108
74
96

R + G + B ~ 36%. #6C4A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 74 + 96 = 278 (100%)
R 108 of 278 ~ 38.85%
G 74 of 278 ~ 26.62%
B 96 of 278 ~ 34.53%

%38.85
%26.62
%34.53

CMYK color model

#6C4A60 color CMYK value is (0,31,11,58).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(0,31,11,58)
C0M31Y11K58 
(0%,31%,11%,58%)
(0.00/0.31/0.11/0.58)	

CMYK percentages

%0
%31.48
%11.11
%57.65

Codes

Color #6C4A60 in popluar color models

6C4A60
RGB1087496
HSL321°18.68%35.69%
HSB/HSV321°31.48%42.35%
CMYK0.00%31.48%11.11%
57.65%

Color #6C4A60 in popluar number systems.

HEX6C4A60
Decimal1087496
Binary110110010010101100000
Octal154112140

Shades and tints

Shades of #6C4A60

#6C4A60
(108,74,96)
#634458
(99,68,88)
#5A3E50
(90,62,80)
#513848
(81,56,72)
#483240
(72,50,64)
#3F2C38
(63,44,56)
#362630
(54,38,48)
#2D2028
(45,32,40)
#241A20
(36,26,32)
#1B1418
(27,20,24)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C4A60

#6C4A60
(108,74,96)
#795A6E
(121,90,110)
#866A7C
(134,106,124)
#937A8A
(147,122,138)
#A08A98
(160,138,152)
#AD9AA6
(173,154,166)
#BAAAB4
(186,170,180)
#C7BAC2
(199,186,194)
#D4CAD0
(212,202,208)
#E1DADE
(225,218,222)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4A60; }

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

This text font color is #6C4A60.


Background Color

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

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

This div background color is #6C4A60.


Border color

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

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

This div border color is #6C4A60.


Opacity

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

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

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

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

This text has shadow with #6C4A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A60 on black background.


Color preview on white background

This text has color #6C4A60 on white background.



Black color preview on #6C4A60 background

This text has black color on #6C4A60 background.


White color preview on #6C4A60 background

This text has white color on #6C4A60 background.