COLOR #6B381C

HEX: #6B381C RGB: (107,56,28)

Color info

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

RGB color model

#6B381C color RGB value is (107,56,28).

RGB: (107,56,28) (42%, 22%, 11%)

RGB channels and saturation

R 107 of 255 = 42%
G 56 of 255 = 22%
B 28 of 255 = 11%

107
56
28

R + G + B ~ 25%. #6B381C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 56 + 28 = 191 (100%)
R 107 of 191 ~ 56.02%
G 56 of 191 ~ 29.32%
B 28 of 191 ~ 14.66'%

%56.02
%29.32
%14.66

CMYK color model

#6B381C color CMYK value is (0,48,74,58).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 73.83%
  • key color value is 58.04%

CMYK: (0,48,74,58)
C0M48Y74K58 (0%, 48%, 74%, 58%)
(0.00 / 0.48 / 0.74 / 0.58)

CMYK percentages

%0
%47.66
%73.83
%58.04

Codes

Color #6B381C in popluar color models

6B 38 1C
RGB 107 56 28
HSL 21° 58.52% 26.47%
HSB/HSV 21° 73.83% 41.96%
CMYK 0.00% 47.66% 73.83%
58.04%

Color #6B381C in popluar number systems.

HEX 6B 38 1C
Decimal 107 56 28
Binary 1101011 111000 11100
Octal 153 70 34

Shades and tints

Shades of #6B381C

#6B381C
(107,56,28)
#62331A
(98,51,26)
#592E18
(89,46,24)
#502916
(80,41,22)
#472414
(71,36,20)
#3E1F12
(62,31,18)
#351A10
(53,26,16)
#2C150E
(44,21,14)
#23100C
(35,16,12)
#1A0B0A
(26,11,10)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #6B381C

#6B381C
(107,56,28)
#784A30
(120,74,48)
#855C44
(133,92,68)
#926E58
(146,110,88)
#9F806C
(159,128,108)
#AC9280
(172,146,128)
#B9A494
(185,164,148)
#C6B6A8
(198,182,168)
#D3C8BC
(211,200,188)
#E0DAD0
(224,218,208)
#EDECE4
(237,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B381C; }

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

This text font color is #6B381C.

Background Color

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

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

This div background color is #6B381C.

Border color

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

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

This div border color is #6B381C.

Opacity

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

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

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

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

This text has shadow with #6B381C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B381C.

Preview

Color preview on black background

This text has color #6B381C on black background.


Color preview on white background

This text has color #6B381C on white background.


Black color preview on #6B381C background

This text has black color on #6B381C background.


White color preview on #6B381C background

This text has white color on #6B381C background.


Related colors

Complementary color

Complementary color for #hex is #94C7E3.


I love getcolorcode.com

Triadic colors

1 #1C6B38 and #381C6B with #6B381C are triadic colors.

2 #1C386B and #386B1C with #6B381C are triadic colors.