COLOR #683D11

HEX: #683D11
RGB: (104,61,17)

Color info

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

RGB color model

#683D11 color RGB value is (104,61,17).

  • red value is 104;
  • green value is 61;
  • blue value is 17.
RGB:
(104,61,17)
(41%,24%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 17 of 255 = 7%

104
61
17

R + G + B ~ 24%. #683D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 17 = 182 (100%)
R 104 of 182 ~ 57.14%
G 61 of 182 ~ 33.52%
B 17 of 182 ~ 9.34%

%57.14
%33.52

CMYK color model

#683D11 color CMYK value is (0,41,84,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 83.65%
  • key color value is 59.22%
CMYK:
(0,41,84,59)
C0M41Y84K59 
(0%,41%,84%,59%)
(0.00/0.41/0.84/0.59)	

CMYK percentages

%0
%41.35
%83.65
%59.22

Codes

Color #683D11 in popluar color models

683D11
RGB1046117
HSL30°71.90%23.73%
HSB/HSV30°83.65%40.78%
CMYK0.00%41.35%83.65%
59.22%

Color #683D11 in popluar number systems.

HEX683D11
Decimal1046117
Binary110100011110110001
Octal1507521

Shades and tints

Shades of #683D11

#683D11
(104,61,17)
#5F3810
(95,56,16)
#56330F
(86,51,15)
#4D2E0E
(77,46,14)
#44290D
(68,41,13)
#3B240C
(59,36,12)
#321F0B
(50,31,11)
#291A0A
(41,26,10)
#201509
(32,21,9)
#171008
(23,16,8)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #683D11

#683D11
(104,61,17)
#754E26
(117,78,38)
#825F3B
(130,95,59)
#8F7050
(143,112,80)
#9C8165
(156,129,101)
#A9927A
(169,146,122)
#B6A38F
(182,163,143)
#C3B4A4
(195,180,164)
#D0C5B9
(208,197,185)
#DDD6CE
(221,214,206)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683D11 color. Also use rgb(104,61,17) instead hex code.

Text Font Color

.myTextColor { color: #683D11; }

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

This text font color is #683D11.


Background Color

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

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

This div background color is #683D11.


Border color

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

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

This div border color is #683D11.


Opacity

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

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

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

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

This text has shadow with #683D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D11 on black background.


Color preview on white background

This text has color #683D11 on white background.



Black color preview on #683D11 background

This text has black color on #683D11 background.


White color preview on #683D11 background

This text has white color on #683D11 background.