COLOR #6D3E57

HEX: #6D3E57
RGB: (109,62,87)

Color info

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

RGB color model

#6D3E57 color RGB value is (109,62,87).

  • red value is 109;
  • green value is 62;
  • blue value is 87.
RGB:
(109,62,87)
(43%,24%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 62 of 255 = 24%
B 87 of 255 = 34%

109
62
87

R + G + B ~ 34%. #6D3E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 62 + 87 = 258 (100%)
R 109 of 258 ~ 42.25%
G 62 of 258 ~ 24.03%
B 87 of 258 ~ 33.72%

%42.25
%24.03
%33.72

CMYK color model

#6D3E57 color CMYK value is (0,43,20,57).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 20.18%
  • key color value is 57.25%
CMYK:
(0,43,20,57)
C0M43Y20K57 
(0%,43%,20%,57%)
(0.00/0.43/0.20/0.57)	

CMYK percentages

%0
%43.12
%20.18
%57.25

Codes

Color #6D3E57 in popluar color models

6D3E57
RGB1096287
HSL328°27.49%33.53%
HSB/HSV328°43.12%42.75%
CMYK0.00%43.12%20.18%
57.25%

Color #6D3E57 in popluar number systems.

HEX6D3E57
Decimal1096287
Binary11011011111101010111
Octal15576127

Shades and tints

Shades of #6D3E57

#6D3E57
(109,62,87)
#643950
(100,57,80)
#5B3449
(91,52,73)
#522F42
(82,47,66)
#492A3B
(73,42,59)
#402534
(64,37,52)
#37202D
(55,32,45)
#2E1B26
(46,27,38)
#25161F
(37,22,31)
#1C1118
(28,17,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D3E57

#6D3E57
(109,62,87)
#7A4F66
(122,79,102)
#876075
(135,96,117)
#947184
(148,113,132)
#A18293
(161,130,147)
#AE93A2
(174,147,162)
#BBA4B1
(187,164,177)
#C8B5C0
(200,181,192)
#D5C6CF
(213,198,207)
#E2D7DE
(226,215,222)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3E57 color. Also use rgb(109,62,87) instead hex code.

Text Font Color

.myTextColor { color: #6D3E57; }

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

This text font color is #6D3E57.


Background Color

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

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

This div background color is #6D3E57.


Border color

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

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

This div border color is #6D3E57.


Opacity

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

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

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

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

This text has shadow with #6D3E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3E57 on black background.


Color preview on white background

This text has color #6D3E57 on white background.



Black color preview on #6D3E57 background

This text has black color on #6D3E57 background.


White color preview on #6D3E57 background

This text has white color on #6D3E57 background.