COLOR #6B4943

HEX: #6B4943
RGB: (107,73,67)

Color info

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

RGB color model

#6B4943 color RGB value is (107,73,67).

  • red value is 107;
  • green value is 73;
  • blue value is 67.
RGB:
(107,73,67)
(42%,29%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 67 of 255 = 26%

107
73
67

R + G + B ~ 32%. #6B4943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 67 = 247 (100%)
R 107 of 247 ~ 43.32%
G 73 of 247 ~ 29.55%
B 67 of 247 ~ 27.13%

%43.32
%29.55
%27.13

CMYK color model

#6B4943 color CMYK value is (0,32,37,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 37.38%
  • key color value is 58.04%
CMYK:
(0,32,37,58)
C0M32Y37K58 
(0%,32%,37%,58%)
(0.00/0.32/0.37/0.58)	

CMYK percentages

%0
%31.78
%37.38
%58.04

Codes

Color #6B4943 in popluar color models

6B4943
RGB1077367
HSL22.99%34.12%
HSB/HSV37.38%41.96%
CMYK0.00%31.78%37.38%
58.04%

Color #6B4943 in popluar number systems.

HEX6B4943
Decimal1077367
Binary110101110010011000011
Octal153111103

Shades and tints

Shades of #6B4943

#6B4943
(107,73,67)
#62433D
(98,67,61)
#593D37
(89,61,55)
#503731
(80,55,49)
#47312B
(71,49,43)
#3E2B25
(62,43,37)
#35251F
(53,37,31)
#2C1F19
(44,31,25)
#231913
(35,25,19)
#1A130D
(26,19,13)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #6B4943

#6B4943
(107,73,67)
#785954
(120,89,84)
#856965
(133,105,101)
#927976
(146,121,118)
#9F8987
(159,137,135)
#AC9998
(172,153,152)
#B9A9A9
(185,169,169)
#C6B9BA
(198,185,186)
#D3C9CB
(211,201,203)
#E0D9DC
(224,217,220)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4943 color. Also use rgb(107,73,67) instead hex code.

Text Font Color

.myTextColor { color: #6B4943; }

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

This text font color is #6B4943.


Background Color

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

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

This div background color is #6B4943.


Border color

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

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

This div border color is #6B4943.


Opacity

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

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

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

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

This text has shadow with #6B4943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4943 on black background.


Color preview on white background

This text has color #6B4943 on white background.



Black color preview on #6B4943 background

This text has black color on #6B4943 background.


White color preview on #6B4943 background

This text has white color on #6B4943 background.