COLOR #828D2C

HEX: #828D2C
RGB: (130,141,44)

Color info

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

RGB color model

#828D2C color RGB value is (130,141,44).

  • red value is 130;
  • green value is 141;
  • blue value is 44.
RGB:
(130,141,44)
(51%,55%,17%)

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 44 of 255 = 17%

130
141
44

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

Portions of RGB colors in percentages

R + G + B =
130 + 141 + 44 = 315 (100%)
R 130 of 315 ~ 41.27%
G 141 of 315 ~ 44.76%
B 44 of 315 ~ 13.97%

%41.27
%44.76
%13.97

CMYK color model

#828D2C color CMYK value is (8,0,69,45).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 68.79%
  • key color value is 44.71%
CMYK:
(8,0,69,45)
C8M0Y69K45 
(8%,0%,69%,45%)
(0.08/0.00/0.69/0.45)	

CMYK percentages

%7.8
%0
%68.79
%44.71

Codes

Color #828D2C in popluar color models

828D2C
RGB13014144
HSL67°52.43%36.27%
HSB/HSV67°68.79%55.29%
CMYK7.80%0.00%68.79%
44.71%

Color #828D2C in popluar number systems.

HEX828D2C
Decimal13014144
Binary1000001010001101101100
Octal20221554

Shades and tints

Shades of #828D2C

#828D2C
(130,141,44)
#778128
(119,129,40)
#6C7524
(108,117,36)
#616920
(97,105,32)
#565D1C
(86,93,28)
#4B5118
(75,81,24)
#404514
(64,69,20)
#353910
(53,57,16)
#2A2D0C
(42,45,12)
#1F2108
(31,33,8)
#141504
(20,21,4)
#000000
(0,0,0)

Tints of #828D2C

#828D2C
(130,141,44)
#8D973F
(141,151,63)
#98A152
(152,161,82)
#A3AB65
(163,171,101)
#AEB578
(174,181,120)
#B9BF8B
(185,191,139)
#C4C99E
(196,201,158)
#CFD3B1
(207,211,177)
#DADDC4
(218,221,196)
#E5E7D7
(229,231,215)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828D2C color. Also use rgb(130,141,44) instead hex code.

Text Font Color

.myTextColor { color: #828D2C; }

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

This text font color is #828D2C.


Background Color

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

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

This div background color is #828D2C.


Border color

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

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

This div border color is #828D2C.


Opacity

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

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

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

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

This text has shadow with #828D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D2C on black background.


Color preview on white background

This text has color #828D2C on white background.



Black color preview on #828D2C background

This text has black color on #828D2C background.


White color preview on #828D2C background

This text has white color on #828D2C background.