COLOR #683E40

HEX: #683E40 RGB: (104,62,64)

Color info

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

RGB color model

#683E40 color RGB value is (104,62,64).

RGB: (104,62,64) (41%, 24%, 25%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 64 of 255 = 25%

104
62
64

R + G + B ~ 30%. #683E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 64 = 230 (100%)
R 104 of 230 ~ 45.22%
G 62 of 230 ~ 26.96%
B 64 of 230 ~ 27.83'%

%45.22
%26.96
%27.83

CMYK color model

#683E40 color CMYK value is (0,40,38,59).

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

CMYK: (0,40,38,59)
C0M40Y38K59 (0%, 40%, 38%, 59%)
(0.00 / 0.40 / 0.38 / 0.59)

CMYK percentages

%0
%40.38
%38.46
%59.22

Codes

Color #683E40 in popluar color models

68 3E 40
RGB 104 62 64
HSL 357° 25.30% 32.55%
HSB/HSV 357° 40.38% 40.78%
CMYK 0.00% 40.38% 38.46%
59.22%

Color #683E40 in popluar number systems.

HEX 68 3E 40
Decimal 104 62 64
Binary 1101000 111110 1000000
Octal 150 76 100

Shades and tints

Shades of #683E40

#683E40
(104,62,64)
#5F393B
(95,57,59)
#563436
(86,52,54)
#4D2F31
(77,47,49)
#442A2C
(68,42,44)
#3B2527
(59,37,39)
#322022
(50,32,34)
#291B1D
(41,27,29)
#201618
(32,22,24)
#171113
(23,17,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #683E40

#683E40
(104,62,64)
#754F51
(117,79,81)
#826062
(130,96,98)
#8F7173
(143,113,115)
#9C8284
(156,130,132)
#A99395
(169,147,149)
#B6A4A6
(182,164,166)
#C3B5B7
(195,181,183)
#D0C6C8
(208,198,200)
#DDD7D9
(221,215,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E40; }

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

This text font color is #683E40.

Background Color

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

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

This div background color is #683E40.

Border color

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

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

This div border color is #683E40.

Opacity

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

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

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

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

This text has shadow with #683E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E40.

Preview

Color preview on black background

This text has color #683E40 on black background.


Color preview on white background

This text has color #683E40 on white background.


Black color preview on #683E40 background

This text has black color on #683E40 background.


White color preview on #683E40 background

This text has white color on #683E40 background.


Related colors

Complementary color

Complementary color for #hex is #97C1BF.


I love getcolorcode.com

Triadic colors

1 #40683E and #3E4068 with #683E40 are triadic colors.

2 #403E68 and #3E6840 with #683E40 are triadic colors.