COLOR #683E45

HEX: #683E45 RGB: (104,62,69)

Color info

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

RGB color model

#683E45 color RGB value is (104,62,69).

RGB: (104,62,69) (41%, 24%, 27%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 69 of 255 = 27%

104
62
69

R + G + B ~ 31%. #683E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 69 = 235 (100%)
R 104 of 235 ~ 44.26%
G 62 of 235 ~ 26.38%
B 69 of 235 ~ 29.36'%

%44.26
%26.38
%29.36

CMYK color model

#683E45 color CMYK value is (0,40,34,59).

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

CMYK: (0,40,34,59)
C0M40Y34K59 (0%, 40%, 34%, 59%)
(0.00 / 0.40 / 0.34 / 0.59)

CMYK percentages

%0
%40.38
%33.65
%59.22

Codes

Color #683E45 in popluar color models

68 3E 45
RGB 104 62 69
HSL 350° 25.30% 32.55%
HSB/HSV 350° 40.38% 40.78%
CMYK 0.00% 40.38% 33.65%
59.22%

Color #683E45 in popluar number systems.

HEX 68 3E 45
Decimal 104 62 69
Binary 1101000 111110 1000101
Octal 150 76 105

Shades and tints

Shades of #683E45

#683E45
(104,62,69)
#5F393F
(95,57,63)
#563439
(86,52,57)
#4D2F33
(77,47,51)
#442A2D
(68,42,45)
#3B2527
(59,37,39)
#322021
(50,32,33)
#291B1B
(41,27,27)
#201615
(32,22,21)
#17110F
(23,17,15)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #683E45

#683E45
(104,62,69)
#754F55
(117,79,85)
#826065
(130,96,101)
#8F7175
(143,113,117)
#9C8285
(156,130,133)
#A99395
(169,147,149)
#B6A4A5
(182,164,165)
#C3B5B5
(195,181,181)
#D0C6C5
(208,198,197)
#DDD7D5
(221,215,213)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E45; }

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

This text font color is #683E45.

Background Color

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

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

This div background color is #683E45.

Border color

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

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

This div border color is #683E45.

Opacity

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

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

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

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

This text has shadow with #683E45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E45.

Preview

Color preview on black background

This text has color #683E45 on black background.


Color preview on white background

This text has color #683E45 on white background.


Black color preview on #683E45 background

This text has black color on #683E45 background.


White color preview on #683E45 background

This text has white color on #683E45 background.


Related colors

Complementary color

Complementary color for #hex is #97C1BA.


I love getcolorcode.com

Triadic colors

1 #45683E and #3E4568 with #683E45 are triadic colors.

2 #453E68 and #3E6845 with #683E45 are triadic colors.