COLOR #6C3F50

HEX: #6C3F50
RGB: (108,63,80)

Color info

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

RGB color model

#6C3F50 color RGB value is (108,63,80).

  • red value is 108;
  • green value is 63;
  • blue value is 80.
RGB:
(108,63,80)
(42%,25%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 80 of 255 = 31%

108
63
80

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

Portions of RGB colors in percentages

R + G + B =
108 + 63 + 80 = 251 (100%)
R 108 of 251 ~ 43.03%
G 63 of 251 ~ 25.1%
B 80 of 251 ~ 31.87%

%43.03
%25.1
%31.87

CMYK color model

#6C3F50 color CMYK value is (0,42,26,58).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 25.93%
  • key color value is 57.65%
CMYK:
(0,42,26,58)
C0M42Y26K58 
(0%,42%,26%,58%)
(0.00/0.42/0.26/0.58)	

CMYK percentages

%0
%41.67
%25.93
%57.65

Codes

Color #6C3F50 in popluar color models

6C3F50
RGB1086380
HSL337°26.32%33.53%
HSB/HSV337°41.67%42.35%
CMYK0.00%41.67%25.93%
57.65%

Color #6C3F50 in popluar number systems.

HEX6C3F50
Decimal1086380
Binary11011001111111010000
Octal15477120

Shades and tints

Shades of #6C3F50

#6C3F50
(108,63,80)
#633A49
(99,58,73)
#5A3542
(90,53,66)
#51303B
(81,48,59)
#482B34
(72,43,52)
#3F262D
(63,38,45)
#362126
(54,33,38)
#2D1C1F
(45,28,31)
#241718
(36,23,24)
#1B1211
(27,18,17)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #6C3F50

#6C3F50
(108,63,80)
#79505F
(121,80,95)
#86616E
(134,97,110)
#93727D
(147,114,125)
#A0838C
(160,131,140)
#AD949B
(173,148,155)
#BAA5AA
(186,165,170)
#C7B6B9
(199,182,185)
#D4C7C8
(212,199,200)
#E1D8D7
(225,216,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3F50 color. Also use rgb(108,63,80) instead hex code.

Text Font Color

.myTextColor { color: #6C3F50; }

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

This text font color is #6C3F50.


Background Color

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

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

This div background color is #6C3F50.


Border color

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

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

This div border color is #6C3F50.


Opacity

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

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

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

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

This text has shadow with #6C3F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3F50 on black background.


Color preview on white background

This text has color #6C3F50 on white background.



Black color preview on #6C3F50 background

This text has black color on #6C3F50 background.


White color preview on #6C3F50 background

This text has white color on #6C3F50 background.