COLOR #6B3727

HEX: #6B3727
RGB: (107,55,39)

Color info

#6B3727 contains mainly red and green colors. Web safe color of #6B3727 is #663333 (or #633).

RGB color model

#6B3727 color RGB value is (107,55,39).

  • red value is 107;
  • green value is 55;
  • blue value is 39.
RGB:
(107,55,39)
(42%,22%,15%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 39 of 255 = 15%

107
55
39

R + G + B ~ 26%. #6B3727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 39 = 201 (100%)
R 107 of 201 ~ 53.23%
G 55 of 201 ~ 27.36%
B 39 of 201 ~ 19.4%

%53.23
%27.36
%19.4

CMYK color model

#6B3727 color CMYK value is (0,49,64,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 63.55%
  • key color value is 58.04%
CMYK:
(0,49,64,58)
C0M49Y64K58 
(0%,49%,64%,58%)
(0.00/0.49/0.64/0.58)	

CMYK percentages

%0
%48.6
%63.55
%58.04

Codes

Color #6B3727 in popluar color models

6B3727
RGB1075539
HSL14°46.58%28.63%
HSB/HSV14°63.55%41.96%
CMYK0.00%48.60%63.55%
58.04%

Color #6B3727 in popluar number systems.

HEX6B3727
Decimal1075539
Binary1101011110111100111
Octal1536747

Shades and tints

Shades of #6B3727

#6B3727
(107,55,39)
#623224
(98,50,36)
#592D21
(89,45,33)
#50281E
(80,40,30)
#47231B
(71,35,27)
#3E1E18
(62,30,24)
#351915
(53,25,21)
#2C1412
(44,20,18)
#230F0F
(35,15,15)
#1A0A0C
(26,10,12)
#110509
(17,5,9)
#000000
(0,0,0)

Tints of #6B3727

#6B3727
(107,55,39)
#78493A
(120,73,58)
#855B4D
(133,91,77)
#926D60
(146,109,96)
#9F7F73
(159,127,115)
#AC9186
(172,145,134)
#B9A399
(185,163,153)
#C6B5AC
(198,181,172)
#D3C7BF
(211,199,191)
#E0D9D2
(224,217,210)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3727 color. Also use rgb(107,55,39) instead hex code.

Text Font Color

.myTextColor { color: #6B3727; }

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

This text font color is #6B3727.


Background Color

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

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

This div background color is #6B3727.


Border color

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

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

This div border color is #6B3727.


Opacity

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

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

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

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

This text has shadow with #6B3727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3727 on black background.


Color preview on white background

This text has color #6B3727 on white background.



Black color preview on #6B3727 background

This text has black color on #6B3727 background.


White color preview on #6B3727 background

This text has white color on #6B3727 background.