COLOR #681510

HEX: #681510
RGB: (104,21,16)

Color info

#681510 contains mainly red color. Web safe color of #681510 is #660000 (or #600).

RGB color model

#681510 color RGB value is (104,21,16).

  • red value is 104;
  • green value is 21;
  • blue value is 16.
RGB:
(104,21,16)
(41%,8%,6%)

RGB channels and saturation

R 104 of 255 = 41%
G 21 of 255 = 8%
B 16 of 255 = 6%

104
21
16

R + G + B ~ 18%. #681510 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 21 + 16 = 141 (100%)
R 104 of 141 ~ 73.76%
G 21 of 141 ~ 14.89%
B 16 of 141 ~ 11.35%

%73.76
%14.89
%11.35

CMYK color model

#681510 color CMYK value is (0,80,85,59).

  • cyan value is 0.00%
  • magenta value is 79.81%
  • yellow value is 84.62%
  • key color value is 59.22%
CMYK:
(0,80,85,59)
C0M80Y85K59 
(0%,80%,85%,59%)
(0.00/0.80/0.85/0.59)	

CMYK percentages

%0
%79.81
%84.62
%59.22

Codes

Color #681510 in popluar color models

681510
RGB1042116
HSL73.33%23.53%
HSB/HSV84.62%40.78%
CMYK0.00%79.81%84.62%
59.22%

Color #681510 in popluar number systems.

HEX681510
Decimal1042116
Binary11010001010110000
Octal1502520

Shades and tints

Shades of #681510

#681510
(104,21,16)
#5F140F
(95,20,15)
#56130E
(86,19,14)
#4D120D
(77,18,13)
#44110C
(68,17,12)
#3B100B
(59,16,11)
#320F0A
(50,15,10)
#290E09
(41,14,9)
#200D08
(32,13,8)
#170C07
(23,12,7)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #681510

#681510
(104,21,16)
#752A25
(117,42,37)
#823F3A
(130,63,58)
#8F544F
(143,84,79)
#9C6964
(156,105,100)
#A97E79
(169,126,121)
#B6938E
(182,147,142)
#C3A8A3
(195,168,163)
#D0BDB8
(208,189,184)
#DDD2CD
(221,210,205)
#EAE7E2
(234,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681510 color. Also use rgb(104,21,16) instead hex code.

Text Font Color

.myTextColor { color: #681510; }

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

This text font color is #681510.


Background Color

.myBgColor { background-color: #681510; }

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

This div background color is #681510.


Border color

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

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

This div border color is #681510.


Opacity

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

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

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

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

This text has shadow with #681510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681510 on black background.


Color preview on white background

This text has color #681510 on white background.



Black color preview on #681510 background

This text has black color on #681510 background.


White color preview on #681510 background

This text has white color on #681510 background.