COLOR #680F0F

HEX: #680F0F
RGB: (104,15,15)

Color info

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

RGB color model

#680F0F color RGB value is (104,15,15).

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

RGB channels and saturation

R 104 of 255 = 41%
G 15 of 255 = 6%
B 15 of 255 = 6%

104
15
15

R + G + B ~ 18%. #680F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 15 + 15 = 134 (100%)
R 104 of 134 ~ 77.61%
G 15 of 134 ~ 11.19%
B 15 of 134 ~ 11.19%

%77.61
%11.19
%11.19

CMYK color model

#680F0F color CMYK value is (0,86,86,59).

  • cyan value is 0.00%
  • magenta value is 85.58%
  • yellow value is 85.58%
  • key color value is 59.22%
CMYK:
(0,86,86,59)
C0M86Y86K59 
(0%,86%,86%,59%)
(0.00/0.86/0.86/0.59)	

CMYK percentages

%0
%85.58
%85.58
%59.22

Codes

Color #680F0F in popluar color models

680F0F
RGB1041515
HSL74.79%23.33%
HSB/HSV85.58%40.78%
CMYK0.00%85.58%85.58%
59.22%

Color #680F0F in popluar number systems.

HEX680F0F
Decimal1041515
Binary110100011111111
Octal1501717

Shades and tints

Shades of #680F0F

#680F0F
(104,15,15)
#5F0E0E
(95,14,14)
#560D0D
(86,13,13)
#4D0C0C
(77,12,12)
#440B0B
(68,11,11)
#3B0A0A
(59,10,10)
#320909
(50,9,9)
#290808
(41,8,8)
#200707
(32,7,7)
#170606
(23,6,6)
#0E0505
(14,5,5)
#000000
(0,0,0)

Tints of #680F0F

#680F0F
(104,15,15)
#752424
(117,36,36)
#823939
(130,57,57)
#8F4E4E
(143,78,78)
#9C6363
(156,99,99)
#A97878
(169,120,120)
#B68D8D
(182,141,141)
#C3A2A2
(195,162,162)
#D0B7B7
(208,183,183)
#DDCCCC
(221,204,204)
#EAE1E1
(234,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680F0F; }

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

This text font color is #680F0F.


Background Color

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

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

This div background color is #680F0F.


Border color

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

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

This div border color is #680F0F.


Opacity

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

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

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

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

This text has shadow with #680F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680F0F on black background.


Color preview on white background

This text has color #680F0F on white background.



Black color preview on #680F0F background

This text has black color on #680F0F background.


White color preview on #680F0F background

This text has white color on #680F0F background.