COLOR #6B3226

HEX: #6B3226
RGB: (107,50,38)

Color info

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

RGB color model

#6B3226 color RGB value is (107,50,38).

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

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 38 of 255 = 15%

107
50
38

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

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 38 = 195 (100%)
R 107 of 195 ~ 54.87%
G 50 of 195 ~ 25.64%
B 38 of 195 ~ 19.49%

%54.87
%25.64
%19.49

CMYK color model

#6B3226 color CMYK value is (0,53,64,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 64.49%
  • key color value is 58.04%
CMYK:
(0,53,64,58)
C0M53Y64K58 
(0%,53%,64%,58%)
(0.00/0.53/0.64/0.58)	

CMYK percentages

%0
%53.27
%64.49
%58.04

Codes

Color #6B3226 in popluar color models

6B3226
RGB1075038
HSL10°47.59%28.43%
HSB/HSV10°64.49%41.96%
CMYK0.00%53.27%64.49%
58.04%

Color #6B3226 in popluar number systems.

HEX6B3226
Decimal1075038
Binary1101011110010100110
Octal1536246

Shades and tints

Shades of #6B3226

#6B3226
(107,50,38)
#622E23
(98,46,35)
#592A20
(89,42,32)
#50261D
(80,38,29)
#47221A
(71,34,26)
#3E1E17
(62,30,23)
#351A14
(53,26,20)
#2C1611
(44,22,17)
#23120E
(35,18,14)
#1A0E0B
(26,14,11)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #6B3226

#6B3226
(107,50,38)
#784439
(120,68,57)
#85564C
(133,86,76)
#92685F
(146,104,95)
#9F7A72
(159,122,114)
#AC8C85
(172,140,133)
#B99E98
(185,158,152)
#C6B0AB
(198,176,171)
#D3C2BE
(211,194,190)
#E0D4D1
(224,212,209)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3226; }

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

This text font color is #6B3226.


Background Color

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

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

This div background color is #6B3226.


Border color

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

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

This div border color is #6B3226.


Opacity

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

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

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

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

This text has shadow with #6B3226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3226 on black background.


Color preview on white background

This text has color #6B3226 on white background.



Black color preview on #6B3226 background

This text has black color on #6B3226 background.


White color preview on #6B3226 background

This text has white color on #6B3226 background.