COLOR #82637C

HEX: #82637C RGB: (130,99,124)

Color info

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

RGB color model

#82637C color RGB value is (130,99,124).

RGB: (130,99,124) (51%, 39%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 124 of 255 = 49%

130
99
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 99 + 124 = 353 (100%)
R 130 of 353 ~ 36.83%
G 99 of 353 ~ 28.05%
B 124 of 353 ~ 35.13'%

%36.83
%28.05
%35.13

CMYK color model

#82637C color CMYK value is (0,24,5,49).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (0,24,5,49)
C0M24Y5K49 (0%, 24%, 5%, 49%)
(0.00 / 0.24 / 0.05 / 0.49)

CMYK percentages

%0
%23.85
%4.62
%49.02

Codes

Color #82637C in popluar color models

82 63 7C
RGB 130 99 124
HSL 312° 13.54% 44.90%
HSB/HSV 312° 23.85% 50.98%
CMYK 0.00% 23.85% 4.62%
49.02%

Color #82637C in popluar number systems.

HEX 82 63 7C
Decimal 130 99 124
Binary 10000010 1100011 1111100
Octal 202 143 174

Shades and tints

Shades of #82637C

#82637C
(130,99,124)
#775A71
(119,90,113)
#6C5166
(108,81,102)
#61485B
(97,72,91)
#563F50
(86,63,80)
#4B3645
(75,54,69)
#402D3A
(64,45,58)
#35242F
(53,36,47)
#2A1B24
(42,27,36)
#1F1219
(31,18,25)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #82637C

#82637C
(130,99,124)
#8D7187
(141,113,135)
#987F92
(152,127,146)
#A38D9D
(163,141,157)
#AE9BA8
(174,155,168)
#B9A9B3
(185,169,179)
#C4B7BE
(196,183,190)
#CFC5C9
(207,197,201)
#DAD3D4
(218,211,212)
#E5E1DF
(229,225,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82637C; }

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

This text font color is #82637C.

Background Color

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

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

This div background color is #82637C.

Border color

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

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

This div border color is #82637C.

Opacity

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

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

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

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

This text has shadow with #82637C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82637C.

Preview

Color preview on black background

This text has color #82637C on black background.


Color preview on white background

This text has color #82637C on white background.


Black color preview on #82637C background

This text has black color on #82637C background.


White color preview on #82637C background

This text has white color on #82637C background.


Related colors

Complementary color

Complementary color for #hex is #7D9C83.


I love getcolorcode.com

Triadic colors

1 #7C8263 and #637C82 with #82637C are triadic colors.

2 #7C6382 and #63827C with #82637C are triadic colors.