COLOR #683941

HEX: #683941
RGB: (104,57,65)

Color info

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

RGB color model

#683941 color RGB value is (104,57,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 65 of 255 = 25%

104
57
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 65 = 226 (100%)
R 104 of 226 ~ 46.02%
G 57 of 226 ~ 25.22%
B 65 of 226 ~ 28.76%

%46.02
%25.22
%28.76

CMYK color model

#683941 color CMYK value is (0,45,38,59).

  • cyan value is 0.00%
  • magenta value is 45.19%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,45,38,59)
C0M45Y38K59 
(0%,45%,38%,59%)
(0.00/0.45/0.38/0.59)	

CMYK percentages

%0
%45.19
%37.5
%59.22

Codes

Color #683941 in popluar color models

683941
RGB1045765
HSL350°29.19%31.57%
HSB/HSV350°45.19%40.78%
CMYK0.00%45.19%37.50%
59.22%

Color #683941 in popluar number systems.

HEX683941
Decimal1045765
Binary11010001110011000001
Octal15071101

Shades and tints

Shades of #683941

#683941
(104,57,65)
#5F343C
(95,52,60)
#562F37
(86,47,55)
#4D2A32
(77,42,50)
#44252D
(68,37,45)
#3B2028
(59,32,40)
#321B23
(50,27,35)
#29161E
(41,22,30)
#201119
(32,17,25)
#170C14
(23,12,20)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #683941

#683941
(104,57,65)
#754B52
(117,75,82)
#825D63
(130,93,99)
#8F6F74
(143,111,116)
#9C8185
(156,129,133)
#A99396
(169,147,150)
#B6A5A7
(182,165,167)
#C3B7B8
(195,183,184)
#D0C9C9
(208,201,201)
#DDDBDA
(221,219,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683941; }

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

This text font color is #683941.


Background Color

.myBgColor { background-color: #683941; }

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

This div background color is #683941.


Border color

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

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

This div border color is #683941.


Opacity

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

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

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

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

This text has shadow with #683941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683941 on black background.


Color preview on white background

This text has color #683941 on white background.



Black color preview on #683941 background

This text has black color on #683941 background.


White color preview on #683941 background

This text has white color on #683941 background.