COLOR #828118

HEX: #828118
RGB: (130,129,24)

Color info

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

RGB color model

#828118 color RGB value is (130,129,24).

  • red value is 130;
  • green value is 129;
  • blue value is 24.
RGB:
(130,129,24)
(51%,51%,9%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 24 of 255 = 9%

130
129
24

R + G + B ~ 37%. #828118 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 24 = 283 (100%)
R 130 of 283 ~ 45.94%
G 129 of 283 ~ 45.58%
B 24 of 283 ~ 8.48%

%45.94
%45.58

CMYK color model

#828118 color CMYK value is (0,1,82,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 81.54%
  • key color value is 49.02%
CMYK:
(0,1,82,49)
C0M1Y82K49 
(0%,1%,82%,49%)
(0.00/0.01/0.82/0.49)	

CMYK percentages

%0
%0.77
%81.54
%49.02

Codes

Color #828118 in popluar color models

828118
RGB13012924
HSL59°68.83%30.20%
HSB/HSV59°81.54%50.98%
CMYK0.00%0.77%81.54%
49.02%

Color #828118 in popluar number systems.

HEX828118
Decimal13012924
Binary100000101000000111000
Octal20220130

Shades and tints

Shades of #828118

#828118
(130,129,24)
#777616
(119,118,22)
#6C6B14
(108,107,20)
#616012
(97,96,18)
#565510
(86,85,16)
#4B4A0E
(75,74,14)
#403F0C
(64,63,12)
#35340A
(53,52,10)
#2A2908
(42,41,8)
#1F1E06
(31,30,6)
#141304
(20,19,4)
#000000
(0,0,0)

Tints of #828118

#828118
(130,129,24)
#8D8C2D
(141,140,45)
#989742
(152,151,66)
#A3A257
(163,162,87)
#AEAD6C
(174,173,108)
#B9B881
(185,184,129)
#C4C396
(196,195,150)
#CFCEAB
(207,206,171)
#DAD9C0
(218,217,192)
#E5E4D5
(229,228,213)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828118 color. Also use rgb(130,129,24) instead hex code.

Text Font Color

.myTextColor { color: #828118; }

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

This text font color is #828118.


Background Color

.myBgColor { background-color: #828118; }

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

This div background color is #828118.


Border color

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

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

This div border color is #828118.


Opacity

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

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

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

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

This text has shadow with #828118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828118 on black background.


Color preview on white background

This text has color #828118 on white background.



Black color preview on #828118 background

This text has black color on #828118 background.


White color preview on #828118 background

This text has white color on #828118 background.