COLOR #828B1A

HEX: #828B1A
RGB: (130,139,26)

Color info

#828B1A contains mainly red and green colors. Web safe color of #828B1A is #999900 (or #990).

RGB color model

#828B1A color RGB value is (130,139,26).

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

RGB channels and saturation

R 130 of 255 = 51%
G 139 of 255 = 55%
B 26 of 255 = 10%

130
139
26

R + G + B ~ 39%. #828B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 139 + 26 = 295 (100%)
R 130 of 295 ~ 44.07%
G 139 of 295 ~ 47.12%
B 26 of 295 ~ 8.81%

%44.07
%47.12

CMYK color model

#828B1A color CMYK value is (6,0,81,45).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 81.29%
  • key color value is 45.49%
CMYK:
(6,0,81,45)
C6M0Y81K45 
(6%,0%,81%,45%)
(0.06/0.00/0.81/0.45)	

CMYK percentages

%6.47
%0
%81.29
%45.49

Codes

Color #828B1A in popluar color models

828B1A
RGB13013926
HSL65°68.48%32.35%
HSB/HSV65°81.29%54.51%
CMYK6.47%0.00%81.29%
45.49%

Color #828B1A in popluar number systems.

HEX828B1A
Decimal13013926
Binary100000101000101111010
Octal20221332

Shades and tints

Shades of #828B1A

#828B1A
(130,139,26)
#777F18
(119,127,24)
#6C7316
(108,115,22)
#616714
(97,103,20)
#565B12
(86,91,18)
#4B4F10
(75,79,16)
#40430E
(64,67,14)
#35370C
(53,55,12)
#2A2B0A
(42,43,10)
#1F1F08
(31,31,8)
#141306
(20,19,6)
#000000
(0,0,0)

Tints of #828B1A

#828B1A
(130,139,26)
#8D952E
(141,149,46)
#989F42
(152,159,66)
#A3A956
(163,169,86)
#AEB36A
(174,179,106)
#B9BD7E
(185,189,126)
#C4C792
(196,199,146)
#CFD1A6
(207,209,166)
#DADBBA
(218,219,186)
#E5E5CE
(229,229,206)
#F0EFE2
(240,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828B1A; }

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

This text font color is #828B1A.


Background Color

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

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

This div background color is #828B1A.


Border color

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

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

This div border color is #828B1A.


Opacity

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

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

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

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

This text has shadow with #828B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828B1A on black background.


Color preview on white background

This text has color #828B1A on white background.



Black color preview on #828B1A background

This text has black color on #828B1A background.


White color preview on #828B1A background

This text has white color on #828B1A background.