COLOR #680915

HEX: #680915
RGB: (104,9,21)

Color info

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

RGB color model

#680915 color RGB value is (104,9,21).

  • red value is 104;
  • green value is 9;
  • blue value is 21.
RGB:
(104,9,21)
(41%,4%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 9 of 255 = 4%
B 21 of 255 = 8%

104
9
21

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

Portions of RGB colors in percentages

R + G + B =
104 + 9 + 21 = 134 (100%)
R 104 of 134 ~ 77.61%
G 9 of 134 ~ 6.72%
B 21 of 134 ~ 15.67%

%77.61
%15.67

CMYK color model

#680915 color CMYK value is (0,91,80,59).

  • cyan value is 0.00%
  • magenta value is 91.35%
  • yellow value is 79.81%
  • key color value is 59.22%
CMYK:
(0,91,80,59)
C0M91Y80K59 
(0%,91%,80%,59%)
(0.00/0.91/0.80/0.59)	

CMYK percentages

%0
%91.35
%79.81
%59.22

Codes

Color #680915 in popluar color models

680915
RGB104921
HSL352°84.07%22.16%
HSB/HSV352°91.35%40.78%
CMYK0.00%91.35%79.81%
59.22%

Color #680915 in popluar number systems.

HEX680915
Decimal104921
Binary1101000100110101
Octal1501125

Shades and tints

Shades of #680915

#680915
(104,9,21)
#5F0914
(95,9,20)
#560913
(86,9,19)
#4D0912
(77,9,18)
#440911
(68,9,17)
#3B0910
(59,9,16)
#32090F
(50,9,15)
#29090E
(41,9,14)
#20090D
(32,9,13)
#17090C
(23,9,12)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #680915

#680915
(104,9,21)
#751F2A
(117,31,42)
#82353F
(130,53,63)
#8F4B54
(143,75,84)
#9C6169
(156,97,105)
#A9777E
(169,119,126)
#B68D93
(182,141,147)
#C3A3A8
(195,163,168)
#D0B9BD
(208,185,189)
#DDCFD2
(221,207,210)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680915 color. Also use rgb(104,9,21) instead hex code.

Text Font Color

.myTextColor { color: #680915; }

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

This text font color is #680915.


Background Color

.myBgColor { background-color: #680915; }

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

This div background color is #680915.


Border color

.myBorderColor { border: 1px solid #680915; }

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

This div border color is #680915.


Opacity

.myOpacity80 { color: #680915; opacity: 0.8; }

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

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

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

This text has shadow with #680915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680915 on black background.


Color preview on white background

This text has color #680915 on white background.



Black color preview on #680915 background

This text has black color on #680915 background.


White color preview on #680915 background

This text has white color on #680915 background.