COLOR #683D37

HEX: #683D37
RGB: (104,61,55)

Color info

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

RGB color model

#683D37 color RGB value is (104,61,55).

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

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 55 of 255 = 22%

104
61
55

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

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 55 = 220 (100%)
R 104 of 220 ~ 47.27%
G 61 of 220 ~ 27.73%
B 55 of 220 ~ 25%

%47.27
%27.73
%25

CMYK color model

#683D37 color CMYK value is (0,41,47,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 47.12%
  • key color value is 59.22%
CMYK:
(0,41,47,59)
C0M41Y47K59 
(0%,41%,47%,59%)
(0.00/0.41/0.47/0.59)	

CMYK percentages

%0
%41.35
%47.12
%59.22

Codes

Color #683D37 in popluar color models

683D37
RGB1046155
HSL30.82%31.18%
HSB/HSV47.12%40.78%
CMYK0.00%41.35%47.12%
59.22%

Color #683D37 in popluar number systems.

HEX683D37
Decimal1046155
Binary1101000111101110111
Octal1507567

Shades and tints

Shades of #683D37

#683D37
(104,61,55)
#5F3832
(95,56,50)
#56332D
(86,51,45)
#4D2E28
(77,46,40)
#442923
(68,41,35)
#3B241E
(59,36,30)
#321F19
(50,31,25)
#291A14
(41,26,20)
#20150F
(32,21,15)
#17100A
(23,16,10)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #683D37

#683D37
(104,61,55)
#754E49
(117,78,73)
#825F5B
(130,95,91)
#8F706D
(143,112,109)
#9C817F
(156,129,127)
#A99291
(169,146,145)
#B6A3A3
(182,163,163)
#C3B4B5
(195,180,181)
#D0C5C7
(208,197,199)
#DDD6D9
(221,214,217)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D37; }

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

This text font color is #683D37.


Background Color

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

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

This div background color is #683D37.


Border color

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

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

This div border color is #683D37.


Opacity

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

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

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

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

This text has shadow with #683D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D37 on black background.


Color preview on white background

This text has color #683D37 on white background.



Black color preview on #683D37 background

This text has black color on #683D37 background.


White color preview on #683D37 background

This text has white color on #683D37 background.