COLOR #682B77

HEX: #682B77
RGB: (104,43,119)

Color info

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

RGB color model

#682B77 color RGB value is (104,43,119).

  • red value is 104;
  • green value is 43;
  • blue value is 119.
RGB:
(104,43,119)
(41%,17%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 43 of 255 = 17%
B 119 of 255 = 47%

104
43
119

R + G + B ~ 35%. #682B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 43 + 119 = 266 (100%)
R 104 of 266 ~ 39.1%
G 43 of 266 ~ 16.17%
B 119 of 266 ~ 44.74%

%39.1
%16.17
%44.74

CMYK color model

#682B77 color CMYK value is (13,64,0,53).

  • cyan value is 12.61%
  • magenta value is 63.87%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,64,0,53)
C13M64Y0K53 
(13%,64%,0%,53%)
(0.13/0.64/0.00/0.53)	

CMYK percentages

%12.61
%63.87
%0
%53.33

Codes

Color #682B77 in popluar color models

682B77
RGB10443119
HSL288°46.91%31.76%
HSB/HSV288°63.87%46.67%
CMYK12.61%63.87%0.00%
53.33%

Color #682B77 in popluar number systems.

HEX682B77
Decimal10443119
Binary11010001010111110111
Octal15053167

Shades and tints

Shades of #682B77

#682B77
(104,43,119)
#5F286D
(95,40,109)
#562563
(86,37,99)
#4D2259
(77,34,89)
#441F4F
(68,31,79)
#3B1C45
(59,28,69)
#32193B
(50,25,59)
#291631
(41,22,49)
#201327
(32,19,39)
#17101D
(23,16,29)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #682B77

#682B77
(104,43,119)
#753E83
(117,62,131)
#82518F
(130,81,143)
#8F649B
(143,100,155)
#9C77A7
(156,119,167)
#A98AB3
(169,138,179)
#B69DBF
(182,157,191)
#C3B0CB
(195,176,203)
#D0C3D7
(208,195,215)
#DDD6E3
(221,214,227)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682B77 color. Also use rgb(104,43,119) instead hex code.

Text Font Color

.myTextColor { color: #682B77; }

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

This text font color is #682B77.


Background Color

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

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

This div background color is #682B77.


Border color

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

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

This div border color is #682B77.


Opacity

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

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

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

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

This text has shadow with #682B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682B77 on black background.


Color preview on white background

This text has color #682B77 on white background.



Black color preview on #682B77 background

This text has black color on #682B77 background.


White color preview on #682B77 background

This text has white color on #682B77 background.