COLOR #6B380D

HEX: #6B380D
RGB: (107,56,13)

Color info

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

RGB color model

#6B380D color RGB value is (107,56,13).

  • red value is 107;
  • green value is 56;
  • blue value is 13.
RGB:
(107,56,13)
(42%,22%,5%)

RGB channels and saturation

R 107 of 255 = 42%
G 56 of 255 = 22%
B 13 of 255 = 5%

107
56
13

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

Portions of RGB colors in percentages

R + G + B =
107 + 56 + 13 = 176 (100%)
R 107 of 176 ~ 60.8%
G 56 of 176 ~ 31.82%
B 13 of 176 ~ 7.39%

%60.8
%31.82

CMYK color model

#6B380D color CMYK value is (0,48,88,58).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 87.85%
  • key color value is 58.04%
CMYK:
(0,48,88,58)
C0M48Y88K58 
(0%,48%,88%,58%)
(0.00/0.48/0.88/0.58)	

CMYK percentages

%0
%47.66
%87.85
%58.04

Codes

Color #6B380D in popluar color models

6B380D
RGB1075613
HSL27°78.33%23.53%
HSB/HSV27°87.85%41.96%
CMYK0.00%47.66%87.85%
58.04%

Color #6B380D in popluar number systems.

HEX6B380D
Decimal1075613
Binary11010111110001101
Octal1537015

Shades and tints

Shades of #6B380D

#6B380D
(107,56,13)
#62330C
(98,51,12)
#592E0B
(89,46,11)
#50290A
(80,41,10)
#472409
(71,36,9)
#3E1F08
(62,31,8)
#351A07
(53,26,7)
#2C1506
(44,21,6)
#231005
(35,16,5)
#1A0B04
(26,11,4)
#110603
(17,6,3)
#000000
(0,0,0)

Tints of #6B380D

#6B380D
(107,56,13)
#784A23
(120,74,35)
#855C39
(133,92,57)
#926E4F
(146,110,79)
#9F8065
(159,128,101)
#AC927B
(172,146,123)
#B9A491
(185,164,145)
#C6B6A7
(198,182,167)
#D3C8BD
(211,200,189)
#E0DAD3
(224,218,211)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B380D color. Also use rgb(107,56,13) instead hex code.

Text Font Color

.myTextColor { color: #6B380D; }

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

This text font color is #6B380D.


Background Color

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

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

This div background color is #6B380D.


Border color

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

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

This div border color is #6B380D.


Opacity

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

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

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

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

This text has shadow with #6B380D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B380D on black background.


Color preview on white background

This text has color #6B380D on white background.



Black color preview on #6B380D background

This text has black color on #6B380D background.


White color preview on #6B380D background

This text has white color on #6B380D background.