COLOR #6B3932

HEX: #6B3932
RGB: (107,57,50)

Color info

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

RGB color model

#6B3932 color RGB value is (107,57,50).

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

RGB channels and saturation

R 107 of 255 = 42%
G 57 of 255 = 22%
B 50 of 255 = 20%

107
57
50

R + G + B ~ 28%. #6B3932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 57 + 50 = 214 (100%)
R 107 of 214 ~ 50%
G 57 of 214 ~ 26.64%
B 50 of 214 ~ 23.36%

%50
%26.64
%23.36

CMYK color model

#6B3932 color CMYK value is (0,47,53,58).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 53.27%
  • key color value is 58.04%
CMYK:
(0,47,53,58)
C0M47Y53K58 
(0%,47%,53%,58%)
(0.00/0.47/0.53/0.58)	

CMYK percentages

%0
%46.73
%53.27
%58.04

Codes

Color #6B3932 in popluar color models

6B3932
RGB1075750
HSL36.31%30.78%
HSB/HSV53.27%41.96%
CMYK0.00%46.73%53.27%
58.04%

Color #6B3932 in popluar number systems.

HEX6B3932
Decimal1075750
Binary1101011111001110010
Octal1537162

Shades and tints

Shades of #6B3932

#6B3932
(107,57,50)
#62342E
(98,52,46)
#592F2A
(89,47,42)
#502A26
(80,42,38)
#472522
(71,37,34)
#3E201E
(62,32,30)
#351B1A
(53,27,26)
#2C1616
(44,22,22)
#231112
(35,17,18)
#1A0C0E
(26,12,14)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #6B3932

#6B3932
(107,57,50)
#784B44
(120,75,68)
#855D56
(133,93,86)
#926F68
(146,111,104)
#9F817A
(159,129,122)
#AC938C
(172,147,140)
#B9A59E
(185,165,158)
#C6B7B0
(198,183,176)
#D3C9C2
(211,201,194)
#E0DBD4
(224,219,212)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3932; }

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

This text font color is #6B3932.


Background Color

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

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

This div background color is #6B3932.


Border color

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

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

This div border color is #6B3932.


Opacity

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

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

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

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

This text has shadow with #6B3932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3932 on black background.


Color preview on white background

This text has color #6B3932 on white background.



Black color preview on #6B3932 background

This text has black color on #6B3932 background.


White color preview on #6B3932 background

This text has white color on #6B3932 background.