COLOR #827E05

HEX: #827E05
RGB: (130,126,5)

Color info

#827E05 contains mainly red and green colors. Web safe color of #827E05 is #996600 (or #960).

RGB color model

#827E05 color RGB value is (130,126,5).

  • red value is 130;
  • green value is 126;
  • blue value is 5.
RGB:
(130,126,5)
(51%,49%,2%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 5 of 255 = 2%

130
126
5

R + G + B ~ 34%. #827E05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 5 = 261 (100%)
R 130 of 261 ~ 49.81%
G 126 of 261 ~ 48.28%
B 5 of 261 ~ 1.92%

%49.81
%48.28

CMYK color model

#827E05 color CMYK value is (0,3,96,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 96.15%
  • key color value is 49.02%
CMYK:
(0,3,96,49)
C0M3Y96K49 
(0%,3%,96%,49%)
(0.00/0.03/0.96/0.49)	

CMYK percentages

%0
%3.08
%96.15
%49.02

Codes

Color #827E05 in popluar color models

827E05
RGB1301265
HSL58°92.59%26.47%
HSB/HSV58°96.15%50.98%
CMYK0.00%3.08%96.15%
49.02%

Color #827E05 in popluar number systems.

HEX827E05
Decimal1301265
Binary100000101111110101
Octal2021765

Shades and tints

Shades of #827E05

#827E05
(130,126,5)
#777305
(119,115,5)
#6C6805
(108,104,5)
#615D05
(97,93,5)
#565205
(86,82,5)
#4B4705
(75,71,5)
#403C05
(64,60,5)
#353105
(53,49,5)
#2A2605
(42,38,5)
#1F1B05
(31,27,5)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #827E05

#827E05
(130,126,5)
#8D891B
(141,137,27)
#989431
(152,148,49)
#A39F47
(163,159,71)
#AEAA5D
(174,170,93)
#B9B573
(185,181,115)
#C4C089
(196,192,137)
#CFCB9F
(207,203,159)
#DAD6B5
(218,214,181)
#E5E1CB
(229,225,203)
#F0ECE1
(240,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E05 color. Also use rgb(130,126,5) instead hex code.

Text Font Color

.myTextColor { color: #827E05; }

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

This text font color is #827E05.


Background Color

.myBgColor { background-color: #827E05; }

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

This div background color is #827E05.


Border color

.myBorderColor { border: 1px solid #827E05; }

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

This div border color is #827E05.


Opacity

.myOpacity80 { color: #827E05; opacity: 0.8; }

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

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

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

This text has shadow with #827E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E05 on black background.


Color preview on white background

This text has color #827E05 on white background.



Black color preview on #827E05 background

This text has black color on #827E05 background.


White color preview on #827E05 background

This text has white color on #827E05 background.