COLOR #682257

HEX: #682257
RGB: (104,34,87)

Color info

#682257 contains mainly red and blue colors. Web safe color of #682257 is #663366 (or #636).

RGB color model

#682257 color RGB value is (104,34,87).

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

RGB channels and saturation

R 104 of 255 = 41%
G 34 of 255 = 13%
B 87 of 255 = 34%

104
34
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 34 + 87 = 225 (100%)
R 104 of 225 ~ 46.22%
G 34 of 225 ~ 15.11%
B 87 of 225 ~ 38.67%

%46.22
%15.11
%38.67

CMYK color model

#682257 color CMYK value is (0,67,16,59).

  • cyan value is 0.00%
  • magenta value is 67.31%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(0,67,16,59)
C0M67Y16K59 
(0%,67%,16%,59%)
(0.00/0.67/0.16/0.59)	

CMYK percentages

%0
%67.31
%16.35
%59.22

Codes

Color #682257 in popluar color models

682257
RGB1043487
HSL315°50.72%27.06%
HSB/HSV315°67.31%40.78%
CMYK0.00%67.31%16.35%
59.22%

Color #682257 in popluar number systems.

HEX682257
Decimal1043487
Binary11010001000101010111
Octal15042127

Shades and tints

Shades of #682257

#682257
(104,34,87)
#5F1F50
(95,31,80)
#561C49
(86,28,73)
#4D1942
(77,25,66)
#44163B
(68,22,59)
#3B1334
(59,19,52)
#32102D
(50,16,45)
#290D26
(41,13,38)
#200A1F
(32,10,31)
#170718
(23,7,24)
#0E0411
(14,4,17)
#000000
(0,0,0)

Tints of #682257

#682257
(104,34,87)
#753666
(117,54,102)
#824A75
(130,74,117)
#8F5E84
(143,94,132)
#9C7293
(156,114,147)
#A986A2
(169,134,162)
#B69AB1
(182,154,177)
#C3AEC0
(195,174,192)
#D0C2CF
(208,194,207)
#DDD6DE
(221,214,222)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682257; }

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

This text font color is #682257.


Background Color

.myBgColor { background-color: #682257; }

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

This div background color is #682257.


Border color

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

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

This div border color is #682257.


Opacity

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

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

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

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

This text has shadow with #682257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682257 on black background.


Color preview on white background

This text has color #682257 on white background.



Black color preview on #682257 background

This text has black color on #682257 background.


White color preview on #682257 background

This text has white color on #682257 background.