COLOR #6D2D4C

HEX: #6D2D4C
RGB: (109,45,76)

Color info

#6D2D4C contains mainly red and blue colors. Web safe color of #6D2D4C is #663333 (or #633).

RGB color model

#6D2D4C color RGB value is (109,45,76).

  • red value is 109;
  • green value is 45;
  • blue value is 76.
RGB:
(109,45,76)
(43%,18%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 45 of 255 = 18%
B 76 of 255 = 30%

109
45
76

R + G + B ~ 30%. #6D2D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 45 + 76 = 230 (100%)
R 109 of 230 ~ 47.39%
G 45 of 230 ~ 19.57%
B 76 of 230 ~ 33.04%

%47.39
%19.57
%33.04

CMYK color model

#6D2D4C color CMYK value is (0,59,30,57).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,59,30,57)
C0M59Y30K57 
(0%,59%,30%,57%)
(0.00/0.59/0.30/0.57)	

CMYK percentages

%0
%58.72
%30.28
%57.25

Codes

Color #6D2D4C in popluar color models

6D2D4C
RGB1094576
HSL331°41.56%30.20%
HSB/HSV331°58.72%42.75%
CMYK0.00%58.72%30.28%
57.25%

Color #6D2D4C in popluar number systems.

HEX6D2D4C
Decimal1094576
Binary11011011011011001100
Octal15555114

Shades and tints

Shades of #6D2D4C

#6D2D4C
(109,45,76)
#642946
(100,41,70)
#5B2540
(91,37,64)
#52213A
(82,33,58)
#491D34
(73,29,52)
#40192E
(64,25,46)
#371528
(55,21,40)
#2E1122
(46,17,34)
#250D1C
(37,13,28)
#1C0916
(28,9,22)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #6D2D4C

#6D2D4C
(109,45,76)
#7A405C
(122,64,92)
#87536C
(135,83,108)
#94667C
(148,102,124)
#A1798C
(161,121,140)
#AE8C9C
(174,140,156)
#BB9FAC
(187,159,172)
#C8B2BC
(200,178,188)
#D5C5CC
(213,197,204)
#E2D8DC
(226,216,220)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2D4C color. Also use rgb(109,45,76) instead hex code.

Text Font Color

.myTextColor { color: #6D2D4C; }

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

This text font color is #6D2D4C.


Background Color

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

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

This div background color is #6D2D4C.


Border color

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

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

This div border color is #6D2D4C.


Opacity

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

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

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

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

This text has shadow with #6D2D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2D4C on black background.


Color preview on white background

This text has color #6D2D4C on white background.



Black color preview on #6D2D4C background

This text has black color on #6D2D4C background.


White color preview on #6D2D4C background

This text has white color on #6D2D4C background.