COLOR #680447

HEX: #680447
RGB: (104,4,71)

Color info

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

RGB color model

#680447 color RGB value is (104,4,71).

  • red value is 104;
  • green value is 4;
  • blue value is 71.
RGB:
(104,4,71)
(41%,2%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 4 of 255 = 2%
B 71 of 255 = 28%

104
4
71

R + G + B ~ 24%. #680447 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 4 + 71 = 179 (100%)
R 104 of 179 ~ 58.1%
G 4 of 179 ~ 2.23%
B 71 of 179 ~ 39.66%

%58.1
%39.66

CMYK color model

#680447 color CMYK value is (0,96,32,59).

  • cyan value is 0.00%
  • magenta value is 96.15%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(0,96,32,59)
C0M96Y32K59 
(0%,96%,32%,59%)
(0.00/0.96/0.32/0.59)	

CMYK percentages

%0
%96.15
%31.73
%59.22

Codes

Color #680447 in popluar color models

680447
RGB104471
HSL320°92.59%21.18%
HSB/HSV320°96.15%40.78%
CMYK0.00%96.15%31.73%
59.22%

Color #680447 in popluar number systems.

HEX680447
Decimal104471
Binary11010001001000111
Octal1504107

Shades and tints

Shades of #680447

#680447
(104,4,71)
#5F0441
(95,4,65)
#56043B
(86,4,59)
#4D0435
(77,4,53)
#44042F
(68,4,47)
#3B0429
(59,4,41)
#320423
(50,4,35)
#29041D
(41,4,29)
#200417
(32,4,23)
#170411
(23,4,17)
#0E040B
(14,4,11)
#000000
(0,0,0)

Tints of #680447

#680447
(104,4,71)
#751A57
(117,26,87)
#823067
(130,48,103)
#8F4677
(143,70,119)
#9C5C87
(156,92,135)
#A97297
(169,114,151)
#B688A7
(182,136,167)
#C39EB7
(195,158,183)
#D0B4C7
(208,180,199)
#DDCAD7
(221,202,215)
#EAE0E7
(234,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680447 color. Also use rgb(104,4,71) instead hex code.

Text Font Color

.myTextColor { color: #680447; }

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

This text font color is #680447.


Background Color

.myBgColor { background-color: #680447; }

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

This div background color is #680447.


Border color

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

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

This div border color is #680447.


Opacity

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

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

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

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

This text has shadow with #680447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680447 on black background.


Color preview on white background

This text has color #680447 on white background.



Black color preview on #680447 background

This text has black color on #680447 background.


White color preview on #680447 background

This text has white color on #680447 background.