COLOR #681325

HEX: #681325
RGB: (104,19,37)

Color info

#681325 contains mainly red color. Web safe color of #681325 is #660033 (or #603).

RGB color model

#681325 color RGB value is (104,19,37).

  • red value is 104;
  • green value is 19;
  • blue value is 37.
RGB:
(104,19,37)
(41%,7%,15%)

RGB channels and saturation

R 104 of 255 = 41%
G 19 of 255 = 7%
B 37 of 255 = 15%

104
19
37

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

Portions of RGB colors in percentages

R + G + B =
104 + 19 + 37 = 160 (100%)
R 104 of 160 ~ 65%
G 19 of 160 ~ 11.88%
B 37 of 160 ~ 23.13%

%65
%11.88
%23.13

CMYK color model

#681325 color CMYK value is (0,82,64,59).

  • cyan value is 0.00%
  • magenta value is 81.73%
  • yellow value is 64.42%
  • key color value is 59.22%
CMYK:
(0,82,64,59)
C0M82Y64K59 
(0%,82%,64%,59%)
(0.00/0.82/0.64/0.59)	

CMYK percentages

%0
%81.73
%64.42
%59.22

Codes

Color #681325 in popluar color models

681325
RGB1041937
HSL347°69.11%24.12%
HSB/HSV347°81.73%40.78%
CMYK0.00%81.73%64.42%
59.22%

Color #681325 in popluar number systems.

HEX681325
Decimal1041937
Binary110100010011100101
Octal1502345

Shades and tints

Shades of #681325

#681325
(104,19,37)
#5F1222
(95,18,34)
#56111F
(86,17,31)
#4D101C
(77,16,28)
#440F19
(68,15,25)
#3B0E16
(59,14,22)
#320D13
(50,13,19)
#290C10
(41,12,16)
#200B0D
(32,11,13)
#170A0A
(23,10,10)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #681325

#681325
(104,19,37)
#752838
(117,40,56)
#823D4B
(130,61,75)
#8F525E
(143,82,94)
#9C6771
(156,103,113)
#A97C84
(169,124,132)
#B69197
(182,145,151)
#C3A6AA
(195,166,170)
#D0BBBD
(208,187,189)
#DDD0D0
(221,208,208)
#EAE5E3
(234,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681325 color. Also use rgb(104,19,37) instead hex code.

Text Font Color

.myTextColor { color: #681325; }

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

This text font color is #681325.


Background Color

.myBgColor { background-color: #681325; }

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

This div background color is #681325.


Border color

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

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

This div border color is #681325.


Opacity

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

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

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

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

This text has shadow with #681325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681325 on black background.


Color preview on white background

This text has color #681325 on white background.



Black color preview on #681325 background

This text has black color on #681325 background.


White color preview on #681325 background

This text has white color on #681325 background.