COLOR #828574

HEX: #828574
RGB: (130,133,116)

Color info

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

RGB color model

#828574 color RGB value is (130,133,116).

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

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 116 of 255 = 45%

130
133
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 116 = 379 (100%)
R 130 of 379 ~ 34.3%
G 133 of 379 ~ 35.09%
B 116 of 379 ~ 30.61%

%34.3
%35.09
%30.61

CMYK color model

#828574 color CMYK value is (2,0,13,48).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(2,0,13,48)
C2M0Y13K48 
(2%,0%,13%,48%)
(0.02/0.00/0.13/0.48)	

CMYK percentages

%2.26
%0
%12.78
%47.84

Codes

Color #828574 in popluar color models

828574
RGB130133116
HSL71°6.83%48.82%
HSB/HSV71°12.78%52.16%
CMYK2.26%0.00%12.78%
47.84%

Color #828574 in popluar number systems.

HEX828574
Decimal130133116
Binary10000010100001011110100
Octal202205164

Shades and tints

Shades of #828574

#828574
(130,133,116)
#77796A
(119,121,106)
#6C6D60
(108,109,96)
#616156
(97,97,86)
#56554C
(86,85,76)
#4B4942
(75,73,66)
#403D38
(64,61,56)
#35312E
(53,49,46)
#2A2524
(42,37,36)
#1F191A
(31,25,26)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #828574

#828574
(130,133,116)
#8D9080
(141,144,128)
#989B8C
(152,155,140)
#A3A698
(163,166,152)
#AEB1A4
(174,177,164)
#B9BCB0
(185,188,176)
#C4C7BC
(196,199,188)
#CFD2C8
(207,210,200)
#DADDD4
(218,221,212)
#E5E8E0
(229,232,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828574; }

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

This text font color is #828574.


Background Color

.myBgColor { background-color: #828574; }

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

This div background color is #828574.


Border color

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

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

This div border color is #828574.


Opacity

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

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

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

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

This text has shadow with #828574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828574 on black background.


Color preview on white background

This text has color #828574 on white background.



Black color preview on #828574 background

This text has black color on #828574 background.


White color preview on #828574 background

This text has white color on #828574 background.