COLOR #682D17

HEX: #682D17
RGB: (104,45,23)

Color info

#682D17 contains mainly red and green colors. Web safe color of #682D17 is #663300 (or #630).

RGB color model

#682D17 color RGB value is (104,45,23).

  • red value is 104;
  • green value is 45;
  • blue value is 23.
RGB:
(104,45,23)
(41%,18%,9%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 23 of 255 = 9%

104
45
23

R + G + B ~ 23%. #682D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 45 + 23 = 172 (100%)
R 104 of 172 ~ 60.47%
G 45 of 172 ~ 26.16%
B 23 of 172 ~ 13.37%

%60.47
%26.16
%13.37

CMYK color model

#682D17 color CMYK value is (0,57,78,59).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 77.88%
  • key color value is 59.22%
CMYK:
(0,57,78,59)
C0M57Y78K59 
(0%,57%,78%,59%)
(0.00/0.57/0.78/0.59)	

CMYK percentages

%0
%56.73
%77.88
%59.22

Codes

Color #682D17 in popluar color models

682D17
RGB1044523
HSL16°63.78%24.90%
HSB/HSV16°77.88%40.78%
CMYK0.00%56.73%77.88%
59.22%

Color #682D17 in popluar number systems.

HEX682D17
Decimal1044523
Binary110100010110110111
Octal1505527

Shades and tints

Shades of #682D17

#682D17
(104,45,23)
#5F2915
(95,41,21)
#562513
(86,37,19)
#4D2111
(77,33,17)
#441D0F
(68,29,15)
#3B190D
(59,25,13)
#32150B
(50,21,11)
#291109
(41,17,9)
#200D07
(32,13,7)
#170905
(23,9,5)
#0E0503
(14,5,3)
#000000
(0,0,0)

Tints of #682D17

#682D17
(104,45,23)
#75402C
(117,64,44)
#825341
(130,83,65)
#8F6656
(143,102,86)
#9C796B
(156,121,107)
#A98C80
(169,140,128)
#B69F95
(182,159,149)
#C3B2AA
(195,178,170)
#D0C5BF
(208,197,191)
#DDD8D4
(221,216,212)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682D17 color. Also use rgb(104,45,23) instead hex code.

Text Font Color

.myTextColor { color: #682D17; }

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

This text font color is #682D17.


Background Color

.myBgColor { background-color: #682D17; }

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

This div background color is #682D17.


Border color

.myBorderColor { border: 1px solid #682D17; }

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

This div border color is #682D17.


Opacity

.myOpacity80 { color: #682D17; opacity: 0.8; }

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

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

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

This text has shadow with #682D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682D17 on black background.


Color preview on white background

This text has color #682D17 on white background.



Black color preview on #682D17 background

This text has black color on #682D17 background.


White color preview on #682D17 background

This text has white color on #682D17 background.