COLOR #683D26

HEX: #683D26
RGB: (104,61,38)

Color info

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

RGB color model

#683D26 color RGB value is (104,61,38).

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

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 38 of 255 = 15%

104
61
38

R + G + B ~ 27%. #683D26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 38 = 203 (100%)
R 104 of 203 ~ 51.23%
G 61 of 203 ~ 30.05%
B 38 of 203 ~ 18.72%

%51.23
%30.05
%18.72

CMYK color model

#683D26 color CMYK value is (0,41,63,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 63.46%
  • key color value is 59.22%
CMYK:
(0,41,63,59)
C0M41Y63K59 
(0%,41%,63%,59%)
(0.00/0.41/0.63/0.59)	

CMYK percentages

%0
%41.35
%63.46
%59.22

Codes

Color #683D26 in popluar color models

683D26
RGB1046138
HSL21°46.48%27.84%
HSB/HSV21°63.46%40.78%
CMYK0.00%41.35%63.46%
59.22%

Color #683D26 in popluar number systems.

HEX683D26
Decimal1046138
Binary1101000111101100110
Octal1507546

Shades and tints

Shades of #683D26

#683D26
(104,61,38)
#5F3823
(95,56,35)
#563320
(86,51,32)
#4D2E1D
(77,46,29)
#44291A
(68,41,26)
#3B2417
(59,36,23)
#321F14
(50,31,20)
#291A11
(41,26,17)
#20150E
(32,21,14)
#17100B
(23,16,11)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #683D26

#683D26
(104,61,38)
#754E39
(117,78,57)
#825F4C
(130,95,76)
#8F705F
(143,112,95)
#9C8172
(156,129,114)
#A99285
(169,146,133)
#B6A398
(182,163,152)
#C3B4AB
(195,180,171)
#D0C5BE
(208,197,190)
#DDD6D1
(221,214,209)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D26; }

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

This text font color is #683D26.


Background Color

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

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

This div background color is #683D26.


Border color

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

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

This div border color is #683D26.


Opacity

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

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

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

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

This text has shadow with #683D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D26 on black background.


Color preview on white background

This text has color #683D26 on white background.



Black color preview on #683D26 background

This text has black color on #683D26 background.


White color preview on #683D26 background

This text has white color on #683D26 background.