COLOR #683D19

HEX: #683D19
RGB: (104,61,25)

Color info

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

RGB color model

#683D19 color RGB value is (104,61,25).

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

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 25 of 255 = 10%

104
61
25

R + G + B ~ 25%. #683D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 25 = 190 (100%)
R 104 of 190 ~ 54.74%
G 61 of 190 ~ 32.11%
B 25 of 190 ~ 13.16%

%54.74
%32.11
%13.16

CMYK color model

#683D19 color CMYK value is (0,41,76,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(0,41,76,59)
C0M41Y76K59 
(0%,41%,76%,59%)
(0.00/0.41/0.76/0.59)	

CMYK percentages

%0
%41.35
%75.96
%59.22

Codes

Color #683D19 in popluar color models

683D19
RGB1046125
HSL27°61.24%25.29%
HSB/HSV27°75.96%40.78%
CMYK0.00%41.35%75.96%
59.22%

Color #683D19 in popluar number systems.

HEX683D19
Decimal1046125
Binary110100011110111001
Octal1507531

Shades and tints

Shades of #683D19

#683D19
(104,61,25)
#5F3817
(95,56,23)
#563315
(86,51,21)
#4D2E13
(77,46,19)
#442911
(68,41,17)
#3B240F
(59,36,15)
#321F0D
(50,31,13)
#291A0B
(41,26,11)
#201509
(32,21,9)
#171007
(23,16,7)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #683D19

#683D19
(104,61,25)
#754E2D
(117,78,45)
#825F41
(130,95,65)
#8F7055
(143,112,85)
#9C8169
(156,129,105)
#A9927D
(169,146,125)
#B6A391
(182,163,145)
#C3B4A5
(195,180,165)
#D0C5B9
(208,197,185)
#DDD6CD
(221,214,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D19; }

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

This text font color is #683D19.


Background Color

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

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

This div background color is #683D19.


Border color

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

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

This div border color is #683D19.


Opacity

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

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

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

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

This text has shadow with #683D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D19 on black background.


Color preview on white background

This text has color #683D19 on white background.



Black color preview on #683D19 background

This text has black color on #683D19 background.


White color preview on #683D19 background

This text has white color on #683D19 background.