COLOR #680309

HEX: #680309
RGB: (104,3,9)

Color info

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

RGB color model

#680309 color RGB value is (104,3,9).

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

RGB channels and saturation

R 104 of 255 = 41%
G 3 of 255 = 1%
B 9 of 255 = 4%

104
3
9

R + G + B ~ 15%. #680309 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 3 + 9 = 116 (100%)
R 104 of 116 ~ 89.66%
G 3 of 116 ~ 2.59%
B 9 of 116 ~ 7.76%

%89.66

CMYK color model

#680309 color CMYK value is (0,97,91,59).

  • cyan value is 0.00%
  • magenta value is 97.12%
  • yellow value is 91.35%
  • key color value is 59.22%
CMYK:
(0,97,91,59)
C0M97Y91K59 
(0%,97%,91%,59%)
(0.00/0.97/0.91/0.59)	

CMYK percentages

%0
%97.12
%91.35
%59.22

Codes

Color #680309 in popluar color models

680309
RGB10439
HSL356°94.39%20.98%
HSB/HSV356°97.12%40.78%
CMYK0.00%97.12%91.35%
59.22%

Color #680309 in popluar number systems.

HEX680309
Decimal10439
Binary1101000111001
Octal150311

Shades and tints

Shades of #680309

#680309
(104,3,9)
#5F0309
(95,3,9)
#560309
(86,3,9)
#4D0309
(77,3,9)
#440309
(68,3,9)
#3B0309
(59,3,9)
#320309
(50,3,9)
#290309
(41,3,9)
#200309
(32,3,9)
#170309
(23,3,9)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #680309

#680309
(104,3,9)
#75191F
(117,25,31)
#822F35
(130,47,53)
#8F454B
(143,69,75)
#9C5B61
(156,91,97)
#A97177
(169,113,119)
#B6878D
(182,135,141)
#C39DA3
(195,157,163)
#D0B3B9
(208,179,185)
#DDC9CF
(221,201,207)
#EADFE5
(234,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680309; }

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

This text font color is #680309.


Background Color

.myBgColor { background-color: #680309; }

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

This div background color is #680309.


Border color

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

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

This div border color is #680309.


Opacity

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

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

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

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

This text has shadow with #680309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680309 on black background.


Color preview on white background

This text has color #680309 on white background.



Black color preview on #680309 background

This text has black color on #680309 background.


White color preview on #680309 background

This text has white color on #680309 background.