COLOR #682217

HEX: #682217
RGB: (104,34,23)

Color info

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

RGB color model

#682217 color RGB value is (104,34,23).

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

RGB channels and saturation

R 104 of 255 = 41%
G 34 of 255 = 13%
B 23 of 255 = 9%

104
34
23

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

Portions of RGB colors in percentages

R + G + B =
104 + 34 + 23 = 161 (100%)
R 104 of 161 ~ 64.6%
G 34 of 161 ~ 21.12%
B 23 of 161 ~ 14.29%

%64.6
%21.12
%14.29

CMYK color model

#682217 color CMYK value is (0,67,78,59).

  • cyan value is 0.00%
  • magenta value is 67.31%
  • yellow value is 77.88%
  • key color value is 59.22%
CMYK:
(0,67,78,59)
C0M67Y78K59 
(0%,67%,78%,59%)
(0.00/0.67/0.78/0.59)	

CMYK percentages

%0
%67.31
%77.88
%59.22

Codes

Color #682217 in popluar color models

682217
RGB1043423
HSL63.78%24.90%
HSB/HSV77.88%40.78%
CMYK0.00%67.31%77.88%
59.22%

Color #682217 in popluar number systems.

HEX682217
Decimal1043423
Binary110100010001010111
Octal1504227

Shades and tints

Shades of #682217

#682217
(104,34,23)
#5F1F15
(95,31,21)
#561C13
(86,28,19)
#4D1911
(77,25,17)
#44160F
(68,22,15)
#3B130D
(59,19,13)
#32100B
(50,16,11)
#290D09
(41,13,9)
#200A07
(32,10,7)
#170705
(23,7,5)
#0E0403
(14,4,3)
#000000
(0,0,0)

Tints of #682217

#682217
(104,34,23)
#75362C
(117,54,44)
#824A41
(130,74,65)
#8F5E56
(143,94,86)
#9C726B
(156,114,107)
#A98680
(169,134,128)
#B69A95
(182,154,149)
#C3AEAA
(195,174,170)
#D0C2BF
(208,194,191)
#DDD6D4
(221,214,212)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682217; }

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

This text font color is #682217.


Background Color

.myBgColor { background-color: #682217; }

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

This div background color is #682217.


Border color

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

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

This div border color is #682217.


Opacity

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

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

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

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

This text has shadow with #682217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682217 on black background.


Color preview on white background

This text has color #682217 on white background.



Black color preview on #682217 background

This text has black color on #682217 background.


White color preview on #682217 background

This text has white color on #682217 background.