COLOR #680431

HEX: #680431
RGB: (104,4,49)

Color info

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

RGB color model

#680431 color RGB value is (104,4,49).

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

RGB channels and saturation

R 104 of 255 = 41%
G 4 of 255 = 2%
B 49 of 255 = 19%

104
4
49

R + G + B ~ 21%. #680431 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 4 + 49 = 157 (100%)
R 104 of 157 ~ 66.24%
G 4 of 157 ~ 2.55%
B 49 of 157 ~ 31.21%

%66.24
%31.21

CMYK color model

#680431 color CMYK value is (0,96,53,59).

  • cyan value is 0.00%
  • magenta value is 96.15%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,96,53,59)
C0M96Y53K59 
(0%,96%,53%,59%)
(0.00/0.96/0.53/0.59)	

CMYK percentages

%0
%96.15
%52.88
%59.22

Codes

Color #680431 in popluar color models

680431
RGB104449
HSL333°92.59%21.18%
HSB/HSV333°96.15%40.78%
CMYK0.00%96.15%52.88%
59.22%

Color #680431 in popluar number systems.

HEX680431
Decimal104449
Binary1101000100110001
Octal150461

Shades and tints

Shades of #680431

#680431
(104,4,49)
#5F042D
(95,4,45)
#560429
(86,4,41)
#4D0425
(77,4,37)
#440421
(68,4,33)
#3B041D
(59,4,29)
#320419
(50,4,25)
#290415
(41,4,21)
#200411
(32,4,17)
#17040D
(23,4,13)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #680431

#680431
(104,4,49)
#751A43
(117,26,67)
#823055
(130,48,85)
#8F4667
(143,70,103)
#9C5C79
(156,92,121)
#A9728B
(169,114,139)
#B6889D
(182,136,157)
#C39EAF
(195,158,175)
#D0B4C1
(208,180,193)
#DDCAD3
(221,202,211)
#EAE0E5
(234,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680431; }

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

This text font color is #680431.


Background Color

.myBgColor { background-color: #680431; }

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

This div background color is #680431.


Border color

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

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

This div border color is #680431.


Opacity

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

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

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

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

This text has shadow with #680431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680431 on black background.


Color preview on white background

This text has color #680431 on white background.



Black color preview on #680431 background

This text has black color on #680431 background.


White color preview on #680431 background

This text has white color on #680431 background.