COLOR #6C130C

HEX: #6C130C
RGB: (108,19,12)

Color info

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

RGB color model

#6C130C color RGB value is (108,19,12).

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

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 12 of 255 = 5%

108
19
12

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

Portions of RGB colors in percentages

R + G + B =
108 + 19 + 12 = 139 (100%)
R 108 of 139 ~ 77.7%
G 19 of 139 ~ 13.67%
B 12 of 139 ~ 8.63%

%77.7
%13.67

CMYK color model

#6C130C color CMYK value is (0,82,89,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 88.89%
  • key color value is 57.65%
CMYK:
(0,82,89,58)
C0M82Y89K58 
(0%,82%,89%,58%)
(0.00/0.82/0.89/0.58)	

CMYK percentages

%0
%82.41
%88.89
%57.65

Codes

Color #6C130C in popluar color models

6C130C
RGB1081912
HSL80.00%23.53%
HSB/HSV88.89%42.35%
CMYK0.00%82.41%88.89%
57.65%

Color #6C130C in popluar number systems.

HEX6C130C
Decimal1081912
Binary1101100100111100
Octal1542314

Shades and tints

Shades of #6C130C

#6C130C
(108,19,12)
#63120B
(99,18,11)
#5A110A
(90,17,10)
#511009
(81,16,9)
#480F08
(72,15,8)
#3F0E07
(63,14,7)
#360D06
(54,13,6)
#2D0C05
(45,12,5)
#240B04
(36,11,4)
#1B0A03
(27,10,3)
#120902
(18,9,2)
#000000
(0,0,0)

Tints of #6C130C

#6C130C
(108,19,12)
#792822
(121,40,34)
#863D38
(134,61,56)
#93524E
(147,82,78)
#A06764
(160,103,100)
#AD7C7A
(173,124,122)
#BA9190
(186,145,144)
#C7A6A6
(199,166,166)
#D4BBBC
(212,187,188)
#E1D0D2
(225,208,210)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C130C; }

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

This text font color is #6C130C.


Background Color

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

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

This div background color is #6C130C.


Border color

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

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

This div border color is #6C130C.


Opacity

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

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

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

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

This text has shadow with #6C130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C130C on black background.


Color preview on white background

This text has color #6C130C on white background.



Black color preview on #6C130C background

This text has black color on #6C130C background.


White color preview on #6C130C background

This text has white color on #6C130C background.