COLOR #82657E

HEX: #82657E RGB: (130,101,126)

Color info

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

RGB color model

#82657E color RGB value is (130,101,126).

RGB: (130,101,126) (51%, 40%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 126 of 255 = 49%

130
101
126

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

Portions of RGB colors in percentages

R + G + B = 130 + 101 + 126 = 357 (100%)
R 130 of 357 ~ 36.41%
G 101 of 357 ~ 28.29%
B 126 of 357 ~ 35.29'%

%36.41
%28.29
%35.29

CMYK color model

#82657E color CMYK value is (0,22,3,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 3.08%
  • key color value is 49.02%

CMYK: (0,22,3,49)
C0M22Y3K49 (0%, 22%, 3%, 49%)
(0.00 / 0.22 / 0.03 / 0.49)

CMYK percentages

%0
%22.31
%3.08
%49.02

Codes

Color #82657E in popluar color models

82 65 7E
RGB 130 101 126
HSL 308° 12.55% 45.29%
HSB/HSV 308° 22.31% 50.98%
CMYK 0.00% 22.31% 3.08%
49.02%

Color #82657E in popluar number systems.

HEX 82 65 7E
Decimal 130 101 126
Binary 10000010 1100101 1111110
Octal 202 145 176

Shades and tints

Shades of #82657E

#82657E
(130,101,126)
#775C73
(119,92,115)
#6C5368
(108,83,104)
#614A5D
(97,74,93)
#564152
(86,65,82)
#4B3847
(75,56,71)
#402F3C
(64,47,60)
#352631
(53,38,49)
#2A1D26
(42,29,38)
#1F141B
(31,20,27)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #82657E

#82657E
(130,101,126)
#8D7389
(141,115,137)
#988194
(152,129,148)
#A38F9F
(163,143,159)
#AE9DAA
(174,157,170)
#B9ABB5
(185,171,181)
#C4B9C0
(196,185,192)
#CFC7CB
(207,199,203)
#DAD5D6
(218,213,214)
#E5E3E1
(229,227,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82657E color. Also use rgb(130,101,126) instead hex code.

Text Font Color

.myTextColor { color: #82657E; }

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

This text font color is #82657E.

Background Color

.myBgColor { background-color: #82657E; }

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

This div background color is #82657E.

Border color

.myBorderColor { border: 1px solid #82657E; }

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

This div border color is #82657E.

Opacity

.myOpacity80 { color: #82657E; opacity: 0.8; }

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

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

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

This text has shadow with #82657E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82657E.

Preview

Color preview on black background

This text has color #82657E on black background.


Color preview on white background

This text has color #82657E on white background.


Black color preview on #82657E background

This text has black color on #82657E background.


White color preview on #82657E background

This text has white color on #82657E background.


Related colors

Complementary color

Complementary color for #hex is #7D9A81.


I love getcolorcode.com

Triadic colors

1 #7E8265 and #657E82 with #82657E are triadic colors.

2 #7E6582 and #65827E with #82657E are triadic colors.