COLOR #828E74

HEX: #828E74
RGB: (130,142,116)

Color info

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

RGB color model

#828E74 color RGB value is (130,142,116).

  • red value is 130;
  • green value is 142;
  • blue value is 116.
RGB:
(130,142,116)
(51%,56%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 116 of 255 = 45%

130
142
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 142 + 116 = 388 (100%)
R 130 of 388 ~ 33.51%
G 142 of 388 ~ 36.6%
B 116 of 388 ~ 29.9%

%33.51
%36.6
%29.9

CMYK color model

#828E74 color CMYK value is (8,0,18,44).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(8,0,18,44)
C8M0Y18K44 
(8%,0%,18%,44%)
(0.08/0.00/0.18/0.44)	

CMYK percentages

%8.45
%0
%18.31
%44.31

Codes

Color #828E74 in popluar color models

828E74
RGB130142116
HSL88°10.32%50.59%
HSB/HSV88°18.31%55.69%
CMYK8.45%0.00%18.31%
44.31%

Color #828E74 in popluar number systems.

HEX828E74
Decimal130142116
Binary10000010100011101110100
Octal202216164

Shades and tints

Shades of #828E74

#828E74
(130,142,116)
#77826A
(119,130,106)
#6C7660
(108,118,96)
#616A56
(97,106,86)
#565E4C
(86,94,76)
#4B5242
(75,82,66)
#404638
(64,70,56)
#353A2E
(53,58,46)
#2A2E24
(42,46,36)
#1F221A
(31,34,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #828E74

#828E74
(130,142,116)
#8D9880
(141,152,128)
#98A28C
(152,162,140)
#A3AC98
(163,172,152)
#AEB6A4
(174,182,164)
#B9C0B0
(185,192,176)
#C4CABC
(196,202,188)
#CFD4C8
(207,212,200)
#DADED4
(218,222,212)
#E5E8E0
(229,232,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828E74 color. Also use rgb(130,142,116) instead hex code.

Text Font Color

.myTextColor { color: #828E74; }

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

This text font color is #828E74.


Background Color

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

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

This div background color is #828E74.


Border color

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

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

This div border color is #828E74.


Opacity

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

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

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

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

This text has shadow with #828E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828E74 on black background.


Color preview on white background

This text has color #828E74 on white background.



Black color preview on #828E74 background

This text has black color on #828E74 background.


White color preview on #828E74 background

This text has white color on #828E74 background.