COLOR #828F6D

HEX: #828F6D
RGB: (130,143,109)

Color info

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

RGB color model

#828F6D color RGB value is (130,143,109).

  • red value is 130;
  • green value is 143;
  • blue value is 109.
RGB:
(130,143,109)
(51%,56%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 143 of 255 = 56%
B 109 of 255 = 43%

130
143
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 143 + 109 = 382 (100%)
R 130 of 382 ~ 34.03%
G 143 of 382 ~ 37.43%
B 109 of 382 ~ 28.53%

%34.03
%37.43
%28.53

CMYK color model

#828F6D color CMYK value is (9,0,24,44).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(9,0,24,44)
C9M0Y24K44 
(9%,0%,24%,44%)
(0.09/0.00/0.24/0.44)	

CMYK percentages

%9.09
%0
%23.78
%43.92

Codes

Color #828F6D in popluar color models

828F6D
RGB130143109
HSL83°13.49%49.41%
HSB/HSV83°23.78%56.08%
CMYK9.09%0.00%23.78%
43.92%

Color #828F6D in popluar number systems.

HEX828F6D
Decimal130143109
Binary10000010100011111101101
Octal202217155

Shades and tints

Shades of #828F6D

#828F6D
(130,143,109)
#778264
(119,130,100)
#6C755B
(108,117,91)
#616852
(97,104,82)
#565B49
(86,91,73)
#4B4E40
(75,78,64)
#404137
(64,65,55)
#35342E
(53,52,46)
#2A2725
(42,39,37)
#1F1A1C
(31,26,28)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #828F6D

#828F6D
(130,143,109)
#8D997A
(141,153,122)
#98A387
(152,163,135)
#A3AD94
(163,173,148)
#AEB7A1
(174,183,161)
#B9C1AE
(185,193,174)
#C4CBBB
(196,203,187)
#CFD5C8
(207,213,200)
#DADFD5
(218,223,213)
#E5E9E2
(229,233,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828F6D color. Also use rgb(130,143,109) instead hex code.

Text Font Color

.myTextColor { color: #828F6D; }

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

This text font color is #828F6D.


Background Color

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

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

This div background color is #828F6D.


Border color

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

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

This div border color is #828F6D.


Opacity

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

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

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

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

This text has shadow with #828F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828F6D on black background.


Color preview on white background

This text has color #828F6D on white background.



Black color preview on #828F6D background

This text has black color on #828F6D background.


White color preview on #828F6D background

This text has white color on #828F6D background.