COLOR #6D2F50

HEX: #6D2F50
RGB: (109,47,80)

Color info

#6D2F50 contains mainly red and blue colors. Web safe color of #6D2F50 is #663366 (or #636).

RGB color model

#6D2F50 color RGB value is (109,47,80).

  • red value is 109;
  • green value is 47;
  • blue value is 80.
RGB:
(109,47,80)
(43%,18%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 47 of 255 = 18%
B 80 of 255 = 31%

109
47
80

R + G + B ~ 31%. #6D2F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 47 + 80 = 236 (100%)
R 109 of 236 ~ 46.19%
G 47 of 236 ~ 19.92%
B 80 of 236 ~ 33.9%

%46.19
%19.92
%33.9

CMYK color model

#6D2F50 color CMYK value is (0,57,27,57).

  • cyan value is 0.00%
  • magenta value is 56.88%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(0,57,27,57)
C0M57Y27K57 
(0%,57%,27%,57%)
(0.00/0.57/0.27/0.57)	

CMYK percentages

%0
%56.88
%26.61
%57.25

Codes

Color #6D2F50 in popluar color models

6D2F50
RGB1094780
HSL328°39.74%30.59%
HSB/HSV328°56.88%42.75%
CMYK0.00%56.88%26.61%
57.25%

Color #6D2F50 in popluar number systems.

HEX6D2F50
Decimal1094780
Binary11011011011111010000
Octal15557120

Shades and tints

Shades of #6D2F50

#6D2F50
(109,47,80)
#642B49
(100,43,73)
#5B2742
(91,39,66)
#52233B
(82,35,59)
#491F34
(73,31,52)
#401B2D
(64,27,45)
#371726
(55,23,38)
#2E131F
(46,19,31)
#250F18
(37,15,24)
#1C0B11
(28,11,17)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #6D2F50

#6D2F50
(109,47,80)
#7A415F
(122,65,95)
#87536E
(135,83,110)
#94657D
(148,101,125)
#A1778C
(161,119,140)
#AE899B
(174,137,155)
#BB9BAA
(187,155,170)
#C8ADB9
(200,173,185)
#D5BFC8
(213,191,200)
#E2D1D7
(226,209,215)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2F50 color. Also use rgb(109,47,80) instead hex code.

Text Font Color

.myTextColor { color: #6D2F50; }

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

This text font color is #6D2F50.


Background Color

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

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

This div background color is #6D2F50.


Border color

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

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

This div border color is #6D2F50.


Opacity

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

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

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

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

This text has shadow with #6D2F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2F50 on black background.


Color preview on white background

This text has color #6D2F50 on white background.



Black color preview on #6D2F50 background

This text has black color on #6D2F50 background.


White color preview on #6D2F50 background

This text has white color on #6D2F50 background.