COLOR #680739

HEX: #680739
RGB: (104,7,57)

Color info

#680739 contains mainly red and blue colors. Web safe color of #680739 is #660033 (or #603).

RGB color model

#680739 color RGB value is (104,7,57).

  • red value is 104;
  • green value is 7;
  • blue value is 57.
RGB:
(104,7,57)
(41%,3%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 7 of 255 = 3%
B 57 of 255 = 22%

104
7
57

R + G + B ~ 22%. #680739 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 7 + 57 = 168 (100%)
R 104 of 168 ~ 61.9%
G 7 of 168 ~ 4.17%
B 57 of 168 ~ 33.93%

%61.9
%33.93

CMYK color model

#680739 color CMYK value is (0,93,45,59).

  • cyan value is 0.00%
  • magenta value is 93.27%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(0,93,45,59)
C0M93Y45K59 
(0%,93%,45%,59%)
(0.00/0.93/0.45/0.59)	

CMYK percentages

%0
%93.27
%45.19
%59.22

Codes

Color #680739 in popluar color models

680739
RGB104757
HSL329°87.39%21.76%
HSB/HSV329°93.27%40.78%
CMYK0.00%93.27%45.19%
59.22%

Color #680739 in popluar number systems.

HEX680739
Decimal104757
Binary1101000111111001
Octal150771

Shades and tints

Shades of #680739

#680739
(104,7,57)
#5F0734
(95,7,52)
#56072F
(86,7,47)
#4D072A
(77,7,42)
#440725
(68,7,37)
#3B0720
(59,7,32)
#32071B
(50,7,27)
#290716
(41,7,22)
#200711
(32,7,17)
#17070C
(23,7,12)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #680739

#680739
(104,7,57)
#751D4B
(117,29,75)
#82335D
(130,51,93)
#8F496F
(143,73,111)
#9C5F81
(156,95,129)
#A97593
(169,117,147)
#B68BA5
(182,139,165)
#C3A1B7
(195,161,183)
#D0B7C9
(208,183,201)
#DDCDDB
(221,205,219)
#EAE3ED
(234,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680739 color. Also use rgb(104,7,57) instead hex code.

Text Font Color

.myTextColor { color: #680739; }

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

This text font color is #680739.


Background Color

.myBgColor { background-color: #680739; }

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

This div background color is #680739.


Border color

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

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

This div border color is #680739.


Opacity

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

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

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

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

This text has shadow with #680739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680739 on black background.


Color preview on white background

This text has color #680739 on white background.



Black color preview on #680739 background

This text has black color on #680739 background.


White color preview on #680739 background

This text has white color on #680739 background.