COLOR #6B5F47

HEX: #6B5F47
RGB: (107,95,71)

Color info

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

RGB color model

#6B5F47 color RGB value is (107,95,71).

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

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 71 of 255 = 28%

107
95
71

R + G + B ~ 36%. #6B5F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 71 = 273 (100%)
R 107 of 273 ~ 39.19%
G 95 of 273 ~ 34.8%
B 71 of 273 ~ 26.01%

%39.19
%34.8
%26.01

CMYK color model

#6B5F47 color CMYK value is (0,11,34,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(0,11,34,58)
C0M11Y34K58 
(0%,11%,34%,58%)
(0.00/0.11/0.34/0.58)	

CMYK percentages

%0
%11.21
%33.64
%58.04

Codes

Color #6B5F47 in popluar color models

6B5F47
RGB1079571
HSL40°20.22%34.90%
HSB/HSV40°33.64%41.96%
CMYK0.00%11.21%33.64%
58.04%

Color #6B5F47 in popluar number systems.

HEX6B5F47
Decimal1079571
Binary110101110111111000111
Octal153137107

Shades and tints

Shades of #6B5F47

#6B5F47
(107,95,71)
#625741
(98,87,65)
#594F3B
(89,79,59)
#504735
(80,71,53)
#473F2F
(71,63,47)
#3E3729
(62,55,41)
#352F23
(53,47,35)
#2C271D
(44,39,29)
#231F17
(35,31,23)
#1A1711
(26,23,17)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B5F47

#6B5F47
(107,95,71)
#786D57
(120,109,87)
#857B67
(133,123,103)
#928977
(146,137,119)
#9F9787
(159,151,135)
#ACA597
(172,165,151)
#B9B3A7
(185,179,167)
#C6C1B7
(198,193,183)
#D3CFC7
(211,207,199)
#E0DDD7
(224,221,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F47; }

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

This text font color is #6B5F47.


Background Color

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

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

This div background color is #6B5F47.


Border color

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

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

This div border color is #6B5F47.


Opacity

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

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

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

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

This text has shadow with #6B5F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F47 on black background.


Color preview on white background

This text has color #6B5F47 on white background.



Black color preview on #6B5F47 background

This text has black color on #6B5F47 background.


White color preview on #6B5F47 background

This text has white color on #6B5F47 background.