COLOR #828875

HEX: #828875
RGB: (130,136,117)

Color info

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

RGB color model

#828875 color RGB value is (130,136,117).

  • red value is 130;
  • green value is 136;
  • blue value is 117.
RGB:
(130,136,117)
(51%,53%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 117 of 255 = 46%

130
136
117

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 117 = 383 (100%)
R 130 of 383 ~ 33.94%
G 136 of 383 ~ 35.51%
B 117 of 383 ~ 30.55%

%33.94
%35.51
%30.55

CMYK color model

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

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

CMYK percentages

%4.41
%0
%13.97
%46.67

Codes

Color #828875 in popluar color models

828875
RGB130136117
HSL79°7.51%49.61%
HSB/HSV79°13.97%53.33%
CMYK4.41%0.00%13.97%
46.67%

Color #828875 in popluar number systems.

HEX828875
Decimal130136117
Binary10000010100010001110101
Octal202210165

Shades and tints

Shades of #828875

#828875
(130,136,117)
#777C6B
(119,124,107)
#6C7061
(108,112,97)
#616457
(97,100,87)
#56584D
(86,88,77)
#4B4C43
(75,76,67)
#404039
(64,64,57)
#35342F
(53,52,47)
#2A2825
(42,40,37)
#1F1C1B
(31,28,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #828875

#828875
(130,136,117)
#8D9281
(141,146,129)
#989C8D
(152,156,141)
#A3A699
(163,166,153)
#AEB0A5
(174,176,165)
#B9BAB1
(185,186,177)
#C4C4BD
(196,196,189)
#CFCEC9
(207,206,201)
#DAD8D5
(218,216,213)
#E5E2E1
(229,226,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828875 color. Also use rgb(130,136,117) instead hex code.

Text Font Color

.myTextColor { color: #828875; }

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

This text font color is #828875.


Background Color

.myBgColor { background-color: #828875; }

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

This div background color is #828875.


Border color

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

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

This div border color is #828875.


Opacity

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

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

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

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

This text has shadow with #828875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828875 on black background.


Color preview on white background

This text has color #828875 on white background.



Black color preview on #828875 background

This text has black color on #828875 background.


White color preview on #828875 background

This text has white color on #828875 background.