COLOR #6B3C27

HEX: #6B3C27
RGB: (107,60,39)

Color info

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

RGB color model

#6B3C27 color RGB value is (107,60,39).

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

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 39 of 255 = 15%

107
60
39

R + G + B ~ 27%. #6B3C27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 60 + 39 = 206 (100%)
R 107 of 206 ~ 51.94%
G 60 of 206 ~ 29.13%
B 39 of 206 ~ 18.93%

%51.94
%29.13
%18.93

CMYK color model

#6B3C27 color CMYK value is (0,44,64,58).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 63.55%
  • key color value is 58.04%
CMYK:
(0,44,64,58)
C0M44Y64K58 
(0%,44%,64%,58%)
(0.00/0.44/0.64/0.58)	

CMYK percentages

%0
%43.93
%63.55
%58.04

Codes

Color #6B3C27 in popluar color models

6B3C27
RGB1076039
HSL19°46.58%28.63%
HSB/HSV19°63.55%41.96%
CMYK0.00%43.93%63.55%
58.04%

Color #6B3C27 in popluar number systems.

HEX6B3C27
Decimal1076039
Binary1101011111100100111
Octal1537447

Shades and tints

Shades of #6B3C27

#6B3C27
(107,60,39)
#623724
(98,55,36)
#593221
(89,50,33)
#502D1E
(80,45,30)
#47281B
(71,40,27)
#3E2318
(62,35,24)
#351E15
(53,30,21)
#2C1912
(44,25,18)
#23140F
(35,20,15)
#1A0F0C
(26,15,12)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B3C27

#6B3C27
(107,60,39)
#784D3A
(120,77,58)
#855E4D
(133,94,77)
#926F60
(146,111,96)
#9F8073
(159,128,115)
#AC9186
(172,145,134)
#B9A299
(185,162,153)
#C6B3AC
(198,179,172)
#D3C4BF
(211,196,191)
#E0D5D2
(224,213,210)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3C27; }

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

This text font color is #6B3C27.


Background Color

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

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

This div background color is #6B3C27.


Border color

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

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

This div border color is #6B3C27.


Opacity

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

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

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

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

This text has shadow with #6B3C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3C27 on black background.


Color preview on white background

This text has color #6B3C27 on white background.



Black color preview on #6B3C27 background

This text has black color on #6B3C27 background.


White color preview on #6B3C27 background

This text has white color on #6B3C27 background.