COLOR #683931

HEX: #683931
RGB: (104,57,49)

Color info

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

RGB color model

#683931 color RGB value is (104,57,49).

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

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 49 of 255 = 19%

104
57
49

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

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 49 = 210 (100%)
R 104 of 210 ~ 49.52%
G 57 of 210 ~ 27.14%
B 49 of 210 ~ 23.33%

%49.52
%27.14
%23.33

CMYK color model

#683931 color CMYK value is (0,45,53,59).

  • cyan value is 0.00%
  • magenta value is 45.19%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,45,53,59)
C0M45Y53K59 
(0%,45%,53%,59%)
(0.00/0.45/0.53/0.59)	

CMYK percentages

%0
%45.19
%52.88
%59.22

Codes

Color #683931 in popluar color models

683931
RGB1045749
HSL35.95%30.00%
HSB/HSV52.88%40.78%
CMYK0.00%45.19%52.88%
59.22%

Color #683931 in popluar number systems.

HEX683931
Decimal1045749
Binary1101000111001110001
Octal1507161

Shades and tints

Shades of #683931

#683931
(104,57,49)
#5F342D
(95,52,45)
#562F29
(86,47,41)
#4D2A25
(77,42,37)
#442521
(68,37,33)
#3B201D
(59,32,29)
#321B19
(50,27,25)
#291615
(41,22,21)
#201111
(32,17,17)
#170C0D
(23,12,13)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #683931

#683931
(104,57,49)
#754B43
(117,75,67)
#825D55
(130,93,85)
#8F6F67
(143,111,103)
#9C8179
(156,129,121)
#A9938B
(169,147,139)
#B6A59D
(182,165,157)
#C3B7AF
(195,183,175)
#D0C9C1
(208,201,193)
#DDDBD3
(221,219,211)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683931; }

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

This text font color is #683931.


Background Color

.myBgColor { background-color: #683931; }

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

This div background color is #683931.


Border color

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

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

This div border color is #683931.


Opacity

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

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

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

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

This text has shadow with #683931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683931 on black background.


Color preview on white background

This text has color #683931 on white background.



Black color preview on #683931 background

This text has black color on #683931 background.


White color preview on #683931 background

This text has white color on #683931 background.