COLOR #6D3C53

HEX: #6D3C53
RGB: (109,60,83)

Color info

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

RGB color model

#6D3C53 color RGB value is (109,60,83).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 83 of 255 = 33%

109
60
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 83 = 252 (100%)
R 109 of 252 ~ 43.25%
G 60 of 252 ~ 23.81%
B 83 of 252 ~ 32.94%

%43.25
%23.81
%32.94

CMYK color model

#6D3C53 color CMYK value is (0,45,24,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,45,24,57)
C0M45Y24K57 
(0%,45%,24%,57%)
(0.00/0.45/0.24/0.57)	

CMYK percentages

%0
%44.95
%23.85
%57.25

Codes

Color #6D3C53 in popluar color models

6D3C53
RGB1096083
HSL332°28.99%33.14%
HSB/HSV332°44.95%42.75%
CMYK0.00%44.95%23.85%
57.25%

Color #6D3C53 in popluar number systems.

HEX6D3C53
Decimal1096083
Binary11011011111001010011
Octal15574123

Shades and tints

Shades of #6D3C53

#6D3C53
(109,60,83)
#64374C
(100,55,76)
#5B3245
(91,50,69)
#522D3E
(82,45,62)
#492837
(73,40,55)
#402330
(64,35,48)
#371E29
(55,30,41)
#2E1922
(46,25,34)
#25141B
(37,20,27)
#1C0F14
(28,15,20)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D3C53

#6D3C53
(109,60,83)
#7A4D62
(122,77,98)
#875E71
(135,94,113)
#946F80
(148,111,128)
#A1808F
(161,128,143)
#AE919E
(174,145,158)
#BBA2AD
(187,162,173)
#C8B3BC
(200,179,188)
#D5C4CB
(213,196,203)
#E2D5DA
(226,213,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C53; }

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

This text font color is #6D3C53.


Background Color

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

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

This div background color is #6D3C53.


Border color

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

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

This div border color is #6D3C53.


Opacity

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

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

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

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

This text has shadow with #6D3C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C53 on black background.


Color preview on white background

This text has color #6D3C53 on white background.



Black color preview on #6D3C53 background

This text has black color on #6D3C53 background.


White color preview on #6D3C53 background

This text has white color on #6D3C53 background.