COLOR #828B51

HEX: #828B51
RGB: (130,139,81)

Color info

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

RGB color model

#828B51 color RGB value is (130,139,81).

  • red value is 130;
  • green value is 139;
  • blue value is 81.
RGB:
(130,139,81)
(51%,55%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 139 of 255 = 55%
B 81 of 255 = 32%

130
139
81

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

Portions of RGB colors in percentages

R + G + B =
130 + 139 + 81 = 350 (100%)
R 130 of 350 ~ 37.14%
G 139 of 350 ~ 39.71%
B 81 of 350 ~ 23.14%

%37.14
%39.71
%23.14

CMYK color model

#828B51 color CMYK value is (6,0,42,45).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 45.49%
CMYK:
(6,0,42,45)
C6M0Y42K45 
(6%,0%,42%,45%)
(0.06/0.00/0.42/0.45)	

CMYK percentages

%6.47
%0
%41.73
%45.49

Codes

Color #828B51 in popluar color models

828B51
RGB13013981
HSL69°26.36%43.14%
HSB/HSV69°41.73%54.51%
CMYK6.47%0.00%41.73%
45.49%

Color #828B51 in popluar number systems.

HEX828B51
Decimal13013981
Binary10000010100010111010001
Octal202213121

Shades and tints

Shades of #828B51

#828B51
(130,139,81)
#777F4A
(119,127,74)
#6C7343
(108,115,67)
#61673C
(97,103,60)
#565B35
(86,91,53)
#4B4F2E
(75,79,46)
#404327
(64,67,39)
#353720
(53,55,32)
#2A2B19
(42,43,25)
#1F1F12
(31,31,18)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #828B51

#828B51
(130,139,81)
#8D9560
(141,149,96)
#989F6F
(152,159,111)
#A3A97E
(163,169,126)
#AEB38D
(174,179,141)
#B9BD9C
(185,189,156)
#C4C7AB
(196,199,171)
#CFD1BA
(207,209,186)
#DADBC9
(218,219,201)
#E5E5D8
(229,229,216)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828B51 color. Also use rgb(130,139,81) instead hex code.

Text Font Color

.myTextColor { color: #828B51; }

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

This text font color is #828B51.


Background Color

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

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

This div background color is #828B51.


Border color

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

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

This div border color is #828B51.


Opacity

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

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

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

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

This text has shadow with #828B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828B51 on black background.


Color preview on white background

This text has color #828B51 on white background.



Black color preview on #828B51 background

This text has black color on #828B51 background.


White color preview on #828B51 background

This text has white color on #828B51 background.