COLOR #682614

HEX: #682614
RGB: (104,38,20)

Color info

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

RGB color model

#682614 color RGB value is (104,38,20).

  • red value is 104;
  • green value is 38;
  • blue value is 20.
RGB:
(104,38,20)
(41%,15%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 38 of 255 = 15%
B 20 of 255 = 8%

104
38
20

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

Portions of RGB colors in percentages

R + G + B =
104 + 38 + 20 = 162 (100%)
R 104 of 162 ~ 64.2%
G 38 of 162 ~ 23.46%
B 20 of 162 ~ 12.35%

%64.2
%23.46
%12.35

CMYK color model

#682614 color CMYK value is (0,63,81,59).

  • cyan value is 0.00%
  • magenta value is 63.46%
  • yellow value is 80.77%
  • key color value is 59.22%
CMYK:
(0,63,81,59)
C0M63Y81K59 
(0%,63%,81%,59%)
(0.00/0.63/0.81/0.59)	

CMYK percentages

%0
%63.46
%80.77
%59.22

Codes

Color #682614 in popluar color models

682614
RGB1043820
HSL13°67.74%24.31%
HSB/HSV13°80.77%40.78%
CMYK0.00%63.46%80.77%
59.22%

Color #682614 in popluar number systems.

HEX682614
Decimal1043820
Binary110100010011010100
Octal1504624

Shades and tints

Shades of #682614

#682614
(104,38,20)
#5F2313
(95,35,19)
#562012
(86,32,18)
#4D1D11
(77,29,17)
#441A10
(68,26,16)
#3B170F
(59,23,15)
#32140E
(50,20,14)
#29110D
(41,17,13)
#200E0C
(32,14,12)
#170B0B
(23,11,11)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #682614

#682614
(104,38,20)
#753929
(117,57,41)
#824C3E
(130,76,62)
#8F5F53
(143,95,83)
#9C7268
(156,114,104)
#A9857D
(169,133,125)
#B69892
(182,152,146)
#C3ABA7
(195,171,167)
#D0BEBC
(208,190,188)
#DDD1D1
(221,209,209)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682614 color. Also use rgb(104,38,20) instead hex code.

Text Font Color

.myTextColor { color: #682614; }

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

This text font color is #682614.


Background Color

.myBgColor { background-color: #682614; }

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

This div background color is #682614.


Border color

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

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

This div border color is #682614.


Opacity

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

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

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

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

This text has shadow with #682614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682614 on black background.


Color preview on white background

This text has color #682614 on white background.



Black color preview on #682614 background

This text has black color on #682614 background.


White color preview on #682614 background

This text has white color on #682614 background.