COLOR #828927

HEX: #828927
RGB: (130,137,39)

Color info

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

RGB color model

#828927 color RGB value is (130,137,39).

  • red value is 130;
  • green value is 137;
  • blue value is 39.
RGB:
(130,137,39)
(51%,54%,15%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 39 of 255 = 15%

130
137
39

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 39 = 306 (100%)
R 130 of 306 ~ 42.48%
G 137 of 306 ~ 44.77%
B 39 of 306 ~ 12.75%

%42.48
%44.77
%12.75

CMYK color model

#828927 color CMYK value is (5,0,72,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 71.53%
  • key color value is 46.27%
CMYK:
(5,0,72,46)
C5M0Y72K46 
(5%,0%,72%,46%)
(0.05/0.00/0.72/0.46)	

CMYK percentages

%5.11
%0
%71.53
%46.27

Codes

Color #828927 in popluar color models

828927
RGB13013739
HSL64°55.68%34.51%
HSB/HSV64°71.53%53.73%
CMYK5.11%0.00%71.53%
46.27%

Color #828927 in popluar number systems.

HEX828927
Decimal13013739
Binary1000001010001001100111
Octal20221147

Shades and tints

Shades of #828927

#828927
(130,137,39)
#777D24
(119,125,36)
#6C7121
(108,113,33)
#61651E
(97,101,30)
#56591B
(86,89,27)
#4B4D18
(75,77,24)
#404115
(64,65,21)
#353512
(53,53,18)
#2A290F
(42,41,15)
#1F1D0C
(31,29,12)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #828927

#828927
(130,137,39)
#8D933A
(141,147,58)
#989D4D
(152,157,77)
#A3A760
(163,167,96)
#AEB173
(174,177,115)
#B9BB86
(185,187,134)
#C4C599
(196,197,153)
#CFCFAC
(207,207,172)
#DAD9BF
(218,217,191)
#E5E3D2
(229,227,210)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828927 color. Also use rgb(130,137,39) instead hex code.

Text Font Color

.myTextColor { color: #828927; }

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

This text font color is #828927.


Background Color

.myBgColor { background-color: #828927; }

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

This div background color is #828927.


Border color

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

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

This div border color is #828927.


Opacity

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

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

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

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

This text has shadow with #828927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828927 on black background.


Color preview on white background

This text has color #828927 on white background.



Black color preview on #828927 background

This text has black color on #828927 background.


White color preview on #828927 background

This text has white color on #828927 background.