COLOR #6B3246

HEX: #6B3246
RGB: (107,50,70)

Color info

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

RGB color model

#6B3246 color RGB value is (107,50,70).

  • red value is 107;
  • green value is 50;
  • blue value is 70.
RGB:
(107,50,70)
(42%,20%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 70 of 255 = 27%

107
50
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 70 = 227 (100%)
R 107 of 227 ~ 47.14%
G 50 of 227 ~ 22.03%
B 70 of 227 ~ 30.84%

%47.14
%22.03
%30.84

CMYK color model

#6B3246 color CMYK value is (0,53,35,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,53,35,58)
C0M53Y35K58 
(0%,53%,35%,58%)
(0.00/0.53/0.35/0.58)	

CMYK percentages

%0
%53.27
%34.58
%58.04

Codes

Color #6B3246 in popluar color models

6B3246
RGB1075070
HSL339°36.31%30.78%
HSB/HSV339°53.27%41.96%
CMYK0.00%53.27%34.58%
58.04%

Color #6B3246 in popluar number systems.

HEX6B3246
Decimal1075070
Binary11010111100101000110
Octal15362106

Shades and tints

Shades of #6B3246

#6B3246
(107,50,70)
#622E40
(98,46,64)
#592A3A
(89,42,58)
#502634
(80,38,52)
#47222E
(71,34,46)
#3E1E28
(62,30,40)
#351A22
(53,26,34)
#2C161C
(44,22,28)
#231216
(35,18,22)
#1A0E10
(26,14,16)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B3246

#6B3246
(107,50,70)
#784456
(120,68,86)
#855666
(133,86,102)
#926876
(146,104,118)
#9F7A86
(159,122,134)
#AC8C96
(172,140,150)
#B99EA6
(185,158,166)
#C6B0B6
(198,176,182)
#D3C2C6
(211,194,198)
#E0D4D6
(224,212,214)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3246 color. Also use rgb(107,50,70) instead hex code.

Text Font Color

.myTextColor { color: #6B3246; }

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

This text font color is #6B3246.


Background Color

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

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

This div background color is #6B3246.


Border color

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

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

This div border color is #6B3246.


Opacity

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

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

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

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

This text has shadow with #6B3246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3246 on black background.


Color preview on white background

This text has color #6B3246 on white background.



Black color preview on #6B3246 background

This text has black color on #6B3246 background.


White color preview on #6B3246 background

This text has white color on #6B3246 background.