COLOR #6C4C5F

HEX: #6C4C5F
RGB: (108,76,95)

Color info

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

RGB color model

#6C4C5F color RGB value is (108,76,95).

  • red value is 108;
  • green value is 76;
  • blue value is 95.
RGB:
(108,76,95)
(42%,30%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 95 of 255 = 37%

108
76
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 95 = 279 (100%)
R 108 of 279 ~ 38.71%
G 76 of 279 ~ 27.24%
B 95 of 279 ~ 34.05%

%38.71
%27.24
%34.05

CMYK color model

#6C4C5F color CMYK value is (0,30,12,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(0,30,12,58)
C0M30Y12K58 
(0%,30%,12%,58%)
(0.00/0.30/0.12/0.58)	

CMYK percentages

%0
%29.63
%12.04
%57.65

Codes

Color #6C4C5F in popluar color models

6C4C5F
RGB1087695
HSL324°17.39%36.08%
HSB/HSV324°29.63%42.35%
CMYK0.00%29.63%12.04%
57.65%

Color #6C4C5F in popluar number systems.

HEX6C4C5F
Decimal1087695
Binary110110010011001011111
Octal154114137

Shades and tints

Shades of #6C4C5F

#6C4C5F
(108,76,95)
#634657
(99,70,87)
#5A404F
(90,64,79)
#513A47
(81,58,71)
#48343F
(72,52,63)
#3F2E37
(63,46,55)
#36282F
(54,40,47)
#2D2227
(45,34,39)
#241C1F
(36,28,31)
#1B1617
(27,22,23)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C4C5F

#6C4C5F
(108,76,95)
#795C6D
(121,92,109)
#866C7B
(134,108,123)
#937C89
(147,124,137)
#A08C97
(160,140,151)
#AD9CA5
(173,156,165)
#BAACB3
(186,172,179)
#C7BCC1
(199,188,193)
#D4CCCF
(212,204,207)
#E1DCDD
(225,220,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C5F color. Also use rgb(108,76,95) instead hex code.

Text Font Color

.myTextColor { color: #6C4C5F; }

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

This text font color is #6C4C5F.


Background Color

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

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

This div background color is #6C4C5F.


Border color

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

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

This div border color is #6C4C5F.


Opacity

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

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

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

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

This text has shadow with #6C4C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C5F on black background.


Color preview on white background

This text has color #6C4C5F on white background.



Black color preview on #6C4C5F background

This text has black color on #6C4C5F background.


White color preview on #6C4C5F background

This text has white color on #6C4C5F background.