COLOR #82947C

HEX: #82947C RGB: (130,148,124)

Color info

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

RGB color model

#82947C color RGB value is (130,148,124).

RGB: (130,148,124) (51%, 58%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 124 of 255 = 49%

130
148
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 148 + 124 = 402 (100%)
R 130 of 402 ~ 32.34%
G 148 of 402 ~ 36.82%
B 124 of 402 ~ 30.85'%

%32.34
%36.82
%30.85

CMYK color model

#82947C color CMYK value is (12,0,16,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%

CMYK: (12,0,16,42)
C12M0Y16K42 (12%, 0%, 16%, 42%)
(0.12 / 0.00 / 0.16 / 0.42)

CMYK percentages

%12.16
%0
%16.22
%41.96

Codes

Color #82947C in popluar color models

82 94 7C
RGB 130 148 124
HSL 105° 10.08% 53.33%
HSB/HSV 105° 16.22% 58.04%
CMYK 12.16% 0.00% 16.22%
41.96%

Color #82947C in popluar number systems.

HEX 82 94 7C
Decimal 130 148 124
Binary 10000010 10010100 1111100
Octal 202 224 174

Shades and tints

Shades of #82947C

#82947C
(130,148,124)
#778771
(119,135,113)
#6C7A66
(108,122,102)
#616D5B
(97,109,91)
#566050
(86,96,80)
#4B5345
(75,83,69)
#40463A
(64,70,58)
#35392F
(53,57,47)
#2A2C24
(42,44,36)
#1F1F19
(31,31,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #82947C

#82947C
(130,148,124)
#8D9D87
(141,157,135)
#98A692
(152,166,146)
#A3AF9D
(163,175,157)
#AEB8A8
(174,184,168)
#B9C1B3
(185,193,179)
#C4CABE
(196,202,190)
#CFD3C9
(207,211,201)
#DADCD4
(218,220,212)
#E5E5DF
(229,229,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82947C; }

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

This text font color is #82947C.

Background Color

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

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

This div background color is #82947C.

Border color

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

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

This div border color is #82947C.

Opacity

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

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

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

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

This text has shadow with #82947C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82947C.

Preview

Color preview on black background

This text has color #82947C on black background.


Color preview on white background

This text has color #82947C on white background.


Black color preview on #82947C background

This text has black color on #82947C background.


White color preview on #82947C background

This text has white color on #82947C background.


Related colors

Complementary color

Complementary color for #hex is #7D6B83.


I love getcolorcode.com

Triadic colors

1 #7C8294 and #947C82 with #82947C are triadic colors.

2 #7C9482 and #94827C with #82947C are triadic colors.