COLOR #680F25

HEX: #680F25 RGB: (104,15,37)

Color info

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

RGB color model

#680F25 color RGB value is (104,15,37).

RGB: (104,15,37) (41%, 6%, 15%)

RGB channels and saturation

R 104 of 255 = 41%
G 15 of 255 = 6%
B 37 of 255 = 15%

104
15
37

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

Portions of RGB colors in percentages

R + G + B = 104 + 15 + 37 = 156 (100%)
R 104 of 156 ~ 66.67%
G 15 of 156 ~ 9.62%
B 37 of 156 ~ 23.72'%

%66.67
%23.72

CMYK color model

#680F25 color CMYK value is (0,86,64,59).

  • cyan value is 0.00%
  • magenta value is 85.58%
  • yellow value is 64.42%
  • key color value is 59.22%

CMYK: (0,86,64,59)
C0M86Y64K59 (0%, 86%, 64%, 59%)
(0.00 / 0.86 / 0.64 / 0.59)

CMYK percentages

%0
%85.58
%64.42
%59.22

Codes

Color #680F25 in popluar color models

68 0F 25
RGB 104 15 37
HSL 345° 74.79% 23.33%
HSB/HSV 345° 85.58% 40.78%
CMYK 0.00% 85.58% 64.42%
59.22%

Color #680F25 in popluar number systems.

HEX 68 0F 25
Decimal 104 15 37
Binary 1101000 1111 100101
Octal 150 17 45

Shades and tints

Shades of #680F25

#680F25
(104,15,37)
#5F0E22
(95,14,34)
#560D1F
(86,13,31)
#4D0C1C
(77,12,28)
#440B19
(68,11,25)
#3B0A16
(59,10,22)
#320913
(50,9,19)
#290810
(41,8,16)
#20070D
(32,7,13)
#17060A
(23,6,10)
#0E0507
(14,5,7)
#000000
(0,0,0)

Tints of #680F25

#680F25
(104,15,37)
#752438
(117,36,56)
#82394B
(130,57,75)
#8F4E5E
(143,78,94)
#9C6371
(156,99,113)
#A97884
(169,120,132)
#B68D97
(182,141,151)
#C3A2AA
(195,162,170)
#D0B7BD
(208,183,189)
#DDCCD0
(221,204,208)
#EAE1E3
(234,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680F25; }

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

This text font color is #680F25.

Background Color

.myBgColor { background-color: #680F25; }

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

This div background color is #680F25.

Border color

.myBorderColor { border: 1px solid #680F25; }

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

This div border color is #680F25.

Opacity

.myOpacity80 { color: #680F25; opacity: 0.8; }

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

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

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

This text has shadow with #680F25 color.


.textShadow {text-shadow: 3px 3px 1px #680F25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #680F25; -webkit-box-shadow: 1px 1px 3px 2px #680F25; box-shadow:1px 1px 3px 2px #680F25;">
Div content here
</div>

This div box has shadow with color #680F25.

Preview

Color preview on black background

This text has color #680F25 on black background.


Color preview on white background

This text has color #680F25 on white background.


Black color preview on #680F25 background

This text has black color on #680F25 background.


White color preview on #680F25 background

This text has white color on #680F25 background.


Related colors

Complementary color

Complementary color for #hex is #97F0DA.


I love getcolorcode.com

Triadic colors

1 #25680F and #0F2568 with #680F25 are triadic colors.

2 #250F68 and #0F6825 with #680F25 are triadic colors.