COLOR #682300

HEX: #682300
RGB: (104,35,0)

Color info

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

RGB color model

#682300 color RGB value is (104,35,0).

  • red value is 104;
  • green value is 35;
  • blue value is 0.
RGB:
(104,35,0)
(41%,14%,0%)

RGB channels and saturation

R 104 of 255 = 41%
G 35 of 255 = 14%
B 0 of 255 = 0%

104
35
0

R + G + B ~ 18%. #682300 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 35 + 0 = 139 (100%)
R 104 of 139 ~ 74.82%
G 35 of 139 ~ 25.18%
B 0 of 139 ~ 0%

%74.82
%25.18

CMYK color model

#682300 color CMYK value is (0,66,100,59).

  • cyan value is 0.00%
  • magenta value is 66.35%
  • yellow value is 100.00%
  • key color value is 59.22%
CMYK:
(0,66,100,59)
C0M66Y100K59 
(0%,66%,100%,59%)
(0.00/0.66/1.00/0.59)	

CMYK percentages

%0
%66.35
%100
%59.22

Codes

Color #682300 in popluar color models

682300
RGB104350
HSL20°100.00%20.39%
HSB/HSV20°100.00%40.78%
CMYK0.00%66.35%100.00%
59.22%

Color #682300 in popluar number systems.

HEX682300
Decimal104350
Binary11010001000110
Octal150430

Shades and tints

Shades of #682300

#682300
(104,35,0)
#5F2000
(95,32,0)
#561D00
(86,29,0)
#4D1A00
(77,26,0)
#441700
(68,23,0)
#3B1400
(59,20,0)
#321100
(50,17,0)
#290E00
(41,14,0)
#200B00
(32,11,0)
#170800
(23,8,0)
#0E0500
(14,5,0)
#000000
(0,0,0)

Tints of #682300

#682300
(104,35,0)
#753717
(117,55,23)
#824B2E
(130,75,46)
#8F5F45
(143,95,69)
#9C735C
(156,115,92)
#A98773
(169,135,115)
#B69B8A
(182,155,138)
#C3AFA1
(195,175,161)
#D0C3B8
(208,195,184)
#DDD7CF
(221,215,207)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682300 color. Also use rgb(104,35,0) instead hex code.

Text Font Color

.myTextColor { color: #682300; }

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

This text font color is #682300.


Background Color

.myBgColor { background-color: #682300; }

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

This div background color is #682300.


Border color

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

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

This div border color is #682300.


Opacity

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

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

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

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

This text has shadow with #682300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682300 on black background.


Color preview on white background

This text has color #682300 on white background.



Black color preview on #682300 background

This text has black color on #682300 background.


White color preview on #682300 background

This text has white color on #682300 background.