COLOR #6B370B

HEX: #6B370B
RGB: (107,55,11)

Color info

#6B370B contains mainly red and green colors. Web safe color of #6B370B is #663300 (or #630).

RGB color model

#6B370B color RGB value is (107,55,11).

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

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 11 of 255 = 4%

107
55
11

R + G + B ~ 23%. #6B370B is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 11 = 173 (100%)
R 107 of 173 ~ 61.85%
G 55 of 173 ~ 31.79%
B 11 of 173 ~ 6.36%

%61.85
%31.79

CMYK color model

#6B370B color CMYK value is (0,49,90,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 89.72%
  • key color value is 58.04%
CMYK:
(0,49,90,58)
C0M49Y90K58 
(0%,49%,90%,58%)
(0.00/0.49/0.90/0.58)	

CMYK percentages

%0
%48.6
%89.72
%58.04

Codes

Color #6B370B in popluar color models

6B370B
RGB1075511
HSL28°81.36%23.14%
HSB/HSV28°89.72%41.96%
CMYK0.00%48.60%89.72%
58.04%

Color #6B370B in popluar number systems.

HEX6B370B
Decimal1075511
Binary11010111101111011
Octal1536713

Shades and tints

Shades of #6B370B

#6B370B
(107,55,11)
#62320A
(98,50,10)
#592D09
(89,45,9)
#502808
(80,40,8)
#472307
(71,35,7)
#3E1E06
(62,30,6)
#351905
(53,25,5)
#2C1404
(44,20,4)
#230F03
(35,15,3)
#1A0A02
(26,10,2)
#110501
(17,5,1)
#000000
(0,0,0)

Tints of #6B370B

#6B370B
(107,55,11)
#784921
(120,73,33)
#855B37
(133,91,55)
#926D4D
(146,109,77)
#9F7F63
(159,127,99)
#AC9179
(172,145,121)
#B9A38F
(185,163,143)
#C6B5A5
(198,181,165)
#D3C7BB
(211,199,187)
#E0D9D1
(224,217,209)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B370B; }

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

This text font color is #6B370B.


Background Color

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

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

This div background color is #6B370B.


Border color

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

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

This div border color is #6B370B.


Opacity

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

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

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

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

This text has shadow with #6B370B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B370B on black background.


Color preview on white background

This text has color #6B370B on white background.



Black color preview on #6B370B background

This text has black color on #6B370B background.


White color preview on #6B370B background

This text has white color on #6B370B background.