COLOR #828842

HEX: #828842
RGB: (130,136,66)

Color info

#828842 contains mainly red and green colors. Web safe color of #828842 is #999933 (or #993).

RGB color model

#828842 color RGB value is (130,136,66).

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

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 66 of 255 = 26%

130
136
66

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 66 = 332 (100%)
R 130 of 332 ~ 39.16%
G 136 of 332 ~ 40.96%
B 66 of 332 ~ 19.88%

%39.16
%40.96
%19.88

CMYK color model

#828842 color CMYK value is (4,0,51,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 46.67%
CMYK:
(4,0,51,47)
C4M0Y51K47 
(4%,0%,51%,47%)
(0.04/0.00/0.51/0.47)	

CMYK percentages

%4.41
%0
%51.47
%46.67

Codes

Color #828842 in popluar color models

828842
RGB13013666
HSL65°34.65%39.61%
HSB/HSV65°51.47%53.33%
CMYK4.41%0.00%51.47%
46.67%

Color #828842 in popluar number systems.

HEX828842
Decimal13013666
Binary10000010100010001000010
Octal202210102

Shades and tints

Shades of #828842

#828842
(130,136,66)
#777C3C
(119,124,60)
#6C7036
(108,112,54)
#616430
(97,100,48)
#56582A
(86,88,42)
#4B4C24
(75,76,36)
#40401E
(64,64,30)
#353418
(53,52,24)
#2A2812
(42,40,18)
#1F1C0C
(31,28,12)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #828842

#828842
(130,136,66)
#8D9253
(141,146,83)
#989C64
(152,156,100)
#A3A675
(163,166,117)
#AEB086
(174,176,134)
#B9BA97
(185,186,151)
#C4C4A8
(196,196,168)
#CFCEB9
(207,206,185)
#DAD8CA
(218,216,202)
#E5E2DB
(229,226,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828842; }

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

This text font color is #828842.


Background Color

.myBgColor { background-color: #828842; }

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

This div background color is #828842.


Border color

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

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

This div border color is #828842.


Opacity

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

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

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

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

This text has shadow with #828842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828842 on black background.


Color preview on white background

This text has color #828842 on white background.



Black color preview on #828842 background

This text has black color on #828842 background.


White color preview on #828842 background

This text has white color on #828842 background.