COLOR #6C3D56

HEX: #6C3D56
RGB: (108,61,86)

Color info

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

RGB color model

#6C3D56 color RGB value is (108,61,86).

  • red value is 108;
  • green value is 61;
  • blue value is 86.
RGB:
(108,61,86)
(42%,24%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 61 of 255 = 24%
B 86 of 255 = 34%

108
61
86

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

Portions of RGB colors in percentages

R + G + B =
108 + 61 + 86 = 255 (100%)
R 108 of 255 ~ 42.35%
G 61 of 255 ~ 23.92%
B 86 of 255 ~ 33.73%

%42.35
%23.92
%33.73

CMYK color model

#6C3D56 color CMYK value is (0,44,20,58).

  • cyan value is 0.00%
  • magenta value is 43.52%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(0,44,20,58)
C0M44Y20K58 
(0%,44%,20%,58%)
(0.00/0.44/0.20/0.58)	

CMYK percentages

%0
%43.52
%20.37
%57.65

Codes

Color #6C3D56 in popluar color models

6C3D56
RGB1086186
HSL328°27.81%33.14%
HSB/HSV328°43.52%42.35%
CMYK0.00%43.52%20.37%
57.65%

Color #6C3D56 in popluar number systems.

HEX6C3D56
Decimal1086186
Binary11011001111011010110
Octal15475126

Shades and tints

Shades of #6C3D56

#6C3D56
(108,61,86)
#63384F
(99,56,79)
#5A3348
(90,51,72)
#512E41
(81,46,65)
#48293A
(72,41,58)
#3F2433
(63,36,51)
#361F2C
(54,31,44)
#2D1A25
(45,26,37)
#24151E
(36,21,30)
#1B1017
(27,16,23)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C3D56

#6C3D56
(108,61,86)
#794E65
(121,78,101)
#865F74
(134,95,116)
#937083
(147,112,131)
#A08192
(160,129,146)
#AD92A1
(173,146,161)
#BAA3B0
(186,163,176)
#C7B4BF
(199,180,191)
#D4C5CE
(212,197,206)
#E1D6DD
(225,214,221)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3D56 color. Also use rgb(108,61,86) instead hex code.

Text Font Color

.myTextColor { color: #6C3D56; }

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

This text font color is #6C3D56.


Background Color

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

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

This div background color is #6C3D56.


Border color

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

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

This div border color is #6C3D56.


Opacity

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

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

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

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

This text has shadow with #6C3D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3D56 on black background.


Color preview on white background

This text has color #6C3D56 on white background.



Black color preview on #6C3D56 background

This text has black color on #6C3D56 background.


White color preview on #6C3D56 background

This text has white color on #6C3D56 background.