COLOR #683C41

HEX: #683C41 RGB: (104,60,65)

Color info

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

RGB color model

#683C41 color RGB value is (104,60,65).

RGB: (104,60,65) (41%, 24%, 25%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 65 of 255 = 25%

104
60
65

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

Portions of RGB colors in percentages

R + G + B = 104 + 60 + 65 = 229 (100%)
R 104 of 229 ~ 45.41%
G 60 of 229 ~ 26.2%
B 65 of 229 ~ 28.38'%

%45.41
%26.2
%28.38

CMYK color model

#683C41 color CMYK value is (0,42,38,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 37.50%
  • key color value is 59.22%

CMYK: (0,42,38,59)
C0M42Y38K59 (0%, 42%, 38%, 59%)
(0.00 / 0.42 / 0.38 / 0.59)

CMYK percentages

%0
%42.31
%37.5
%59.22

Codes

Color #683C41 in popluar color models

68 3C 41
RGB 104 60 65
HSL 353° 26.83% 32.16%
HSB/HSV 353° 42.31% 40.78%
CMYK 0.00% 42.31% 37.50%
59.22%

Color #683C41 in popluar number systems.

HEX 68 3C 41
Decimal 104 60 65
Binary 1101000 111100 1000001
Octal 150 74 101

Shades and tints

Shades of #683C41

#683C41
(104,60,65)
#5F373C
(95,55,60)
#563237
(86,50,55)
#4D2D32
(77,45,50)
#44282D
(68,40,45)
#3B2328
(59,35,40)
#321E23
(50,30,35)
#29191E
(41,25,30)
#201419
(32,20,25)
#170F14
(23,15,20)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #683C41

#683C41
(104,60,65)
#754D52
(117,77,82)
#825E63
(130,94,99)
#8F6F74
(143,111,116)
#9C8085
(156,128,133)
#A99196
(169,145,150)
#B6A2A7
(182,162,167)
#C3B3B8
(195,179,184)
#D0C4C9
(208,196,201)
#DDD5DA
(221,213,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683C41 color. Also use rgb(104,60,65) instead hex code.

Text Font Color

.myTextColor { color: #683C41; }

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

This text font color is #683C41.

Background Color

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

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

This div background color is #683C41.

Border color

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

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

This div border color is #683C41.

Opacity

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

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

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

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

This text has shadow with #683C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683C41.

Preview

Color preview on black background

This text has color #683C41 on black background.


Color preview on white background

This text has color #683C41 on white background.


Black color preview on #683C41 background

This text has black color on #683C41 background.


White color preview on #683C41 background

This text has white color on #683C41 background.


Related colors

Complementary color

Complementary color for #hex is #97C3BE.


I love getcolorcode.com

Triadic colors

1 #41683C and #3C4168 with #683C41 are triadic colors.

2 #413C68 and #3C6841 with #683C41 are triadic colors.