COLOR #6D3B56

HEX: #6D3B56
RGB: (109,59,86)

Color info

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

RGB color model

#6D3B56 color RGB value is (109,59,86).

  • red value is 109;
  • green value is 59;
  • blue value is 86.
RGB:
(109,59,86)
(43%,23%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 59 of 255 = 23%
B 86 of 255 = 34%

109
59
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 59 + 86 = 254 (100%)
R 109 of 254 ~ 42.91%
G 59 of 254 ~ 23.23%
B 86 of 254 ~ 33.86%

%42.91
%23.23
%33.86

CMYK color model

#6D3B56 color CMYK value is (0,46,21,57).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,46,21,57)
C0M46Y21K57 
(0%,46%,21%,57%)
(0.00/0.46/0.21/0.57)	

CMYK percentages

%0
%45.87
%21.1
%57.25

Codes

Color #6D3B56 in popluar color models

6D3B56
RGB1095986
HSL328°29.76%32.94%
HSB/HSV328°45.87%42.75%
CMYK0.00%45.87%21.10%
57.25%

Color #6D3B56 in popluar number systems.

HEX6D3B56
Decimal1095986
Binary11011011110111010110
Octal15573126

Shades and tints

Shades of #6D3B56

#6D3B56
(109,59,86)
#64364F
(100,54,79)
#5B3148
(91,49,72)
#522C41
(82,44,65)
#49273A
(73,39,58)
#402233
(64,34,51)
#371D2C
(55,29,44)
#2E1825
(46,24,37)
#25131E
(37,19,30)
#1C0E17
(28,14,23)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #6D3B56

#6D3B56
(109,59,86)
#7A4C65
(122,76,101)
#875D74
(135,93,116)
#946E83
(148,110,131)
#A17F92
(161,127,146)
#AE90A1
(174,144,161)
#BBA1B0
(187,161,176)
#C8B2BF
(200,178,191)
#D5C3CE
(213,195,206)
#E2D4DD
(226,212,221)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3B56 color. Also use rgb(109,59,86) instead hex code.

Text Font Color

.myTextColor { color: #6D3B56; }

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

This text font color is #6D3B56.


Background Color

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

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

This div background color is #6D3B56.


Border color

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

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

This div border color is #6D3B56.


Opacity

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

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

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

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

This text has shadow with #6D3B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3B56 on black background.


Color preview on white background

This text has color #6D3B56 on white background.



Black color preview on #6D3B56 background

This text has black color on #6D3B56 background.


White color preview on #6D3B56 background

This text has white color on #6D3B56 background.