COLOR #680C0C

HEX: #680C0C
RGB: (104,12,12)

Color info

#680C0C contains mainly red color. Web safe color of #680C0C is #660000 (or #600).

RGB color model

#680C0C color RGB value is (104,12,12).

  • red value is 104;
  • green value is 12;
  • blue value is 12.
RGB:
(104,12,12)
(41%,5%,5%)

RGB channels and saturation

R 104 of 255 = 41%
G 12 of 255 = 5%
B 12 of 255 = 5%

104
12
12

R + G + B ~ 17%. #680C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 12 + 12 = 128 (100%)
R 104 of 128 ~ 81.25%
G 12 of 128 ~ 9.38%
B 12 of 128 ~ 9.38%

%81.25

CMYK color model

#680C0C color CMYK value is (0,88,88,59).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 88.46%
  • key color value is 59.22%
CMYK:
(0,88,88,59)
C0M88Y88K59 
(0%,88%,88%,59%)
(0.00/0.88/0.88/0.59)	

CMYK percentages

%0
%88.46
%88.46
%59.22

Codes

Color #680C0C in popluar color models

680C0C
RGB1041212
HSL79.31%22.75%
HSB/HSV88.46%40.78%
CMYK0.00%88.46%88.46%
59.22%

Color #680C0C in popluar number systems.

HEX680C0C
Decimal1041212
Binary110100011001100
Octal1501414

Shades and tints

Shades of #680C0C

#680C0C
(104,12,12)
#5F0B0B
(95,11,11)
#560A0A
(86,10,10)
#4D0909
(77,9,9)
#440808
(68,8,8)
#3B0707
(59,7,7)
#320606
(50,6,6)
#290505
(41,5,5)
#200404
(32,4,4)
#170303
(23,3,3)
#0E0202
(14,2,2)
#000000
(0,0,0)

Tints of #680C0C

#680C0C
(104,12,12)
#752222
(117,34,34)
#823838
(130,56,56)
#8F4E4E
(143,78,78)
#9C6464
(156,100,100)
#A97A7A
(169,122,122)
#B69090
(182,144,144)
#C3A6A6
(195,166,166)
#D0BCBC
(208,188,188)
#DDD2D2
(221,210,210)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680C0C color. Also use rgb(104,12,12) instead hex code.

Text Font Color

.myTextColor { color: #680C0C; }

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

This text font color is #680C0C.


Background Color

.myBgColor { background-color: #680C0C; }

<div style="background-color:#680C0C">Inner text</div>

This div background color is #680C0C.


Border color

.myBorderColor { border: 1px solid #680C0C; }

<div style="border:3px solid #680C0C">Div</div>

This div border color is #680C0C.


Opacity

.myOpacity80 { color: #680C0C; opacity: 0.8; }

<p style="color:#680C0C;opacity:0.8;">80%</p>

Text with #680C0C 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 #680C0C;}

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

This text has shadow with #680C0C color.

.textShadow {text-shadow: 3px 3px 1px #680C0C, 3px 3px 1px red;}

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

This text has shadow with #680C0C primary color and red secondary color.


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

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

This text has shadow with #680C0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680C0C on black background.


Color preview on white background

This text has color #680C0C on white background.



Black color preview on #680C0C background

This text has black color on #680C0C background.


White color preview on #680C0C background

This text has white color on #680C0C background.