COLOR #828A7C

HEX: #828A7C RGB: (130,138,124)

Color info

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

RGB color model

#828A7C color RGB value is (130,138,124).

RGB: (130,138,124) (51%, 54%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 124 of 255 = 49%

130
138
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 124 = 392 (100%)
R 130 of 392 ~ 33.16%
G 138 of 392 ~ 35.2%
B 124 of 392 ~ 31.63'%

%33.16
%35.2
%31.63

CMYK color model

#828A7C color CMYK value is (6,0,10,46).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (6,0,10,46)
C6M0Y10K46 (6%, 0%, 10%, 46%)
(0.06 / 0.00 / 0.10 / 0.46)

CMYK percentages

%5.8
%0
%10.14
%45.88

Codes

Color #828A7C in popluar color models

82 8A 7C
RGB 130 138 124
HSL 94° 5.65% 51.37%
HSB/HSV 94° 10.14% 54.12%
CMYK 5.80% 0.00% 10.14%
45.88%

Color #828A7C in popluar number systems.

HEX 82 8A 7C
Decimal 130 138 124
Binary 10000010 10001010 1111100
Octal 202 212 174

Shades and tints

Shades of #828A7C

#828A7C
(130,138,124)
#777E71
(119,126,113)
#6C7266
(108,114,102)
#61665B
(97,102,91)
#565A50
(86,90,80)
#4B4E45
(75,78,69)
#40423A
(64,66,58)
#35362F
(53,54,47)
#2A2A24
(42,42,36)
#1F1E19
(31,30,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #828A7C

#828A7C
(130,138,124)
#8D9487
(141,148,135)
#989E92
(152,158,146)
#A3A89D
(163,168,157)
#AEB2A8
(174,178,168)
#B9BCB3
(185,188,179)
#C4C6BE
(196,198,190)
#CFD0C9
(207,208,201)
#DADAD4
(218,218,212)
#E5E4DF
(229,228,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A7C color. Also use rgb(130,138,124) instead hex code.

Text Font Color

.myTextColor { color: #828A7C; }

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

This text font color is #828A7C.

Background Color

.myBgColor { background-color: #828A7C; }

<div style="background-color:#828A7C">Inner text</div>

This div background color is #828A7C.

Border color

.myBorderColor { border: 1px solid #828A7C; }

<div style="border:3px solid #828A7C">Div</div>

This div border color is #828A7C.

Opacity

.myOpacity80 { color: #828A7C; opacity: 0.8; }

<p style="color:#828A7C;opacity:0.8;">80%</p>

Text with #828A7C 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 #828A7C;}

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

This text has shadow with #828A7C color.


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

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

This text has shadow with #828A7C primary color and red secondary color.


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

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

This text has shadow with #828A7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #828A7C.

Preview

Color preview on black background

This text has color #828A7C on black background.


Color preview on white background

This text has color #828A7C on white background.


Black color preview on #828A7C background

This text has black color on #828A7C background.


White color preview on #828A7C background

This text has white color on #828A7C background.


Related colors

Complementary color

Complementary color for #hex is #7D7583.


I love getcolorcode.com

Triadic colors

1 #7C828A and #8A7C82 with #828A7C are triadic colors.

2 #7C8A82 and #8A827C with #828A7C are triadic colors.