COLOR #6B4D3F

HEX: #6B4D3F
RGB: (107,77,63)

Color info

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

RGB color model

#6B4D3F color RGB value is (107,77,63).

  • red value is 107;
  • green value is 77;
  • blue value is 63.
RGB:
(107,77,63)
(42%,30%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 63 of 255 = 25%

107
77
63

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 63 = 247 (100%)
R 107 of 247 ~ 43.32%
G 77 of 247 ~ 31.17%
B 63 of 247 ~ 25.51%

%43.32
%31.17
%25.51

CMYK color model

#6B4D3F color CMYK value is (0,28,41,58).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 41.12%
  • key color value is 58.04%
CMYK:
(0,28,41,58)
C0M28Y41K58 
(0%,28%,41%,58%)
(0.00/0.28/0.41/0.58)	

CMYK percentages

%0
%28.04
%41.12
%58.04

Codes

Color #6B4D3F in popluar color models

6B4D3F
RGB1077763
HSL19°25.88%33.33%
HSB/HSV19°41.12%41.96%
CMYK0.00%28.04%41.12%
58.04%

Color #6B4D3F in popluar number systems.

HEX6B4D3F
Decimal1077763
Binary11010111001101111111
Octal15311577

Shades and tints

Shades of #6B4D3F

#6B4D3F
(107,77,63)
#62463A
(98,70,58)
#593F35
(89,63,53)
#503830
(80,56,48)
#47312B
(71,49,43)
#3E2A26
(62,42,38)
#352321
(53,35,33)
#2C1C1C
(44,28,28)
#231517
(35,21,23)
#1A0E12
(26,14,18)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #6B4D3F

#6B4D3F
(107,77,63)
#785D50
(120,93,80)
#856D61
(133,109,97)
#927D72
(146,125,114)
#9F8D83
(159,141,131)
#AC9D94
(172,157,148)
#B9ADA5
(185,173,165)
#C6BDB6
(198,189,182)
#D3CDC7
(211,205,199)
#E0DDD8
(224,221,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4D3F color. Also use rgb(107,77,63) instead hex code.

Text Font Color

.myTextColor { color: #6B4D3F; }

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

This text font color is #6B4D3F.


Background Color

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

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

This div background color is #6B4D3F.


Border color

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

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

This div border color is #6B4D3F.


Opacity

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

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

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

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

This text has shadow with #6B4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D3F on black background.


Color preview on white background

This text has color #6B4D3F on white background.



Black color preview on #6B4D3F background

This text has black color on #6B4D3F background.


White color preview on #6B4D3F background

This text has white color on #6B4D3F background.