COLOR #6B5147

HEX: #6B5147
RGB: (107,81,71)

Color info

#6B5147 contains red, green and blue colors in about the same proportion. Web safe color of #6B5147 is #666633 (or #663).

RGB color model

#6B5147 color RGB value is (107,81,71).

  • red value is 107;
  • green value is 81;
  • blue value is 71.
RGB:
(107,81,71)
(42%,32%,28%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 71 of 255 = 28%

107
81
71

R + G + B ~ 34%. #6B5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 71 = 259 (100%)
R 107 of 259 ~ 41.31%
G 81 of 259 ~ 31.27%
B 71 of 259 ~ 27.41%

%41.31
%31.27
%27.41

CMYK color model

#6B5147 color CMYK value is (0,24,34,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(0,24,34,58)
C0M24Y34K58 
(0%,24%,34%,58%)
(0.00/0.24/0.34/0.58)	

CMYK percentages

%0
%24.3
%33.64
%58.04

Codes

Color #6B5147 in popluar color models

6B5147
RGB1078171
HSL17°20.22%34.90%
HSB/HSV17°33.64%41.96%
CMYK0.00%24.30%33.64%
58.04%

Color #6B5147 in popluar number systems.

HEX6B5147
Decimal1078171
Binary110101110100011000111
Octal153121107

Shades and tints

Shades of #6B5147

#6B5147
(107,81,71)
#624A41
(98,74,65)
#59433B
(89,67,59)
#503C35
(80,60,53)
#47352F
(71,53,47)
#3E2E29
(62,46,41)
#352723
(53,39,35)
#2C201D
(44,32,29)
#231917
(35,25,23)
#1A1211
(26,18,17)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B5147

#6B5147
(107,81,71)
#786057
(120,96,87)
#856F67
(133,111,103)
#927E77
(146,126,119)
#9F8D87
(159,141,135)
#AC9C97
(172,156,151)
#B9ABA7
(185,171,167)
#C6BAB7
(198,186,183)
#D3C9C7
(211,201,199)
#E0D8D7
(224,216,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5147 color. Also use rgb(107,81,71) instead hex code.

Text Font Color

.myTextColor { color: #6B5147; }

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

This text font color is #6B5147.


Background Color

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

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

This div background color is #6B5147.


Border color

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

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

This div border color is #6B5147.


Opacity

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

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

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

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

This text has shadow with #6B5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5147 on black background.


Color preview on white background

This text has color #6B5147 on white background.



Black color preview on #6B5147 background

This text has black color on #6B5147 background.


White color preview on #6B5147 background

This text has white color on #6B5147 background.