COLOR #828C7B

HEX: #828C7B
RGB: (130,140,123)

Color info

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

RGB color model

#828C7B color RGB value is (130,140,123).

  • red value is 130;
  • green value is 140;
  • blue value is 123.
RGB:
(130,140,123)
(51%,55%,48%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 123 of 255 = 48%

130
140
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 140 + 123 = 393 (100%)
R 130 of 393 ~ 33.08%
G 140 of 393 ~ 35.62%
B 123 of 393 ~ 31.3%

%33.08
%35.62
%31.3

CMYK color model

#828C7B color CMYK value is (7,0,12,45).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK:
(7,0,12,45)
C7M0Y12K45 
(7%,0%,12%,45%)
(0.07/0.00/0.12/0.45)	

CMYK percentages

%7.14
%0
%12.14
%45.1

Codes

Color #828C7B in popluar color models

828C7B
RGB130140123
HSL95°6.88%51.57%
HSB/HSV95°12.14%54.90%
CMYK7.14%0.00%12.14%
45.10%

Color #828C7B in popluar number systems.

HEX828C7B
Decimal130140123
Binary10000010100011001111011
Octal202214173

Shades and tints

Shades of #828C7B

#828C7B
(130,140,123)
#778070
(119,128,112)
#6C7465
(108,116,101)
#61685A
(97,104,90)
#565C4F
(86,92,79)
#4B5044
(75,80,68)
#404439
(64,68,57)
#35382E
(53,56,46)
#2A2C23
(42,44,35)
#1F2018
(31,32,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #828C7B

#828C7B
(130,140,123)
#8D9687
(141,150,135)
#98A093
(152,160,147)
#A3AA9F
(163,170,159)
#AEB4AB
(174,180,171)
#B9BEB7
(185,190,183)
#C4C8C3
(196,200,195)
#CFD2CF
(207,210,207)
#DADCDB
(218,220,219)
#E5E6E7
(229,230,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828C7B color. Also use rgb(130,140,123) instead hex code.

Text Font Color

.myTextColor { color: #828C7B; }

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

This text font color is #828C7B.


Background Color

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

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

This div background color is #828C7B.


Border color

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

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

This div border color is #828C7B.


Opacity

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

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

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

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

This text has shadow with #828C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828C7B on black background.


Color preview on white background

This text has color #828C7B on white background.



Black color preview on #828C7B background

This text has black color on #828C7B background.


White color preview on #828C7B background

This text has white color on #828C7B background.