COLOR #683E42

HEX: #683E42 RGB: (104,62,66)

Color info

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

RGB color model

#683E42 color RGB value is (104,62,66).

RGB: (104,62,66) (41%, 24%, 26%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 66 of 255 = 26%

104
62
66

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

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 66 = 232 (100%)
R 104 of 232 ~ 44.83%
G 62 of 232 ~ 26.72%
B 66 of 232 ~ 28.45'%

%44.83
%26.72
%28.45

CMYK color model

#683E42 color CMYK value is (0,40,37,59).

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

CMYK: (0,40,37,59)
C0M40Y37K59 (0%, 40%, 37%, 59%)
(0.00 / 0.40 / 0.37 / 0.59)

CMYK percentages

%0
%40.38
%36.54
%59.22

Codes

Color #683E42 in popluar color models

68 3E 42
RGB 104 62 66
HSL 354° 25.30% 32.55%
HSB/HSV 354° 40.38% 40.78%
CMYK 0.00% 40.38% 36.54%
59.22%

Color #683E42 in popluar number systems.

HEX 68 3E 42
Decimal 104 62 66
Binary 1101000 111110 1000010
Octal 150 76 102

Shades and tints

Shades of #683E42

#683E42
(104,62,66)
#5F393C
(95,57,60)
#563436
(86,52,54)
#4D2F30
(77,47,48)
#442A2A
(68,42,42)
#3B2524
(59,37,36)
#32201E
(50,32,30)
#291B18
(41,27,24)
#201612
(32,22,18)
#17110C
(23,17,12)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #683E42

#683E42
(104,62,66)
#754F53
(117,79,83)
#826064
(130,96,100)
#8F7175
(143,113,117)
#9C8286
(156,130,134)
#A99397
(169,147,151)
#B6A4A8
(182,164,168)
#C3B5B9
(195,181,185)
#D0C6CA
(208,198,202)
#DDD7DB
(221,215,219)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E42; }

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

This text font color is #683E42.

Background Color

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

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

This div background color is #683E42.

Border color

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

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

This div border color is #683E42.

Opacity

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

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

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

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

This text has shadow with #683E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E42.

Preview

Color preview on black background

This text has color #683E42 on black background.


Color preview on white background

This text has color #683E42 on white background.


Black color preview on #683E42 background

This text has black color on #683E42 background.


White color preview on #683E42 background

This text has white color on #683E42 background.


Related colors

Complementary color

Complementary color for #hex is #97C1BD.


I love getcolorcode.com

Triadic colors

1 #42683E and #3E4268 with #683E42 are triadic colors.

2 #423E68 and #3E6842 with #683E42 are triadic colors.