COLOR #683A39

HEX: #683A39
RGB: (104,58,57)

Color info

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

RGB color model

#683A39 color RGB value is (104,58,57).

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

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 57 of 255 = 22%

104
58
57

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

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 57 = 219 (100%)
R 104 of 219 ~ 47.49%
G 58 of 219 ~ 26.48%
B 57 of 219 ~ 26.03%

%47.49
%26.48
%26.03

CMYK color model

#683A39 color CMYK value is (0,44,45,59).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(0,44,45,59)
C0M44Y45K59 
(0%,44%,45%,59%)
(0.00/0.44/0.45/0.59)	

CMYK percentages

%0
%44.23
%45.19
%59.22

Codes

Color #683A39 in popluar color models

683A39
RGB1045857
HSL29.19%31.57%
HSB/HSV45.19%40.78%
CMYK0.00%44.23%45.19%
59.22%

Color #683A39 in popluar number systems.

HEX683A39
Decimal1045857
Binary1101000111010111001
Octal1507271

Shades and tints

Shades of #683A39

#683A39
(104,58,57)
#5F3534
(95,53,52)
#56302F
(86,48,47)
#4D2B2A
(77,43,42)
#442625
(68,38,37)
#3B2120
(59,33,32)
#321C1B
(50,28,27)
#291716
(41,23,22)
#201211
(32,18,17)
#170D0C
(23,13,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #683A39

#683A39
(104,58,57)
#754B4B
(117,75,75)
#825C5D
(130,92,93)
#8F6D6F
(143,109,111)
#9C7E81
(156,126,129)
#A98F93
(169,143,147)
#B6A0A5
(182,160,165)
#C3B1B7
(195,177,183)
#D0C2C9
(208,194,201)
#DDD3DB
(221,211,219)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A39 color. Also use rgb(104,58,57) instead hex code.

Text Font Color

.myTextColor { color: #683A39; }

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

This text font color is #683A39.


Background Color

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

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

This div background color is #683A39.


Border color

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

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

This div border color is #683A39.


Opacity

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

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

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

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

This text has shadow with #683A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A39 on black background.


Color preview on white background

This text has color #683A39 on white background.



Black color preview on #683A39 background

This text has black color on #683A39 background.


White color preview on #683A39 background

This text has white color on #683A39 background.