COLOR #682E4F

HEX: #682E4F RGB: (104,46,79)

Color info

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

RGB color model

#682E4F color RGB value is (104,46,79).

RGB: (104,46,79) (41%, 18%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 46 of 255 = 18%
B 79 of 255 = 31%

104
46
79

R + G + B ~ 30%. #682E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 46 + 79 = 229 (100%)
R 104 of 229 ~ 45.41%
G 46 of 229 ~ 20.09%
B 79 of 229 ~ 34.5'%

%45.41
%20.09
%34.5

CMYK color model

#682E4F color CMYK value is (0,56,24,59).

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

CMYK: (0,56,24,59)
C0M56Y24K59 (0%, 56%, 24%, 59%)
(0.00 / 0.56 / 0.24 / 0.59)

CMYK percentages

%0
%55.77
%24.04
%59.22

Codes

Color #682E4F in popluar color models

68 2E 4F
RGB 104 46 79
HSL 326° 38.67% 29.41%
HSB/HSV 326° 55.77% 40.78%
CMYK 0.00% 55.77% 24.04%
59.22%

Color #682E4F in popluar number systems.

HEX 68 2E 4F
Decimal 104 46 79
Binary 1101000 101110 1001111
Octal 150 56 117

Shades and tints

Shades of #682E4F

#682E4F
(104,46,79)
#5F2A48
(95,42,72)
#562641
(86,38,65)
#4D223A
(77,34,58)
#441E33
(68,30,51)
#3B1A2C
(59,26,44)
#321625
(50,22,37)
#29121E
(41,18,30)
#200E17
(32,14,23)
#170A10
(23,10,16)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #682E4F

#682E4F
(104,46,79)
#75415F
(117,65,95)
#82546F
(130,84,111)
#8F677F
(143,103,127)
#9C7A8F
(156,122,143)
#A98D9F
(169,141,159)
#B6A0AF
(182,160,175)
#C3B3BF
(195,179,191)
#D0C6CF
(208,198,207)
#DDD9DF
(221,217,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682E4F color. Also use rgb(104,46,79) instead hex code.

Text Font Color

.myTextColor { color: #682E4F; }

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

This text font color is #682E4F.

Background Color

.myBgColor { background-color: #682E4F; }

<div style="background-color:#682E4F">Inner text</div>

This div background color is #682E4F.

Border color

.myBorderColor { border: 1px solid #682E4F; }

<div style="border:3px solid #682E4F">Div</div>

This div border color is #682E4F.

Opacity

.myOpacity80 { color: #682E4F; opacity: 0.8; }

<p style="color:#682E4F;opacity:0.8;">80%</p>

Text with #682E4F 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 #682E4F;}

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

This text has shadow with #682E4F color.


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

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

This text has shadow with #682E4F primary color and red secondary color.


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

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

This text has shadow with #682E4F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #682E4F.

Preview

Color preview on black background

This text has color #682E4F on black background.


Color preview on white background

This text has color #682E4F on white background.


Black color preview on #682E4F background

This text has black color on #682E4F background.


White color preview on #682E4F background

This text has white color on #682E4F background.


Related colors

Complementary color

Complementary color for #hex is #97D1B0.


I love getcolorcode.com

Triadic colors

1 #4F682E and #2E4F68 with #682E4F are triadic colors.

2 #4F2E68 and #2E684F with #682E4F are triadic colors.