COLOR #6D2D53

HEX: #6D2D53
RGB: (109,45,83)

Color info

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

RGB color model

#6D2D53 color RGB value is (109,45,83).

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

RGB channels and saturation

R 109 of 255 = 43%
G 45 of 255 = 18%
B 83 of 255 = 33%

109
45
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 45 + 83 = 237 (100%)
R 109 of 237 ~ 45.99%
G 45 of 237 ~ 18.99%
B 83 of 237 ~ 35.02%

%45.99
%18.99
%35.02

CMYK color model

#6D2D53 color CMYK value is (0,59,24,57).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,59,24,57)
C0M59Y24K57 
(0%,59%,24%,57%)
(0.00/0.59/0.24/0.57)	

CMYK percentages

%0
%58.72
%23.85
%57.25

Codes

Color #6D2D53 in popluar color models

6D2D53
RGB1094583
HSL324°41.56%30.20%
HSB/HSV324°58.72%42.75%
CMYK0.00%58.72%23.85%
57.25%

Color #6D2D53 in popluar number systems.

HEX6D2D53
Decimal1094583
Binary11011011011011010011
Octal15555123

Shades and tints

Shades of #6D2D53

#6D2D53
(109,45,83)
#64294C
(100,41,76)
#5B2545
(91,37,69)
#52213E
(82,33,62)
#491D37
(73,29,55)
#401930
(64,25,48)
#371529
(55,21,41)
#2E1122
(46,17,34)
#250D1B
(37,13,27)
#1C0914
(28,9,20)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #6D2D53

#6D2D53
(109,45,83)
#7A4062
(122,64,98)
#875371
(135,83,113)
#946680
(148,102,128)
#A1798F
(161,121,143)
#AE8C9E
(174,140,158)
#BB9FAD
(187,159,173)
#C8B2BC
(200,178,188)
#D5C5CB
(213,197,203)
#E2D8DA
(226,216,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2D53; }

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

This text font color is #6D2D53.


Background Color

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

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

This div background color is #6D2D53.


Border color

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

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

This div border color is #6D2D53.


Opacity

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

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

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

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

This text has shadow with #6D2D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2D53 on black background.


Color preview on white background

This text has color #6D2D53 on white background.



Black color preview on #6D2D53 background

This text has black color on #6D2D53 background.


White color preview on #6D2D53 background

This text has white color on #6D2D53 background.