COLOR #682013

HEX: #682013
RGB: (104,32,19)

Color info

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

RGB color model

#682013 color RGB value is (104,32,19).

  • red value is 104;
  • green value is 32;
  • blue value is 19.
RGB:
(104,32,19)
(41%,13%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 32 of 255 = 13%
B 19 of 255 = 7%

104
32
19

R + G + B ~ 20%. #682013 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 32 + 19 = 155 (100%)
R 104 of 155 ~ 67.1%
G 32 of 155 ~ 20.65%
B 19 of 155 ~ 12.26%

%67.1
%20.65
%12.26

CMYK color model

#682013 color CMYK value is (0,69,82,59).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 81.73%
  • key color value is 59.22%
CMYK:
(0,69,82,59)
C0M69Y82K59 
(0%,69%,82%,59%)
(0.00/0.69/0.82/0.59)	

CMYK percentages

%0
%69.23
%81.73
%59.22

Codes

Color #682013 in popluar color models

682013
RGB1043219
HSL69.11%24.12%
HSB/HSV81.73%40.78%
CMYK0.00%69.23%81.73%
59.22%

Color #682013 in popluar number systems.

HEX682013
Decimal1043219
Binary110100010000010011
Octal1504023

Shades and tints

Shades of #682013

#682013
(104,32,19)
#5F1E12
(95,30,18)
#561C11
(86,28,17)
#4D1A10
(77,26,16)
#44180F
(68,24,15)
#3B160E
(59,22,14)
#32140D
(50,20,13)
#29120C
(41,18,12)
#20100B
(32,16,11)
#170E0A
(23,14,10)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #682013

#682013
(104,32,19)
#753428
(117,52,40)
#82483D
(130,72,61)
#8F5C52
(143,92,82)
#9C7067
(156,112,103)
#A9847C
(169,132,124)
#B69891
(182,152,145)
#C3ACA6
(195,172,166)
#D0C0BB
(208,192,187)
#DDD4D0
(221,212,208)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682013 color. Also use rgb(104,32,19) instead hex code.

Text Font Color

.myTextColor { color: #682013; }

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

This text font color is #682013.


Background Color

.myBgColor { background-color: #682013; }

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

This div background color is #682013.


Border color

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

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

This div border color is #682013.


Opacity

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

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

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

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

This text has shadow with #682013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682013 on black background.


Color preview on white background

This text has color #682013 on white background.



Black color preview on #682013 background

This text has black color on #682013 background.


White color preview on #682013 background

This text has white color on #682013 background.