COLOR #6B3846

HEX: #6B3846
RGB: (107,56,70)

Color info

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

RGB color model

#6B3846 color RGB value is (107,56,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 56 of 255 = 22%
B 70 of 255 = 27%

107
56
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 56 + 70 = 233 (100%)
R 107 of 233 ~ 45.92%
G 56 of 233 ~ 24.03%
B 70 of 233 ~ 30.04%

%45.92
%24.03
%30.04

CMYK color model

#6B3846 color CMYK value is (0,48,35,58).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,48,35,58)
C0M48Y35K58 
(0%,48%,35%,58%)
(0.00/0.48/0.35/0.58)	

CMYK percentages

%0
%47.66
%34.58
%58.04

Codes

Color #6B3846 in popluar color models

6B3846
RGB1075670
HSL344°31.29%31.96%
HSB/HSV344°47.66%41.96%
CMYK0.00%47.66%34.58%
58.04%

Color #6B3846 in popluar number systems.

HEX6B3846
Decimal1075670
Binary11010111110001000110
Octal15370106

Shades and tints

Shades of #6B3846

#6B3846
(107,56,70)
#623340
(98,51,64)
#592E3A
(89,46,58)
#502934
(80,41,52)
#47242E
(71,36,46)
#3E1F28
(62,31,40)
#351A22
(53,26,34)
#2C151C
(44,21,28)
#231016
(35,16,22)
#1A0B10
(26,11,16)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #6B3846

#6B3846
(107,56,70)
#784A56
(120,74,86)
#855C66
(133,92,102)
#926E76
(146,110,118)
#9F8086
(159,128,134)
#AC9296
(172,146,150)
#B9A4A6
(185,164,166)
#C6B6B6
(198,182,182)
#D3C8C6
(211,200,198)
#E0DAD6
(224,218,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3846; }

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

This text font color is #6B3846.


Background Color

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

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

This div background color is #6B3846.


Border color

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

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

This div border color is #6B3846.


Opacity

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

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

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

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

This text has shadow with #6B3846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3846 on black background.


Color preview on white background

This text has color #6B3846 on white background.



Black color preview on #6B3846 background

This text has black color on #6B3846 background.


White color preview on #6B3846 background

This text has white color on #6B3846 background.