COLOR #682D4C

HEX: #682D4C
RGB: (104,45,76)

Color info

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

RGB color model

#682D4C color RGB value is (104,45,76).

  • red value is 104;
  • green value is 45;
  • blue value is 76.
RGB:
(104,45,76)
(41%,18%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 76 of 255 = 30%

104
45
76

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

Portions of RGB colors in percentages

R + G + B =
104 + 45 + 76 = 225 (100%)
R 104 of 225 ~ 46.22%
G 45 of 225 ~ 20%
B 76 of 225 ~ 33.78%

%46.22
%20
%33.78

CMYK color model

#682D4C color CMYK value is (0,57,27,59).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(0,57,27,59)
C0M57Y27K59 
(0%,57%,27%,59%)
(0.00/0.57/0.27/0.59)	

CMYK percentages

%0
%56.73
%26.92
%59.22

Codes

Color #682D4C in popluar color models

682D4C
RGB1044576
HSL328°39.60%29.22%
HSB/HSV328°56.73%40.78%
CMYK0.00%56.73%26.92%
59.22%

Color #682D4C in popluar number systems.

HEX682D4C
Decimal1044576
Binary11010001011011001100
Octal15055114

Shades and tints

Shades of #682D4C

#682D4C
(104,45,76)
#5F2946
(95,41,70)
#562540
(86,37,64)
#4D213A
(77,33,58)
#441D34
(68,29,52)
#3B192E
(59,25,46)
#321528
(50,21,40)
#291122
(41,17,34)
#200D1C
(32,13,28)
#170916
(23,9,22)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #682D4C

#682D4C
(104,45,76)
#75405C
(117,64,92)
#82536C
(130,83,108)
#8F667C
(143,102,124)
#9C798C
(156,121,140)
#A98C9C
(169,140,156)
#B69FAC
(182,159,172)
#C3B2BC
(195,178,188)
#D0C5CC
(208,197,204)
#DDD8DC
(221,216,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682D4C color. Also use rgb(104,45,76) instead hex code.

Text Font Color

.myTextColor { color: #682D4C; }

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

This text font color is #682D4C.


Background Color

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

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

This div background color is #682D4C.


Border color

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

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

This div border color is #682D4C.


Opacity

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

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

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

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

This text has shadow with #682D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682D4C on black background.


Color preview on white background

This text has color #682D4C on white background.



Black color preview on #682D4C background

This text has black color on #682D4C background.


White color preview on #682D4C background

This text has white color on #682D4C background.