COLOR #6D3B53

HEX: #6D3B53
RGB: (109,59,83)

Color info

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

RGB color model

#6D3B53 color RGB value is (109,59,83).

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

RGB channels and saturation

R 109 of 255 = 43%
G 59 of 255 = 23%
B 83 of 255 = 33%

109
59
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 59 + 83 = 251 (100%)
R 109 of 251 ~ 43.43%
G 59 of 251 ~ 23.51%
B 83 of 251 ~ 33.07%

%43.43
%23.51
%33.07

CMYK color model

#6D3B53 color CMYK value is (0,46,24,57).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,46,24,57)
C0M46Y24K57 
(0%,46%,24%,57%)
(0.00/0.46/0.24/0.57)	

CMYK percentages

%0
%45.87
%23.85
%57.25

Codes

Color #6D3B53 in popluar color models

6D3B53
RGB1095983
HSL331°29.76%32.94%
HSB/HSV331°45.87%42.75%
CMYK0.00%45.87%23.85%
57.25%

Color #6D3B53 in popluar number systems.

HEX6D3B53
Decimal1095983
Binary11011011110111010011
Octal15573123

Shades and tints

Shades of #6D3B53

#6D3B53
(109,59,83)
#64364C
(100,54,76)
#5B3145
(91,49,69)
#522C3E
(82,44,62)
#492737
(73,39,55)
#402230
(64,34,48)
#371D29
(55,29,41)
#2E1822
(46,24,34)
#25131B
(37,19,27)
#1C0E14
(28,14,20)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D3B53

#6D3B53
(109,59,83)
#7A4C62
(122,76,98)
#875D71
(135,93,113)
#946E80
(148,110,128)
#A17F8F
(161,127,143)
#AE909E
(174,144,158)
#BBA1AD
(187,161,173)
#C8B2BC
(200,178,188)
#D5C3CB
(213,195,203)
#E2D4DA
(226,212,218)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3B53; }

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

This text font color is #6D3B53.


Background Color

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

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

This div background color is #6D3B53.


Border color

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

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

This div border color is #6D3B53.


Opacity

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

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

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

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

This text has shadow with #6D3B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3B53 on black background.


Color preview on white background

This text has color #6D3B53 on white background.



Black color preview on #6D3B53 background

This text has black color on #6D3B53 background.


White color preview on #6D3B53 background

This text has white color on #6D3B53 background.