COLOR #683F1F

HEX: #683F1F
RGB: (104,63,31)

Color info

#683F1F contains mainly red and green colors. Web safe color of #683F1F is #663333 (or #633).

RGB color model

#683F1F color RGB value is (104,63,31).

  • red value is 104;
  • green value is 63;
  • blue value is 31.
RGB:
(104,63,31)
(41%,25%,12%)

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 31 of 255 = 12%

104
63
31

R + G + B ~ 26%. #683F1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 63 + 31 = 198 (100%)
R 104 of 198 ~ 52.53%
G 63 of 198 ~ 31.82%
B 31 of 198 ~ 15.66%

%52.53
%31.82
%15.66

CMYK color model

#683F1F color CMYK value is (0,39,70,59).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 70.19%
  • key color value is 59.22%
CMYK:
(0,39,70,59)
C0M39Y70K59 
(0%,39%,70%,59%)
(0.00/0.39/0.70/0.59)	

CMYK percentages

%0
%39.42
%70.19
%59.22

Codes

Color #683F1F in popluar color models

683F1F
RGB1046331
HSL26°54.07%26.47%
HSB/HSV26°70.19%40.78%
CMYK0.00%39.42%70.19%
59.22%

Color #683F1F in popluar number systems.

HEX683F1F
Decimal1046331
Binary110100011111111111
Octal1507737

Shades and tints

Shades of #683F1F

#683F1F
(104,63,31)
#5F3A1D
(95,58,29)
#56351B
(86,53,27)
#4D3019
(77,48,25)
#442B17
(68,43,23)
#3B2615
(59,38,21)
#322113
(50,33,19)
#291C11
(41,28,17)
#20170F
(32,23,15)
#17120D
(23,18,13)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #683F1F

#683F1F
(104,63,31)
#755033
(117,80,51)
#826147
(130,97,71)
#8F725B
(143,114,91)
#9C836F
(156,131,111)
#A99483
(169,148,131)
#B6A597
(182,165,151)
#C3B6AB
(195,182,171)
#D0C7BF
(208,199,191)
#DDD8D3
(221,216,211)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F1F color. Also use rgb(104,63,31) instead hex code.

Text Font Color

.myTextColor { color: #683F1F; }

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

This text font color is #683F1F.


Background Color

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

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

This div background color is #683F1F.


Border color

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

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

This div border color is #683F1F.


Opacity

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

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

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

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

This text has shadow with #683F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683F1F on black background.


Color preview on white background

This text has color #683F1F on white background.



Black color preview on #683F1F background

This text has black color on #683F1F background.


White color preview on #683F1F background

This text has white color on #683F1F background.