COLOR #683619

HEX: #683619
RGB: (104,54,25)

Color info

#683619 contains mainly red and green colors. Web safe color of #683619 is #663300 (or #630).

RGB color model

#683619 color RGB value is (104,54,25).

  • red value is 104;
  • green value is 54;
  • blue value is 25.
RGB:
(104,54,25)
(41%,21%,10%)

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 25 of 255 = 10%

104
54
25

R + G + B ~ 24%. #683619 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 25 = 183 (100%)
R 104 of 183 ~ 56.83%
G 54 of 183 ~ 29.51%
B 25 of 183 ~ 13.66%

%56.83
%29.51
%13.66

CMYK color model

#683619 color CMYK value is (0,48,76,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(0,48,76,59)
C0M48Y76K59 
(0%,48%,76%,59%)
(0.00/0.48/0.76/0.59)	

CMYK percentages

%0
%48.08
%75.96
%59.22

Codes

Color #683619 in popluar color models

683619
RGB1045425
HSL22°61.24%25.29%
HSB/HSV22°75.96%40.78%
CMYK0.00%48.08%75.96%
59.22%

Color #683619 in popluar number systems.

HEX683619
Decimal1045425
Binary110100011011011001
Octal1506631

Shades and tints

Shades of #683619

#683619
(104,54,25)
#5F3217
(95,50,23)
#562E15
(86,46,21)
#4D2A13
(77,42,19)
#442611
(68,38,17)
#3B220F
(59,34,15)
#321E0D
(50,30,13)
#291A0B
(41,26,11)
#201609
(32,22,9)
#171207
(23,18,7)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #683619

#683619
(104,54,25)
#75482D
(117,72,45)
#825A41
(130,90,65)
#8F6C55
(143,108,85)
#9C7E69
(156,126,105)
#A9907D
(169,144,125)
#B6A291
(182,162,145)
#C3B4A5
(195,180,165)
#D0C6B9
(208,198,185)
#DDD8CD
(221,216,205)
#EAEAE1
(234,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683619; }

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

This text font color is #683619.


Background Color

.myBgColor { background-color: #683619; }

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

This div background color is #683619.


Border color

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

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

This div border color is #683619.


Opacity

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

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

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

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

This text has shadow with #683619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683619 on black background.


Color preview on white background

This text has color #683619 on white background.



Black color preview on #683619 background

This text has black color on #683619 background.


White color preview on #683619 background

This text has white color on #683619 background.