COLOR #6B372E

HEX: #6B372E
RGB: (107,55,46)

Color info

#6B372E contains mainly red and green colors. Web safe color of #6B372E is #663333 (or #633).

RGB color model

#6B372E color RGB value is (107,55,46).

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

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 46 of 255 = 18%

107
55
46

R + G + B ~ 27%. #6B372E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 46 = 208 (100%)
R 107 of 208 ~ 51.44%
G 55 of 208 ~ 26.44%
B 46 of 208 ~ 22.12%

%51.44
%26.44
%22.12

CMYK color model

#6B372E color CMYK value is (0,49,57,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(0,49,57,58)
C0M49Y57K58 
(0%,49%,57%,58%)
(0.00/0.49/0.57/0.58)	

CMYK percentages

%0
%48.6
%57.01
%58.04

Codes

Color #6B372E in popluar color models

6B372E
RGB1075546
HSL39.87%30.00%
HSB/HSV57.01%41.96%
CMYK0.00%48.60%57.01%
58.04%

Color #6B372E in popluar number systems.

HEX6B372E
Decimal1075546
Binary1101011110111101110
Octal1536756

Shades and tints

Shades of #6B372E

#6B372E
(107,55,46)
#62322A
(98,50,42)
#592D26
(89,45,38)
#502822
(80,40,34)
#47231E
(71,35,30)
#3E1E1A
(62,30,26)
#351916
(53,25,22)
#2C1412
(44,20,18)
#230F0E
(35,15,14)
#1A0A0A
(26,10,10)
#110506
(17,5,6)
#000000
(0,0,0)

Tints of #6B372E

#6B372E
(107,55,46)
#784941
(120,73,65)
#855B54
(133,91,84)
#926D67
(146,109,103)
#9F7F7A
(159,127,122)
#AC918D
(172,145,141)
#B9A3A0
(185,163,160)
#C6B5B3
(198,181,179)
#D3C7C6
(211,199,198)
#E0D9D9
(224,217,217)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B372E; }

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

This text font color is #6B372E.


Background Color

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

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

This div background color is #6B372E.


Border color

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

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

This div border color is #6B372E.


Opacity

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

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

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

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

This text has shadow with #6B372E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B372E on black background.


Color preview on white background

This text has color #6B372E on white background.



Black color preview on #6B372E background

This text has black color on #6B372E background.


White color preview on #6B372E background

This text has white color on #6B372E background.