COLOR #6C0C15

HEX: #6C0C15
RGB: (108,12,21)

Color info

#6C0C15 contains mainly red color. Web safe color of #6C0C15 is #660000 (or #600).

RGB color model

#6C0C15 color RGB value is (108,12,21).

  • red value is 108;
  • green value is 12;
  • blue value is 21.
RGB:
(108,12,21)
(42%,5%,8%)

RGB channels and saturation

R 108 of 255 = 42%
G 12 of 255 = 5%
B 21 of 255 = 8%

108
12
21

R + G + B ~ 18%. #6C0C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 12 + 21 = 141 (100%)
R 108 of 141 ~ 76.6%
G 12 of 141 ~ 8.51%
B 21 of 141 ~ 14.89%

%76.6
%14.89

CMYK color model

#6C0C15 color CMYK value is (0,89,81,58).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 80.56%
  • key color value is 57.65%
CMYK:
(0,89,81,58)
C0M89Y81K58 
(0%,89%,81%,58%)
(0.00/0.89/0.81/0.58)	

CMYK percentages

%0
%88.89
%80.56
%57.65

Codes

Color #6C0C15 in popluar color models

6C0C15
RGB1081221
HSL354°80.00%23.53%
HSB/HSV354°88.89%42.35%
CMYK0.00%88.89%80.56%
57.65%

Color #6C0C15 in popluar number systems.

HEX6C0C15
Decimal1081221
Binary1101100110010101
Octal1541425

Shades and tints

Shades of #6C0C15

#6C0C15
(108,12,21)
#630B14
(99,11,20)
#5A0A13
(90,10,19)
#510912
(81,9,18)
#480811
(72,8,17)
#3F0710
(63,7,16)
#36060F
(54,6,15)
#2D050E
(45,5,14)
#24040D
(36,4,13)
#1B030C
(27,3,12)
#12020B
(18,2,11)
#000000
(0,0,0)

Tints of #6C0C15

#6C0C15
(108,12,21)
#79222A
(121,34,42)
#86383F
(134,56,63)
#934E54
(147,78,84)
#A06469
(160,100,105)
#AD7A7E
(173,122,126)
#BA9093
(186,144,147)
#C7A6A8
(199,166,168)
#D4BCBD
(212,188,189)
#E1D2D2
(225,210,210)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0C15 color. Also use rgb(108,12,21) instead hex code.

Text Font Color

.myTextColor { color: #6C0C15; }

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

This text font color is #6C0C15.


Background Color

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

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

This div background color is #6C0C15.


Border color

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

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

This div border color is #6C0C15.


Opacity

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

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

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

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

This text has shadow with #6C0C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0C15 on black background.


Color preview on white background

This text has color #6C0C15 on white background.



Black color preview on #6C0C15 background

This text has black color on #6C0C15 background.


White color preview on #6C0C15 background

This text has white color on #6C0C15 background.