COLOR #682D48

HEX: #682D48
RGB: (104,45,72)

Color info

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

RGB color model

#682D48 color RGB value is (104,45,72).

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

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 72 of 255 = 28%

104
45
72

R + G + B ~ 29%. #682D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 45 + 72 = 221 (100%)
R 104 of 221 ~ 47.06%
G 45 of 221 ~ 20.36%
B 72 of 221 ~ 32.58%

%47.06
%20.36
%32.58

CMYK color model

#682D48 color CMYK value is (0,57,31,59).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 30.77%
  • key color value is 59.22%
CMYK:
(0,57,31,59)
C0M57Y31K59 
(0%,57%,31%,59%)
(0.00/0.57/0.31/0.59)	

CMYK percentages

%0
%56.73
%30.77
%59.22

Codes

Color #682D48 in popluar color models

682D48
RGB1044572
HSL333°39.60%29.22%
HSB/HSV333°56.73%40.78%
CMYK0.00%56.73%30.77%
59.22%

Color #682D48 in popluar number systems.

HEX682D48
Decimal1044572
Binary11010001011011001000
Octal15055110

Shades and tints

Shades of #682D48

#682D48
(104,45,72)
#5F2942
(95,41,66)
#56253C
(86,37,60)
#4D2136
(77,33,54)
#441D30
(68,29,48)
#3B192A
(59,25,42)
#321524
(50,21,36)
#29111E
(41,17,30)
#200D18
(32,13,24)
#170912
(23,9,18)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #682D48

#682D48
(104,45,72)
#754058
(117,64,88)
#825368
(130,83,104)
#8F6678
(143,102,120)
#9C7988
(156,121,136)
#A98C98
(169,140,152)
#B69FA8
(182,159,168)
#C3B2B8
(195,178,184)
#D0C5C8
(208,197,200)
#DDD8D8
(221,216,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682D48; }

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

This text font color is #682D48.


Background Color

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

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

This div background color is #682D48.


Border color

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

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

This div border color is #682D48.


Opacity

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

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

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

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

This text has shadow with #682D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682D48 on black background.


Color preview on white background

This text has color #682D48 on white background.



Black color preview on #682D48 background

This text has black color on #682D48 background.


White color preview on #682D48 background

This text has white color on #682D48 background.