COLOR #828774

HEX: #828774
RGB: (130,135,116)

Color info

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

RGB color model

#828774 color RGB value is (130,135,116).

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

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 116 of 255 = 45%

130
135
116

R + G + B ~ 50%. #828774 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 116 = 381 (100%)
R 130 of 381 ~ 34.12%
G 135 of 381 ~ 35.43%
B 116 of 381 ~ 30.45%

%34.12
%35.43
%30.45

CMYK color model

#828774 color CMYK value is (4,0,14,47).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(4,0,14,47)
C4M0Y14K47 
(4%,0%,14%,47%)
(0.04/0.00/0.14/0.47)	

CMYK percentages

%3.7
%0
%14.07
%47.06

Codes

Color #828774 in popluar color models

828774
RGB130135116
HSL76°7.57%49.22%
HSB/HSV76°14.07%52.94%
CMYK3.70%0.00%14.07%
47.06%

Color #828774 in popluar number systems.

HEX828774
Decimal130135116
Binary10000010100001111110100
Octal202207164

Shades and tints

Shades of #828774

#828774
(130,135,116)
#777B6A
(119,123,106)
#6C6F60
(108,111,96)
#616356
(97,99,86)
#56574C
(86,87,76)
#4B4B42
(75,75,66)
#403F38
(64,63,56)
#35332E
(53,51,46)
#2A2724
(42,39,36)
#1F1B1A
(31,27,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #828774

#828774
(130,135,116)
#8D9180
(141,145,128)
#989B8C
(152,155,140)
#A3A598
(163,165,152)
#AEAFA4
(174,175,164)
#B9B9B0
(185,185,176)
#C4C3BC
(196,195,188)
#CFCDC8
(207,205,200)
#DAD7D4
(218,215,212)
#E5E1E0
(229,225,224)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828774; }

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

This text font color is #828774.


Background Color

.myBgColor { background-color: #828774; }

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

This div background color is #828774.


Border color

.myBorderColor { border: 1px solid #828774; }

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

This div border color is #828774.


Opacity

.myOpacity80 { color: #828774; opacity: 0.8; }

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

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

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

This text has shadow with #828774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828774 on black background.


Color preview on white background

This text has color #828774 on white background.



Black color preview on #828774 background

This text has black color on #828774 background.


White color preview on #828774 background

This text has white color on #828774 background.