COLOR #6C3C52

HEX: #6C3C52
RGB: (108,60,82)

Color info

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

RGB color model

#6C3C52 color RGB value is (108,60,82).

  • red value is 108;
  • green value is 60;
  • blue value is 82.
RGB:
(108,60,82)
(42%,24%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 82 of 255 = 32%

108
60
82

R + G + B ~ 33%. #6C3C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 82 = 250 (100%)
R 108 of 250 ~ 43.2%
G 60 of 250 ~ 24%
B 82 of 250 ~ 32.8%

%43.2
%24
%32.8

CMYK color model

#6C3C52 color CMYK value is (0,44,24,58).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,44,24,58)
C0M44Y24K58 
(0%,44%,24%,58%)
(0.00/0.44/0.24/0.58)	

CMYK percentages

%0
%44.44
%24.07
%57.65

Codes

Color #6C3C52 in popluar color models

6C3C52
RGB1086082
HSL333°28.57%32.94%
HSB/HSV333°44.44%42.35%
CMYK0.00%44.44%24.07%
57.65%

Color #6C3C52 in popluar number systems.

HEX6C3C52
Decimal1086082
Binary11011001111001010010
Octal15474122

Shades and tints

Shades of #6C3C52

#6C3C52
(108,60,82)
#63374B
(99,55,75)
#5A3244
(90,50,68)
#512D3D
(81,45,61)
#482836
(72,40,54)
#3F232F
(63,35,47)
#361E28
(54,30,40)
#2D1921
(45,25,33)
#24141A
(36,20,26)
#1B0F13
(27,15,19)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C3C52

#6C3C52
(108,60,82)
#794D61
(121,77,97)
#865E70
(134,94,112)
#936F7F
(147,111,127)
#A0808E
(160,128,142)
#AD919D
(173,145,157)
#BAA2AC
(186,162,172)
#C7B3BB
(199,179,187)
#D4C4CA
(212,196,202)
#E1D5D9
(225,213,217)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3C52 color. Also use rgb(108,60,82) instead hex code.

Text Font Color

.myTextColor { color: #6C3C52; }

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

This text font color is #6C3C52.


Background Color

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

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

This div background color is #6C3C52.


Border color

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

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

This div border color is #6C3C52.


Opacity

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

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

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

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

This text has shadow with #6C3C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C52 on black background.


Color preview on white background

This text has color #6C3C52 on white background.



Black color preview on #6C3C52 background

This text has black color on #6C3C52 background.


White color preview on #6C3C52 background

This text has white color on #6C3C52 background.