COLOR #683B10

HEX: #683B10
RGB: (104,59,16)

Color info

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

RGB color model

#683B10 color RGB value is (104,59,16).

  • red value is 104;
  • green value is 59;
  • blue value is 16.
RGB:
(104,59,16)
(41%,23%,6%)

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 16 of 255 = 6%

104
59
16

R + G + B ~ 23%. #683B10 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 59 + 16 = 179 (100%)
R 104 of 179 ~ 58.1%
G 59 of 179 ~ 32.96%
B 16 of 179 ~ 8.94%

%58.1
%32.96

CMYK color model

#683B10 color CMYK value is (0,43,85,59).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 84.62%
  • key color value is 59.22%
CMYK:
(0,43,85,59)
C0M43Y85K59 
(0%,43%,85%,59%)
(0.00/0.43/0.85/0.59)	

CMYK percentages

%0
%43.27
%84.62
%59.22

Codes

Color #683B10 in popluar color models

683B10
RGB1045916
HSL29°73.33%23.53%
HSB/HSV29°84.62%40.78%
CMYK0.00%43.27%84.62%
59.22%

Color #683B10 in popluar number systems.

HEX683B10
Decimal1045916
Binary110100011101110000
Octal1507320

Shades and tints

Shades of #683B10

#683B10
(104,59,16)
#5F360F
(95,54,15)
#56310E
(86,49,14)
#4D2C0D
(77,44,13)
#44270C
(68,39,12)
#3B220B
(59,34,11)
#321D0A
(50,29,10)
#291809
(41,24,9)
#201308
(32,19,8)
#170E07
(23,14,7)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #683B10

#683B10
(104,59,16)
#754C25
(117,76,37)
#825D3A
(130,93,58)
#8F6E4F
(143,110,79)
#9C7F64
(156,127,100)
#A99079
(169,144,121)
#B6A18E
(182,161,142)
#C3B2A3
(195,178,163)
#D0C3B8
(208,195,184)
#DDD4CD
(221,212,205)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683B10 color. Also use rgb(104,59,16) instead hex code.

Text Font Color

.myTextColor { color: #683B10; }

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

This text font color is #683B10.


Background Color

.myBgColor { background-color: #683B10; }

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

This div background color is #683B10.


Border color

.myBorderColor { border: 1px solid #683B10; }

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

This div border color is #683B10.


Opacity

.myOpacity80 { color: #683B10; opacity: 0.8; }

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

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

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

This text has shadow with #683B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683B10 on black background.


Color preview on white background

This text has color #683B10 on white background.



Black color preview on #683B10 background

This text has black color on #683B10 background.


White color preview on #683B10 background

This text has white color on #683B10 background.