COLOR #828041

HEX: #828041
RGB: (130,128,65)

Color info

#828041 contains mainly red and green colors. Web safe color of #828041 is #996633 (or #963).

RGB color model

#828041 color RGB value is (130,128,65).

  • red value is 130;
  • green value is 128;
  • blue value is 65.
RGB:
(130,128,65)
(51%,50%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 65 of 255 = 25%

130
128
65

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 65 = 323 (100%)
R 130 of 323 ~ 40.25%
G 128 of 323 ~ 39.63%
B 65 of 323 ~ 20.12%

%40.25
%39.63
%20.12

CMYK color model

#828041 color CMYK value is (0,2,50,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(0,2,50,49)
C0M2Y50K49 
(0%,2%,50%,49%)
(0.00/0.02/0.50/0.49)	

CMYK percentages

%0
%1.54
%50
%49.02

Codes

Color #828041 in popluar color models

828041
RGB13012865
HSL58°33.33%38.24%
HSB/HSV58°50.00%50.98%
CMYK0.00%1.54%50.00%
49.02%

Color #828041 in popluar number systems.

HEX828041
Decimal13012865
Binary10000010100000001000001
Octal202200101

Shades and tints

Shades of #828041

#828041
(130,128,65)
#77753C
(119,117,60)
#6C6A37
(108,106,55)
#615F32
(97,95,50)
#56542D
(86,84,45)
#4B4928
(75,73,40)
#403E23
(64,62,35)
#35331E
(53,51,30)
#2A2819
(42,40,25)
#1F1D14
(31,29,20)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #828041

#828041
(130,128,65)
#8D8B52
(141,139,82)
#989663
(152,150,99)
#A3A174
(163,161,116)
#AEAC85
(174,172,133)
#B9B796
(185,183,150)
#C4C2A7
(196,194,167)
#CFCDB8
(207,205,184)
#DAD8C9
(218,216,201)
#E5E3DA
(229,227,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828041 color. Also use rgb(130,128,65) instead hex code.

Text Font Color

.myTextColor { color: #828041; }

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

This text font color is #828041.


Background Color

.myBgColor { background-color: #828041; }

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

This div background color is #828041.


Border color

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

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

This div border color is #828041.


Opacity

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

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

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

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

This text has shadow with #828041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828041 on black background.


Color preview on white background

This text has color #828041 on white background.



Black color preview on #828041 background

This text has black color on #828041 background.


White color preview on #828041 background

This text has white color on #828041 background.