COLOR #6C381C

HEX: #6C381C
RGB: (108,56,28)

Color info

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

RGB color model

#6C381C color RGB value is (108,56,28).

  • red value is 108;
  • green value is 56;
  • blue value is 28.
RGB:
(108,56,28)
(42%,22%,11%)

RGB channels and saturation

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

108
56
28

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

Portions of RGB colors in percentages

R + G + B =
108 + 56 + 28 = 192 (100%)
R 108 of 192 ~ 56.25%
G 56 of 192 ~ 29.17%
B 28 of 192 ~ 14.58%

%56.25
%29.17
%14.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 74.07%
  • key color value is 57.65%
CMYK:
(0,48,74,58)
C0M48Y74K58 
(0%,48%,74%,58%)
(0.00/0.48/0.74/0.58)	

CMYK percentages

%0
%48.15
%74.07
%57.65

Codes

Color #6C381C in popluar color models

6C381C
RGB1085628
HSL21°58.82%26.67%
HSB/HSV21°74.07%42.35%
CMYK0.00%48.15%74.07%
57.65%

Color #6C381C in popluar number systems.

HEX6C381C
Decimal1085628
Binary110110011100011100
Octal1547034

Shades and tints

Shades of #6C381C

#6C381C
(108,56,28)
#63331A
(99,51,26)
#5A2E18
(90,46,24)
#512916
(81,41,22)
#482414
(72,36,20)
#3F1F12
(63,31,18)
#361A10
(54,26,16)
#2D150E
(45,21,14)
#24100C
(36,16,12)
#1B0B0A
(27,11,10)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #6C381C

#6C381C
(108,56,28)
#794A30
(121,74,48)
#865C44
(134,92,68)
#936E58
(147,110,88)
#A0806C
(160,128,108)
#AD9280
(173,146,128)
#BAA494
(186,164,148)
#C7B6A8
(199,182,168)
#D4C8BC
(212,200,188)
#E1DAD0
(225,218,208)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C381C; }

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

This text font color is #6C381C.


Background Color

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

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

This div background color is #6C381C.


Border color

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

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

This div border color is #6C381C.


Opacity

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

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

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

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

This text has shadow with #6C381C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C381C on black background.


Color preview on white background

This text has color #6C381C on white background.



Black color preview on #6C381C background

This text has black color on #6C381C background.


White color preview on #6C381C background

This text has white color on #6C381C background.