COLOR #6D3A55

HEX: #6D3A55
RGB: (109,58,85)

Color info

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

RGB color model

#6D3A55 color RGB value is (109,58,85).

  • red value is 109;
  • green value is 58;
  • blue value is 85.
RGB:
(109,58,85)
(43%,23%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 85 of 255 = 33%

109
58
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 85 = 252 (100%)
R 109 of 252 ~ 43.25%
G 58 of 252 ~ 23.02%
B 85 of 252 ~ 33.73%

%43.25
%23.02
%33.73

CMYK color model

#6D3A55 color CMYK value is (0,47,22,57).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,47,22,57)
C0M47Y22K57 
(0%,47%,22%,57%)
(0.00/0.47/0.22/0.57)	

CMYK percentages

%0
%46.79
%22.02
%57.25

Codes

Color #6D3A55 in popluar color models

6D3A55
RGB1095885
HSL328°30.54%32.75%
HSB/HSV328°46.79%42.75%
CMYK0.00%46.79%22.02%
57.25%

Color #6D3A55 in popluar number systems.

HEX6D3A55
Decimal1095885
Binary11011011110101010101
Octal15572125

Shades and tints

Shades of #6D3A55

#6D3A55
(109,58,85)
#64354E
(100,53,78)
#5B3047
(91,48,71)
#522B40
(82,43,64)
#492639
(73,38,57)
#402132
(64,33,50)
#371C2B
(55,28,43)
#2E1724
(46,23,36)
#25121D
(37,18,29)
#1C0D16
(28,13,22)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #6D3A55

#6D3A55
(109,58,85)
#7A4B64
(122,75,100)
#875C73
(135,92,115)
#946D82
(148,109,130)
#A17E91
(161,126,145)
#AE8FA0
(174,143,160)
#BBA0AF
(187,160,175)
#C8B1BE
(200,177,190)
#D5C2CD
(213,194,205)
#E2D3DC
(226,211,220)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3A55 color. Also use rgb(109,58,85) instead hex code.

Text Font Color

.myTextColor { color: #6D3A55; }

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

This text font color is #6D3A55.


Background Color

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

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

This div background color is #6D3A55.


Border color

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

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

This div border color is #6D3A55.


Opacity

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

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

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

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

This text has shadow with #6D3A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A55 on black background.


Color preview on white background

This text has color #6D3A55 on white background.



Black color preview on #6D3A55 background

This text has black color on #6D3A55 background.


White color preview on #6D3A55 background

This text has white color on #6D3A55 background.