COLOR #82687C

HEX: #82687C
RGB: (130,104,124)

Color info

#82687C contains red, green and blue colors in about the same proportion. Web safe color of #82687C is #996666 (or #966).

RGB color model

#82687C color RGB value is (130,104,124).

  • red value is 130;
  • green value is 104;
  • blue value is 124.
RGB:
(130,104,124)
(51%,41%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 124 of 255 = 49%

130
104
124

R + G + B ~ 47%. #82687C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 124 = 358 (100%)
R 130 of 358 ~ 36.31%
G 104 of 358 ~ 29.05%
B 124 of 358 ~ 34.64%

%36.31
%29.05
%34.64

CMYK color model

#82687C color CMYK value is (0,20,5,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(0,20,5,49)
C0M20Y5K49 
(0%,20%,5%,49%)
(0.00/0.20/0.05/0.49)	

CMYK percentages

%0
%20
%4.62
%49.02

Codes

Color #82687C in popluar color models

82687C
RGB130104124
HSL314°11.11%45.88%
HSB/HSV314°20.00%50.98%
CMYK0.00%20.00%4.62%
49.02%

Color #82687C in popluar number systems.

HEX82687C
Decimal130104124
Binary1000001011010001111100
Octal202150174

Shades and tints

Shades of #82687C

#82687C
(130,104,124)
#775F71
(119,95,113)
#6C5666
(108,86,102)
#614D5B
(97,77,91)
#564450
(86,68,80)
#4B3B45
(75,59,69)
#40323A
(64,50,58)
#35292F
(53,41,47)
#2A2024
(42,32,36)
#1F1719
(31,23,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #82687C

#82687C
(130,104,124)
#8D7587
(141,117,135)
#988292
(152,130,146)
#A38F9D
(163,143,157)
#AE9CA8
(174,156,168)
#B9A9B3
(185,169,179)
#C4B6BE
(196,182,190)
#CFC3C9
(207,195,201)
#DAD0D4
(218,208,212)
#E5DDDF
(229,221,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82687C color. Also use rgb(130,104,124) instead hex code.

Text Font Color

.myTextColor { color: #82687C; }

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

This text font color is #82687C.


Background Color

.myBgColor { background-color: #82687C; }

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

This div background color is #82687C.


Border color

.myBorderColor { border: 1px solid #82687C; }

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

This div border color is #82687C.


Opacity

.myOpacity80 { color: #82687C; opacity: 0.8; }

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

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

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

This text has shadow with #82687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82687C on black background.


Color preview on white background

This text has color #82687C on white background.



Black color preview on #82687C background

This text has black color on #82687C background.


White color preview on #82687C background

This text has white color on #82687C background.