COLOR #682F49

HEX: #682F49
RGB: (104,47,73)

Color info

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

RGB color model

#682F49 color RGB value is (104,47,73).

  • red value is 104;
  • green value is 47;
  • blue value is 73.
RGB:
(104,47,73)
(41%,18%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 47 of 255 = 18%
B 73 of 255 = 29%

104
47
73

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

Portions of RGB colors in percentages

R + G + B =
104 + 47 + 73 = 224 (100%)
R 104 of 224 ~ 46.43%
G 47 of 224 ~ 20.98%
B 73 of 224 ~ 32.59%

%46.43
%20.98
%32.59

CMYK color model

#682F49 color CMYK value is (0,55,30,59).

  • cyan value is 0.00%
  • magenta value is 54.81%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(0,55,30,59)
C0M55Y30K59 
(0%,55%,30%,59%)
(0.00/0.55/0.30/0.59)	

CMYK percentages

%0
%54.81
%29.81
%59.22

Codes

Color #682F49 in popluar color models

682F49
RGB1044773
HSL333°37.75%29.61%
HSB/HSV333°54.81%40.78%
CMYK0.00%54.81%29.81%
59.22%

Color #682F49 in popluar number systems.

HEX682F49
Decimal1044773
Binary11010001011111001001
Octal15057111

Shades and tints

Shades of #682F49

#682F49
(104,47,73)
#5F2B43
(95,43,67)
#56273D
(86,39,61)
#4D2337
(77,35,55)
#441F31
(68,31,49)
#3B1B2B
(59,27,43)
#321725
(50,23,37)
#29131F
(41,19,31)
#200F19
(32,15,25)
#170B13
(23,11,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #682F49

#682F49
(104,47,73)
#754159
(117,65,89)
#825369
(130,83,105)
#8F6579
(143,101,121)
#9C7789
(156,119,137)
#A98999
(169,137,153)
#B69BA9
(182,155,169)
#C3ADB9
(195,173,185)
#D0BFC9
(208,191,201)
#DDD1D9
(221,209,217)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682F49 color. Also use rgb(104,47,73) instead hex code.

Text Font Color

.myTextColor { color: #682F49; }

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

This text font color is #682F49.


Background Color

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

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

This div background color is #682F49.


Border color

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

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

This div border color is #682F49.


Opacity

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

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

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

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

This text has shadow with #682F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682F49 on black background.


Color preview on white background

This text has color #682F49 on white background.



Black color preview on #682F49 background

This text has black color on #682F49 background.


White color preview on #682F49 background

This text has white color on #682F49 background.