COLOR #6D3348

HEX: #6D3348
RGB: (109,51,72)

Color info

#6D3348 contains red, green and blue colors in about the same proportion. Web safe color of #6D3348 is #663333 (or #633).

RGB color model

#6D3348 color RGB value is (109,51,72).

  • red value is 109;
  • green value is 51;
  • blue value is 72.
RGB:
(109,51,72)
(43%,20%,28%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 72 of 255 = 28%

109
51
72

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

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 72 = 232 (100%)
R 109 of 232 ~ 46.98%
G 51 of 232 ~ 21.98%
B 72 of 232 ~ 31.03%

%46.98
%21.98
%31.03

CMYK color model

#6D3348 color CMYK value is (0,53,34,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(0,53,34,57)
C0M53Y34K57 
(0%,53%,34%,57%)
(0.00/0.53/0.34/0.57)	

CMYK percentages

%0
%53.21
%33.94
%57.25

Codes

Color #6D3348 in popluar color models

6D3348
RGB1095172
HSL338°36.25%31.37%
HSB/HSV338°53.21%42.75%
CMYK0.00%53.21%33.94%
57.25%

Color #6D3348 in popluar number systems.

HEX6D3348
Decimal1095172
Binary11011011100111001000
Octal15563110

Shades and tints

Shades of #6D3348

#6D3348
(109,51,72)
#642F42
(100,47,66)
#5B2B3C
(91,43,60)
#522736
(82,39,54)
#492330
(73,35,48)
#401F2A
(64,31,42)
#371B24
(55,27,36)
#2E171E
(46,23,30)
#251318
(37,19,24)
#1C0F12
(28,15,18)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D3348

#6D3348
(109,51,72)
#7A4558
(122,69,88)
#875768
(135,87,104)
#946978
(148,105,120)
#A17B88
(161,123,136)
#AE8D98
(174,141,152)
#BB9FA8
(187,159,168)
#C8B1B8
(200,177,184)
#D5C3C8
(213,195,200)
#E2D5D8
(226,213,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3348 color. Also use rgb(109,51,72) instead hex code.

Text Font Color

.myTextColor { color: #6D3348; }

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

This text font color is #6D3348.


Background Color

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

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

This div background color is #6D3348.


Border color

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

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

This div border color is #6D3348.


Opacity

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

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

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

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

This text has shadow with #6D3348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3348 on black background.


Color preview on white background

This text has color #6D3348 on white background.



Black color preview on #6D3348 background

This text has black color on #6D3348 background.


White color preview on #6D3348 background

This text has white color on #6D3348 background.