COLOR #683F15

HEX: #683F15 RGB: (104,63,21)

Color info

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

RGB color model

#683F15 color RGB value is (104,63,21).

RGB: (104,63,21) (41%, 25%, 8%)

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 21 of 255 = 8%

104
63
21

R + G + B ~ 25%. #683F15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 63 + 21 = 188 (100%)
R 104 of 188 ~ 55.32%
G 63 of 188 ~ 33.51%
B 21 of 188 ~ 11.17'%

%55.32
%33.51
%11.17

CMYK color model

#683F15 color CMYK value is (0,39,80,59).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 79.81%
  • key color value is 59.22%

CMYK: (0,39,80,59)
C0M39Y80K59 (0%, 39%, 80%, 59%)
(0.00 / 0.39 / 0.80 / 0.59)

CMYK percentages

%0
%39.42
%79.81
%59.22

Codes

Color #683F15 in popluar color models

68 3F 15
RGB 104 63 21
HSL 30° 66.40% 24.51%
HSB/HSV 30° 79.81% 40.78%
CMYK 0.00% 39.42% 79.81%
59.22%

Color #683F15 in popluar number systems.

HEX 68 3F 15
Decimal 104 63 21
Binary 1101000 111111 10101
Octal 150 77 25

Shades and tints

Shades of #683F15

#683F15
(104,63,21)
#5F3A14
(95,58,20)
#563513
(86,53,19)
#4D3012
(77,48,18)
#442B11
(68,43,17)
#3B2610
(59,38,16)
#32210F
(50,33,15)
#291C0E
(41,28,14)
#20170D
(32,23,13)
#17120C
(23,18,12)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #683F15

#683F15
(104,63,21)
#75502A
(117,80,42)
#82613F
(130,97,63)
#8F7254
(143,114,84)
#9C8369
(156,131,105)
#A9947E
(169,148,126)
#B6A593
(182,165,147)
#C3B6A8
(195,182,168)
#D0C7BD
(208,199,189)
#DDD8D2
(221,216,210)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F15 color. Also use rgb(104,63,21) instead hex code.

Text Font Color

.myTextColor { color: #683F15; }

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

This text font color is #683F15.

Background Color

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

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

This div background color is #683F15.

Border color

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

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

This div border color is #683F15.

Opacity

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

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

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

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

This text has shadow with #683F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683F15.

Preview

Color preview on black background

This text has color #683F15 on black background.


Color preview on white background

This text has color #683F15 on white background.


Black color preview on #683F15 background

This text has black color on #683F15 background.


White color preview on #683F15 background

This text has white color on #683F15 background.


Related colors

Complementary color

Complementary color for #hex is #97C0EA.


I love getcolorcode.com

Triadic colors

1 #15683F and #3F1568 with #683F15 are triadic colors.

2 #153F68 and #3F6815 with #683F15 are triadic colors.