COLOR #6D3C51

HEX: #6D3C51
RGB: (109,60,81)

Color info

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

RGB color model

#6D3C51 color RGB value is (109,60,81).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 81 of 255 = 32%

109
60
81

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 81 = 250 (100%)
R 109 of 250 ~ 43.6%
G 60 of 250 ~ 24%
B 81 of 250 ~ 32.4%

%43.6
%24
%32.4

CMYK color model

#6D3C51 color CMYK value is (0,45,26,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(0,45,26,57)
C0M45Y26K57 
(0%,45%,26%,57%)
(0.00/0.45/0.26/0.57)	

CMYK percentages

%0
%44.95
%25.69
%57.25

Codes

Color #6D3C51 in popluar color models

6D3C51
RGB1096081
HSL334°28.99%33.14%
HSB/HSV334°44.95%42.75%
CMYK0.00%44.95%25.69%
57.25%

Color #6D3C51 in popluar number systems.

HEX6D3C51
Decimal1096081
Binary11011011111001010001
Octal15574121

Shades and tints

Shades of #6D3C51

#6D3C51
(109,60,81)
#64374A
(100,55,74)
#5B3243
(91,50,67)
#522D3C
(82,45,60)
#492835
(73,40,53)
#40232E
(64,35,46)
#371E27
(55,30,39)
#2E1920
(46,25,32)
#251419
(37,20,25)
#1C0F12
(28,15,18)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D3C51

#6D3C51
(109,60,81)
#7A4D60
(122,77,96)
#875E6F
(135,94,111)
#946F7E
(148,111,126)
#A1808D
(161,128,141)
#AE919C
(174,145,156)
#BBA2AB
(187,162,171)
#C8B3BA
(200,179,186)
#D5C4C9
(213,196,201)
#E2D5D8
(226,213,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C51; }

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

This text font color is #6D3C51.


Background Color

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

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

This div background color is #6D3C51.


Border color

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

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

This div border color is #6D3C51.


Opacity

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

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

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

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

This text has shadow with #6D3C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C51 on black background.


Color preview on white background

This text has color #6D3C51 on white background.



Black color preview on #6D3C51 background

This text has black color on #6D3C51 background.


White color preview on #6D3C51 background

This text has white color on #6D3C51 background.