COLOR #682241

HEX: #682241
RGB: (104,34,65)

Color info

#682241 contains mainly red and blue colors. Web safe color of #682241 is #663333 (or #633).

RGB color model

#682241 color RGB value is (104,34,65).

  • red value is 104;
  • green value is 34;
  • blue value is 65.
RGB:
(104,34,65)
(41%,13%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 34 of 255 = 13%
B 65 of 255 = 25%

104
34
65

R + G + B ~ 26%. #682241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 34 + 65 = 203 (100%)
R 104 of 203 ~ 51.23%
G 34 of 203 ~ 16.75%
B 65 of 203 ~ 32.02%

%51.23
%16.75
%32.02

CMYK color model

#682241 color CMYK value is (0,67,38,59).

  • cyan value is 0.00%
  • magenta value is 67.31%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,67,38,59)
C0M67Y38K59 
(0%,67%,38%,59%)
(0.00/0.67/0.38/0.59)	

CMYK percentages

%0
%67.31
%37.5
%59.22

Codes

Color #682241 in popluar color models

682241
RGB1043465
HSL333°50.72%27.06%
HSB/HSV333°67.31%40.78%
CMYK0.00%67.31%37.50%
59.22%

Color #682241 in popluar number systems.

HEX682241
Decimal1043465
Binary11010001000101000001
Octal15042101

Shades and tints

Shades of #682241

#682241
(104,34,65)
#5F1F3C
(95,31,60)
#561C37
(86,28,55)
#4D1932
(77,25,50)
#44162D
(68,22,45)
#3B1328
(59,19,40)
#321023
(50,16,35)
#290D1E
(41,13,30)
#200A19
(32,10,25)
#170714
(23,7,20)
#0E040F
(14,4,15)
#000000
(0,0,0)

Tints of #682241

#682241
(104,34,65)
#753652
(117,54,82)
#824A63
(130,74,99)
#8F5E74
(143,94,116)
#9C7285
(156,114,133)
#A98696
(169,134,150)
#B69AA7
(182,154,167)
#C3AEB8
(195,174,184)
#D0C2C9
(208,194,201)
#DDD6DA
(221,214,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682241 color. Also use rgb(104,34,65) instead hex code.

Text Font Color

.myTextColor { color: #682241; }

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

This text font color is #682241.


Background Color

.myBgColor { background-color: #682241; }

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

This div background color is #682241.


Border color

.myBorderColor { border: 1px solid #682241; }

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

This div border color is #682241.


Opacity

.myOpacity80 { color: #682241; opacity: 0.8; }

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

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

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

This text has shadow with #682241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682241 on black background.


Color preview on white background

This text has color #682241 on white background.



Black color preview on #682241 background

This text has black color on #682241 background.


White color preview on #682241 background

This text has white color on #682241 background.