COLOR #683114

HEX: #683114
RGB: (104,49,20)

Color info

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

RGB color model

#683114 color RGB value is (104,49,20).

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

RGB channels and saturation

R 104 of 255 = 41%
G 49 of 255 = 19%
B 20 of 255 = 8%

104
49
20

R + G + B ~ 23%. #683114 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 49 + 20 = 173 (100%)
R 104 of 173 ~ 60.12%
G 49 of 173 ~ 28.32%
B 20 of 173 ~ 11.56%

%60.12
%28.32
%11.56

CMYK color model

#683114 color CMYK value is (0,53,81,59).

  • cyan value is 0.00%
  • magenta value is 52.88%
  • yellow value is 80.77%
  • key color value is 59.22%
CMYK:
(0,53,81,59)
C0M53Y81K59 
(0%,53%,81%,59%)
(0.00/0.53/0.81/0.59)	

CMYK percentages

%0
%52.88
%80.77
%59.22

Codes

Color #683114 in popluar color models

683114
RGB1044920
HSL21°67.74%24.31%
HSB/HSV21°80.77%40.78%
CMYK0.00%52.88%80.77%
59.22%

Color #683114 in popluar number systems.

HEX683114
Decimal1044920
Binary110100011000110100
Octal1506124

Shades and tints

Shades of #683114

#683114
(104,49,20)
#5F2D13
(95,45,19)
#562912
(86,41,18)
#4D2511
(77,37,17)
#442110
(68,33,16)
#3B1D0F
(59,29,15)
#32190E
(50,25,14)
#29150D
(41,21,13)
#20110C
(32,17,12)
#170D0B
(23,13,11)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #683114

#683114
(104,49,20)
#754329
(117,67,41)
#82553E
(130,85,62)
#8F6753
(143,103,83)
#9C7968
(156,121,104)
#A98B7D
(169,139,125)
#B69D92
(182,157,146)
#C3AFA7
(195,175,167)
#D0C1BC
(208,193,188)
#DDD3D1
(221,211,209)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683114; }

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

This text font color is #683114.


Background Color

.myBgColor { background-color: #683114; }

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

This div background color is #683114.


Border color

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

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

This div border color is #683114.


Opacity

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

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

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

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

This text has shadow with #683114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683114 on black background.


Color preview on white background

This text has color #683114 on white background.



Black color preview on #683114 background

This text has black color on #683114 background.


White color preview on #683114 background

This text has white color on #683114 background.