COLOR #6B3A23

HEX: #6B3A23
RGB: (107,58,35)

Color info

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

RGB color model

#6B3A23 color RGB value is (107,58,35).

  • red value is 107;
  • green value is 58;
  • blue value is 35.
RGB:
(107,58,35)
(42%,23%,14%)

RGB channels and saturation

R 107 of 255 = 42%
G 58 of 255 = 23%
B 35 of 255 = 14%

107
58
35

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

Portions of RGB colors in percentages

R + G + B =
107 + 58 + 35 = 200 (100%)
R 107 of 200 ~ 53.5%
G 58 of 200 ~ 29%
B 35 of 200 ~ 17.5%

%53.5
%29
%17.5

CMYK color model

#6B3A23 color CMYK value is (0,46,67,58).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 67.29%
  • key color value is 58.04%
CMYK:
(0,46,67,58)
C0M46Y67K58 
(0%,46%,67%,58%)
(0.00/0.46/0.67/0.58)	

CMYK percentages

%0
%45.79
%67.29
%58.04

Codes

Color #6B3A23 in popluar color models

6B3A23
RGB1075835
HSL19°50.70%27.84%
HSB/HSV19°67.29%41.96%
CMYK0.00%45.79%67.29%
58.04%

Color #6B3A23 in popluar number systems.

HEX6B3A23
Decimal1075835
Binary1101011111010100011
Octal1537243

Shades and tints

Shades of #6B3A23

#6B3A23
(107,58,35)
#623520
(98,53,32)
#59301D
(89,48,29)
#502B1A
(80,43,26)
#472617
(71,38,23)
#3E2114
(62,33,20)
#351C11
(53,28,17)
#2C170E
(44,23,14)
#23120B
(35,18,11)
#1A0D08
(26,13,8)
#110805
(17,8,5)
#000000
(0,0,0)

Tints of #6B3A23

#6B3A23
(107,58,35)
#784B37
(120,75,55)
#855C4B
(133,92,75)
#926D5F
(146,109,95)
#9F7E73
(159,126,115)
#AC8F87
(172,143,135)
#B9A09B
(185,160,155)
#C6B1AF
(198,177,175)
#D3C2C3
(211,194,195)
#E0D3D7
(224,211,215)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3A23 color. Also use rgb(107,58,35) instead hex code.

Text Font Color

.myTextColor { color: #6B3A23; }

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

This text font color is #6B3A23.


Background Color

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

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

This div background color is #6B3A23.


Border color

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

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

This div border color is #6B3A23.


Opacity

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

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

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

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

This text has shadow with #6B3A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3A23 on black background.


Color preview on white background

This text has color #6B3A23 on white background.



Black color preview on #6B3A23 background

This text has black color on #6B3A23 background.


White color preview on #6B3A23 background

This text has white color on #6B3A23 background.