COLOR #828F63

HEX: #828F63
RGB: (130,143,99)

Color info

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

RGB color model

#828F63 color RGB value is (130,143,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 143 of 255 = 56%
B 99 of 255 = 39%

130
143
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 143 + 99 = 372 (100%)
R 130 of 372 ~ 34.95%
G 143 of 372 ~ 38.44%
B 99 of 372 ~ 26.61%

%34.95
%38.44
%26.61

CMYK color model

#828F63 color CMYK value is (9,0,31,44).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK:
(9,0,31,44)
C9M0Y31K44 
(9%,0%,31%,44%)
(0.09/0.00/0.31/0.44)	

CMYK percentages

%9.09
%0
%30.77
%43.92

Codes

Color #828F63 in popluar color models

828F63
RGB13014399
HSL78°18.18%47.45%
HSB/HSV78°30.77%56.08%
CMYK9.09%0.00%30.77%
43.92%

Color #828F63 in popluar number systems.

HEX828F63
Decimal13014399
Binary10000010100011111100011
Octal202217143

Shades and tints

Shades of #828F63

#828F63
(130,143,99)
#77825A
(119,130,90)
#6C7551
(108,117,81)
#616848
(97,104,72)
#565B3F
(86,91,63)
#4B4E36
(75,78,54)
#40412D
(64,65,45)
#353424
(53,52,36)
#2A271B
(42,39,27)
#1F1A12
(31,26,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #828F63

#828F63
(130,143,99)
#8D9971
(141,153,113)
#98A37F
(152,163,127)
#A3AD8D
(163,173,141)
#AEB79B
(174,183,155)
#B9C1A9
(185,193,169)
#C4CBB7
(196,203,183)
#CFD5C5
(207,213,197)
#DADFD3
(218,223,211)
#E5E9E1
(229,233,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828F63; }

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

This text font color is #828F63.


Background Color

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

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

This div background color is #828F63.


Border color

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

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

This div border color is #828F63.


Opacity

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

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

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

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

This text has shadow with #828F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828F63 on black background.


Color preview on white background

This text has color #828F63 on white background.



Black color preview on #828F63 background

This text has black color on #828F63 background.


White color preview on #828F63 background

This text has white color on #828F63 background.