COLOR #6D3C50

HEX: #6D3C50
RGB: (109,60,80)

Color info

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

RGB color model

#6D3C50 color RGB value is (109,60,80).

  • red value is 109;
  • green value is 60;
  • blue value is 80.
RGB:
(109,60,80)
(43%,24%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 80 of 255 = 31%

109
60
80

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 80 = 249 (100%)
R 109 of 249 ~ 43.78%
G 60 of 249 ~ 24.1%
B 80 of 249 ~ 32.13%

%43.78
%24.1
%32.13

CMYK color model

#6D3C50 color CMYK value is (0,45,27,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(0,45,27,57)
C0M45Y27K57 
(0%,45%,27%,57%)
(0.00/0.45/0.27/0.57)	

CMYK percentages

%0
%44.95
%26.61
%57.25

Codes

Color #6D3C50 in popluar color models

6D3C50
RGB1096080
HSL336°28.99%33.14%
HSB/HSV336°44.95%42.75%
CMYK0.00%44.95%26.61%
57.25%

Color #6D3C50 in popluar number systems.

HEX6D3C50
Decimal1096080
Binary11011011111001010000
Octal15574120

Shades and tints

Shades of #6D3C50

#6D3C50
(109,60,80)
#643749
(100,55,73)
#5B3242
(91,50,66)
#522D3B
(82,45,59)
#492834
(73,40,52)
#40232D
(64,35,45)
#371E26
(55,30,38)
#2E191F
(46,25,31)
#251418
(37,20,24)
#1C0F11
(28,15,17)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D3C50

#6D3C50
(109,60,80)
#7A4D5F
(122,77,95)
#875E6E
(135,94,110)
#946F7D
(148,111,125)
#A1808C
(161,128,140)
#AE919B
(174,145,155)
#BBA2AA
(187,162,170)
#C8B3B9
(200,179,185)
#D5C4C8
(213,196,200)
#E2D5D7
(226,213,215)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C50 color. Also use rgb(109,60,80) instead hex code.

Text Font Color

.myTextColor { color: #6D3C50; }

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

This text font color is #6D3C50.


Background Color

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

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

This div background color is #6D3C50.


Border color

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

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

This div border color is #6D3C50.


Opacity

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

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

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

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

This text has shadow with #6D3C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C50 on black background.


Color preview on white background

This text has color #6D3C50 on white background.



Black color preview on #6D3C50 background

This text has black color on #6D3C50 background.


White color preview on #6D3C50 background

This text has white color on #6D3C50 background.