COLOR #683A4F

HEX: #683A4F RGB: (104,58,79)

Color info

#683A4F contains red, green and blue colors in about the same proportion. Web safe color of #683A4F is #663366 (or #636).

RGB color model

#683A4F color RGB value is (104,58,79).

RGB: (104,58,79) (41%, 23%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 79 of 255 = 31%

104
58
79

R + G + B ~ 32%. #683A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 58 + 79 = 241 (100%)
R 104 of 241 ~ 43.15%
G 58 of 241 ~ 24.07%
B 79 of 241 ~ 32.78'%

%43.15
%24.07
%32.78

CMYK color model

#683A4F color CMYK value is (0,44,24,59).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 24.04%
  • key color value is 59.22%

CMYK: (0,44,24,59)
C0M44Y24K59 (0%, 44%, 24%, 59%)
(0.00 / 0.44 / 0.24 / 0.59)

CMYK percentages

%0
%44.23
%24.04
%59.22

Codes

Color #683A4F in popluar color models

68 3A 4F
RGB 104 58 79
HSL 333° 28.40% 31.76%
HSB/HSV 333° 44.23% 40.78%
CMYK 0.00% 44.23% 24.04%
59.22%

Color #683A4F in popluar number systems.

HEX 68 3A 4F
Decimal 104 58 79
Binary 1101000 111010 1001111
Octal 150 72 117

Shades and tints

Shades of #683A4F

#683A4F
(104,58,79)
#5F3548
(95,53,72)
#563041
(86,48,65)
#4D2B3A
(77,43,58)
#442633
(68,38,51)
#3B212C
(59,33,44)
#321C25
(50,28,37)
#29171E
(41,23,30)
#201217
(32,18,23)
#170D10
(23,13,16)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #683A4F

#683A4F
(104,58,79)
#754B5F
(117,75,95)
#825C6F
(130,92,111)
#8F6D7F
(143,109,127)
#9C7E8F
(156,126,143)
#A98F9F
(169,143,159)
#B6A0AF
(182,160,175)
#C3B1BF
(195,177,191)
#D0C2CF
(208,194,207)
#DDD3DF
(221,211,223)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A4F color. Also use rgb(104,58,79) instead hex code.

Text Font Color

.myTextColor { color: #683A4F; }

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

This text font color is #683A4F.

Background Color

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

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

This div background color is #683A4F.

Border color

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

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

This div border color is #683A4F.

Opacity

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

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

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

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

This text has shadow with #683A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683A4F.

Preview

Color preview on black background

This text has color #683A4F on black background.


Color preview on white background

This text has color #683A4F on white background.


Black color preview on #683A4F background

This text has black color on #683A4F background.


White color preview on #683A4F background

This text has white color on #683A4F background.


Related colors

Complementary color

Complementary color for #hex is #97C5B0.


I love getcolorcode.com

Triadic colors

1 #4F683A and #3A4F68 with #683A4F are triadic colors.

2 #4F3A68 and #3A684F with #683A4F are triadic colors.