COLOR #6B1C15

HEX: #6B1C15
RGB: (107,28,21)

Color info

#6B1C15 contains mainly red color. Web safe color of #6B1C15 is #663300 (or #630).

RGB color model

#6B1C15 color RGB value is (107,28,21).

  • red value is 107;
  • green value is 28;
  • blue value is 21.
RGB:
(107,28,21)
(42%,11%,8%)

RGB channels and saturation

R 107 of 255 = 42%
G 28 of 255 = 11%
B 21 of 255 = 8%

107
28
21

R + G + B ~ 20%. #6B1C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 28 + 21 = 156 (100%)
R 107 of 156 ~ 68.59%
G 28 of 156 ~ 17.95%
B 21 of 156 ~ 13.46%

%68.59
%17.95
%13.46

CMYK color model

#6B1C15 color CMYK value is (0,74,80,58).

  • cyan value is 0.00%
  • magenta value is 73.83%
  • yellow value is 80.37%
  • key color value is 58.04%
CMYK:
(0,74,80,58)
C0M74Y80K58 
(0%,74%,80%,58%)
(0.00/0.74/0.80/0.58)	

CMYK percentages

%0
%73.83
%80.37
%58.04

Codes

Color #6B1C15 in popluar color models

6B1C15
RGB1072821
HSL67.19%25.10%
HSB/HSV80.37%41.96%
CMYK0.00%73.83%80.37%
58.04%

Color #6B1C15 in popluar number systems.

HEX6B1C15
Decimal1072821
Binary11010111110010101
Octal1533425

Shades and tints

Shades of #6B1C15

#6B1C15
(107,28,21)
#621A14
(98,26,20)
#591813
(89,24,19)
#501612
(80,22,18)
#471411
(71,20,17)
#3E1210
(62,18,16)
#35100F
(53,16,15)
#2C0E0E
(44,14,14)
#230C0D
(35,12,13)
#1A0A0C
(26,10,12)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #6B1C15

#6B1C15
(107,28,21)
#78302A
(120,48,42)
#85443F
(133,68,63)
#925854
(146,88,84)
#9F6C69
(159,108,105)
#AC807E
(172,128,126)
#B99493
(185,148,147)
#C6A8A8
(198,168,168)
#D3BCBD
(211,188,189)
#E0D0D2
(224,208,210)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1C15; }

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

This text font color is #6B1C15.


Background Color

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

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

This div background color is #6B1C15.


Border color

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

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

This div border color is #6B1C15.


Opacity

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

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

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

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

This text has shadow with #6B1C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1C15 on black background.


Color preview on white background

This text has color #6B1C15 on white background.



Black color preview on #6B1C15 background

This text has black color on #6B1C15 background.


White color preview on #6B1C15 background

This text has white color on #6B1C15 background.