COLOR #683B3D

HEX: #683B3D RGB: (104,59,61)

Color info

#683B3D contains red, green and blue colors in about the same proportion. Web safe color of #683B3D is #663333 (or #633).

RGB color model

#683B3D color RGB value is (104,59,61).

RGB: (104,59,61) (41%, 23%, 24%)

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 61 of 255 = 24%

104
59
61

R + G + B ~ 29%. #683B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 59 + 61 = 224 (100%)
R 104 of 224 ~ 46.43%
G 59 of 224 ~ 26.34%
B 61 of 224 ~ 27.23'%

%46.43
%26.34
%27.23

CMYK color model

#683B3D color CMYK value is (0,43,41,59).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK: (0,43,41,59) C0M43Y41K59 (0%,43%,41%,59%) (0.00/0.43/0.41/0.59) 

CMYK percentages

%0
%43.27
%41.35
%59.22

Codes

Color #683B3D in popluar color models

68 3B 3D
RGB 104 59 61
HSL 357° 27.61% 31.96%
HSB/HSV 357° 43.27% 40.78%
CMYK 0.00% 43.27% 41.35%
59.22%

Color #683B3D in popluar number systems.

HEX 68 3B 3D
Decimal 104 59 61
Binary 1101000 111011 111101
Octal 150 73 75

Shades and tints

Shades of #683B3D

#683B3D
(104,59,61)
#5F3638
(95,54,56)
#563133
(86,49,51)
#4D2C2E
(77,44,46)
#442729
(68,39,41)
#3B2224
(59,34,36)
#321D1F
(50,29,31)
#29181A
(41,24,26)
#201315
(32,19,21)
#170E10
(23,14,16)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #683B3D

#683B3D
(104,59,61)
#754C4E
(117,76,78)
#825D5F
(130,93,95)
#8F6E70
(143,110,112)
#9C7F81
(156,127,129)
#A99092
(169,144,146)
#B6A1A3
(182,161,163)
#C3B2B4
(195,178,180)
#D0C3C5
(208,195,197)
#DDD4D6
(221,212,214)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683B3D; }

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

This text font color is #683B3D.

Background Color

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

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

This div background color is #683B3D.

Border color

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

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

This div border color is #683B3D.

Opacity

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

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

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

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

This text has shadow with #683B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683B3D.

Preview

Color preview on black background

This text has color #683B3D on black background.


Color preview on white background

This text has color #683B3D on white background.


Black color preview on #683B3D background

This text has black color on #683B3D background.


White color preview on #683B3D background

This text has white color on #683B3D background.


Related colors

Complementary color

Complementary color for #hex is #97C4C2.


I love getcolorcode.com

Triadic colors

1 #3D683B and #3B3D68 with #683B3D are triadic colors.

2 #3D3B68 and #3B683D with #683B3D are triadic colors.