COLOR #82897D

HEX: #82897D RGB: (130,137,125)

Color info

#82897D contains red, green and blue colors in about the same proportion. Web safe color of #82897D is #999966 (or #996).

RGB color model

#82897D color RGB value is (130,137,125).

RGB: (130,137,125) (51%, 54%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 125 of 255 = 49%

130
137
125

R + G + B ~ 51%. #82897D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 137 + 125 = 392 (100%)
R 130 of 392 ~ 33.16%
G 137 of 392 ~ 34.95%
B 125 of 392 ~ 31.89'%

%33.16
%34.95
%31.89

CMYK color model

#82897D color CMYK value is (5,0,9,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%

CMYK: (5,0,9,46)
C5M0Y9K46 (5%, 0%, 9%, 46%)
(0.05 / 0.00 / 0.09 / 0.46)

CMYK percentages

%5.11
%0
%8.76
%46.27

Codes

Color #82897D in popluar color models

82 89 7D
RGB 130 137 125
HSL 95° 4.84% 51.37%
HSB/HSV 95° 8.76% 53.73%
CMYK 5.11% 0.00% 8.76%
46.27%

Color #82897D in popluar number systems.

HEX 82 89 7D
Decimal 130 137 125
Binary 10000010 10001001 1111101
Octal 202 211 175

Shades and tints

Shades of #82897D

#82897D
(130,137,125)
#777D72
(119,125,114)
#6C7167
(108,113,103)
#61655C
(97,101,92)
#565951
(86,89,81)
#4B4D46
(75,77,70)
#40413B
(64,65,59)
#353530
(53,53,48)
#2A2925
(42,41,37)
#1F1D1A
(31,29,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #82897D

#82897D
(130,137,125)
#8D9388
(141,147,136)
#989D93
(152,157,147)
#A3A79E
(163,167,158)
#AEB1A9
(174,177,169)
#B9BBB4
(185,187,180)
#C4C5BF
(196,197,191)
#CFCFCA
(207,207,202)
#DAD9D5
(218,217,213)
#E5E3E0
(229,227,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82897D color. Also use rgb(130,137,125) instead hex code.

Text Font Color

.myTextColor { color: #82897D; }

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

This text font color is #82897D.

Background Color

.myBgColor { background-color: #82897D; }

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

This div background color is #82897D.

Border color

.myBorderColor { border: 1px solid #82897D; }

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

This div border color is #82897D.

Opacity

.myOpacity80 { color: #82897D; opacity: 0.8; }

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

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

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

This text has shadow with #82897D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82897D.

Preview

Color preview on black background

This text has color #82897D on black background.


Color preview on white background

This text has color #82897D on white background.


Black color preview on #82897D background

This text has black color on #82897D background.


White color preview on #82897D background

This text has white color on #82897D background.


Related colors

Complementary color

Complementary color for #hex is #7D7682.


I love getcolorcode.com

Triadic colors

1 #7D8289 and #897D82 with #82897D are triadic colors.

2 #7D8982 and #89827D with #82897D are triadic colors.