COLOR #683737

HEX: #683737
RGB: (104,55,55)

Color info

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

RGB color model

#683737 color RGB value is (104,55,55).

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

RGB channels and saturation

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

104
55
55

R + G + B ~ 28%. #683737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 55 + 55 = 214 (100%)
R 104 of 214 ~ 48.6%
G 55 of 214 ~ 25.7%
B 55 of 214 ~ 25.7%

%48.6
%25.7
%25.7

CMYK color model

#683737 color CMYK value is (0,47,47,59).

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

CMYK percentages

%0
%47.12
%47.12
%59.22

Codes

Color #683737 in popluar color models

683737
RGB1045555
HSL30.82%31.18%
HSB/HSV47.12%40.78%
CMYK0.00%47.12%47.12%
59.22%

Color #683737 in popluar number systems.

HEX683737
Decimal1045555
Binary1101000110111110111
Octal1506767

Shades and tints

Shades of #683737

#683737
(104,55,55)
#5F3232
(95,50,50)
#562D2D
(86,45,45)
#4D2828
(77,40,40)
#442323
(68,35,35)
#3B1E1E
(59,30,30)
#321919
(50,25,25)
#291414
(41,20,20)
#200F0F
(32,15,15)
#170A0A
(23,10,10)
#0E0505
(14,5,5)
#000000
(0,0,0)

Tints of #683737

#683737
(104,55,55)
#754949
(117,73,73)
#825B5B
(130,91,91)
#8F6D6D
(143,109,109)
#9C7F7F
(156,127,127)
#A99191
(169,145,145)
#B6A3A3
(182,163,163)
#C3B5B5
(195,181,181)
#D0C7C7
(208,199,199)
#DDD9D9
(221,217,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683737; }

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

This text font color is #683737.


Background Color

.myBgColor { background-color: #683737; }

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

This div background color is #683737.


Border color

.myBorderColor { border: 1px solid #683737; }

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

This div border color is #683737.


Opacity

.myOpacity80 { color: #683737; opacity: 0.8; }

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

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

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

This text has shadow with #683737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683737 on black background.


Color preview on white background

This text has color #683737 on white background.



Black color preview on #683737 background

This text has black color on #683737 background.


White color preview on #683737 background

This text has white color on #683737 background.