COLOR #6C3B4E

HEX: #6C3B4E
RGB: (108,59,78)

Color info

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

RGB color model

#6C3B4E color RGB value is (108,59,78).

  • red value is 108;
  • green value is 59;
  • blue value is 78.
RGB:
(108,59,78)
(42%,23%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 59 of 255 = 23%
B 78 of 255 = 31%

108
59
78

R + G + B ~ 32%. #6C3B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 59 + 78 = 245 (100%)
R 108 of 245 ~ 44.08%
G 59 of 245 ~ 24.08%
B 78 of 245 ~ 31.84%

%44.08
%24.08
%31.84

CMYK color model

#6C3B4E color CMYK value is (0,45,28,58).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,45,28,58)
C0M45Y28K58 
(0%,45%,28%,58%)
(0.00/0.45/0.28/0.58)	

CMYK percentages

%0
%45.37
%27.78
%57.65

Codes

Color #6C3B4E in popluar color models

6C3B4E
RGB1085978
HSL337°29.34%32.75%
HSB/HSV337°45.37%42.35%
CMYK0.00%45.37%27.78%
57.65%

Color #6C3B4E in popluar number systems.

HEX6C3B4E
Decimal1085978
Binary11011001110111001110
Octal15473116

Shades and tints

Shades of #6C3B4E

#6C3B4E
(108,59,78)
#633647
(99,54,71)
#5A3140
(90,49,64)
#512C39
(81,44,57)
#482732
(72,39,50)
#3F222B
(63,34,43)
#361D24
(54,29,36)
#2D181D
(45,24,29)
#241316
(36,19,22)
#1B0E0F
(27,14,15)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #6C3B4E

#6C3B4E
(108,59,78)
#794C5E
(121,76,94)
#865D6E
(134,93,110)
#936E7E
(147,110,126)
#A07F8E
(160,127,142)
#AD909E
(173,144,158)
#BAA1AE
(186,161,174)
#C7B2BE
(199,178,190)
#D4C3CE
(212,195,206)
#E1D4DE
(225,212,222)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3B4E color. Also use rgb(108,59,78) instead hex code.

Text Font Color

.myTextColor { color: #6C3B4E; }

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

This text font color is #6C3B4E.


Background Color

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

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

This div background color is #6C3B4E.


Border color

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

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

This div border color is #6C3B4E.


Opacity

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

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

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

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

This text has shadow with #6C3B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3B4E on black background.


Color preview on white background

This text has color #6C3B4E on white background.



Black color preview on #6C3B4E background

This text has black color on #6C3B4E background.


White color preview on #6C3B4E background

This text has white color on #6C3B4E background.