COLOR #6B3730

HEX: #6B3730
RGB: (107,55,48)

Color info

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

RGB color model

#6B3730 color RGB value is (107,55,48).

  • red value is 107;
  • green value is 55;
  • blue value is 48.
RGB:
(107,55,48)
(42%,22%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 48 of 255 = 19%

107
55
48

R + G + B ~ 28%. #6B3730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 48 = 210 (100%)
R 107 of 210 ~ 50.95%
G 55 of 210 ~ 26.19%
B 48 of 210 ~ 22.86%

%50.95
%26.19
%22.86

CMYK color model

#6B3730 color CMYK value is (0,49,55,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 55.14%
  • key color value is 58.04%
CMYK:
(0,49,55,58)
C0M49Y55K58 
(0%,49%,55%,58%)
(0.00/0.49/0.55/0.58)	

CMYK percentages

%0
%48.6
%55.14
%58.04

Codes

Color #6B3730 in popluar color models

6B3730
RGB1075548
HSL38.06%30.39%
HSB/HSV55.14%41.96%
CMYK0.00%48.60%55.14%
58.04%

Color #6B3730 in popluar number systems.

HEX6B3730
Decimal1075548
Binary1101011110111110000
Octal1536760

Shades and tints

Shades of #6B3730

#6B3730
(107,55,48)
#62322C
(98,50,44)
#592D28
(89,45,40)
#502824
(80,40,36)
#472320
(71,35,32)
#3E1E1C
(62,30,28)
#351918
(53,25,24)
#2C1414
(44,20,20)
#230F10
(35,15,16)
#1A0A0C
(26,10,12)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #6B3730

#6B3730
(107,55,48)
#784942
(120,73,66)
#855B54
(133,91,84)
#926D66
(146,109,102)
#9F7F78
(159,127,120)
#AC918A
(172,145,138)
#B9A39C
(185,163,156)
#C6B5AE
(198,181,174)
#D3C7C0
(211,199,192)
#E0D9D2
(224,217,210)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3730 color. Also use rgb(107,55,48) instead hex code.

Text Font Color

.myTextColor { color: #6B3730; }

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

This text font color is #6B3730.


Background Color

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

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

This div background color is #6B3730.


Border color

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

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

This div border color is #6B3730.


Opacity

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

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

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

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

This text has shadow with #6B3730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3730 on black background.


Color preview on white background

This text has color #6B3730 on white background.



Black color preview on #6B3730 background

This text has black color on #6B3730 background.


White color preview on #6B3730 background

This text has white color on #6B3730 background.