COLOR #683E2A

HEX: #683E2A RGB: (104,62,42)

Color info

#683E2A contains mainly red and green colors. Web safe color of #683E2A is #663333 (or #633).

RGB color model

#683E2A color RGB value is (104,62,42).

RGB: (104,62,42) (41%, 24%, 16%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 42 of 255 = 16%

104
62
42

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

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 42 = 208 (100%)
R 104 of 208 ~ 50%
G 62 of 208 ~ 29.81%
B 42 of 208 ~ 20.19'%

%50
%29.81
%20.19

CMYK color model

#683E2A color CMYK value is (0,40,60,59).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 59.62%
  • key color value is 59.22%

CMYK: (0,40,60,59)
C0M40Y60K59 (0%, 40%, 60%, 59%)
(0.00 / 0.40 / 0.60 / 0.59)

CMYK percentages

%0
%40.38
%59.62
%59.22

Codes

Color #683E2A in popluar color models

68 3E 2A
RGB 104 62 42
HSL 19° 42.47% 28.63%
HSB/HSV 19° 59.62% 40.78%
CMYK 0.00% 40.38% 59.62%
59.22%

Color #683E2A in popluar number systems.

HEX 68 3E 2A
Decimal 104 62 42
Binary 1101000 111110 101010
Octal 150 76 52

Shades and tints

Shades of #683E2A

#683E2A
(104,62,42)
#5F3927
(95,57,39)
#563424
(86,52,36)
#4D2F21
(77,47,33)
#442A1E
(68,42,30)
#3B251B
(59,37,27)
#322018
(50,32,24)
#291B15
(41,27,21)
#201612
(32,22,18)
#17110F
(23,17,15)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #683E2A

#683E2A
(104,62,42)
#754F3D
(117,79,61)
#826050
(130,96,80)
#8F7163
(143,113,99)
#9C8276
(156,130,118)
#A99389
(169,147,137)
#B6A49C
(182,164,156)
#C3B5AF
(195,181,175)
#D0C6C2
(208,198,194)
#DDD7D5
(221,215,213)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683E2A color. Also use rgb(104,62,42) instead hex code.

Text Font Color

.myTextColor { color: #683E2A; }

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

This text font color is #683E2A.

Background Color

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

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

This div background color is #683E2A.

Border color

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

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

This div border color is #683E2A.

Opacity

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

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

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

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

This text has shadow with #683E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E2A.

Preview

Color preview on black background

This text has color #683E2A on black background.


Color preview on white background

This text has color #683E2A on white background.


Black color preview on #683E2A background

This text has black color on #683E2A background.


White color preview on #683E2A background

This text has white color on #683E2A background.


Related colors

Complementary color

Complementary color for #hex is #97C1D5.


I love getcolorcode.com

Triadic colors

1 #2A683E and #3E2A68 with #683E2A are triadic colors.

2 #2A3E68 and #3E682A with #683E2A are triadic colors.