COLOR #682512

HEX: #682512
RGB: (104,37,18)

Color info

#682512 contains mainly red color. Web safe color of #682512 is #663300 (or #630).

RGB color model

#682512 color RGB value is (104,37,18).

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

RGB channels and saturation

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

104
37
18

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

Portions of RGB colors in percentages

R + G + B =
104 + 37 + 18 = 159 (100%)
R 104 of 159 ~ 65.41%
G 37 of 159 ~ 23.27%
B 18 of 159 ~ 11.32%

%65.41
%23.27
%11.32

CMYK color model

#682512 color CMYK value is (0,64,83,59).

  • cyan value is 0.00%
  • magenta value is 64.42%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(0,64,83,59)
C0M64Y83K59 
(0%,64%,83%,59%)
(0.00/0.64/0.83/0.59)	

CMYK percentages

%0
%64.42
%82.69
%59.22

Codes

Color #682512 in popluar color models

682512
RGB1043718
HSL13°70.49%23.92%
HSB/HSV13°82.69%40.78%
CMYK0.00%64.42%82.69%
59.22%

Color #682512 in popluar number systems.

HEX682512
Decimal1043718
Binary110100010010110010
Octal1504522

Shades and tints

Shades of #682512

#682512
(104,37,18)
#5F2211
(95,34,17)
#561F10
(86,31,16)
#4D1C0F
(77,28,15)
#44190E
(68,25,14)
#3B160D
(59,22,13)
#32130C
(50,19,12)
#29100B
(41,16,11)
#200D0A
(32,13,10)
#170A09
(23,10,9)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #682512

#682512
(104,37,18)
#753827
(117,56,39)
#824B3C
(130,75,60)
#8F5E51
(143,94,81)
#9C7166
(156,113,102)
#A9847B
(169,132,123)
#B69790
(182,151,144)
#C3AAA5
(195,170,165)
#D0BDBA
(208,189,186)
#DDD0CF
(221,208,207)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682512; }

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

This text font color is #682512.


Background Color

.myBgColor { background-color: #682512; }

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

This div background color is #682512.


Border color

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

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

This div border color is #682512.


Opacity

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

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

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

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

This text has shadow with #682512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682512 on black background.


Color preview on white background

This text has color #682512 on white background.



Black color preview on #682512 background

This text has black color on #682512 background.


White color preview on #682512 background

This text has white color on #682512 background.