COLOR #827F0F

HEX: #827F0F
RGB: (130,127,15)

Color info

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

RGB color model

#827F0F color RGB value is (130,127,15).

  • red value is 130;
  • green value is 127;
  • blue value is 15.
RGB:
(130,127,15)
(51%,50%,6%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 15 of 255 = 6%

130
127
15

R + G + B ~ 36%. #827F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 15 = 272 (100%)
R 130 of 272 ~ 47.79%
G 127 of 272 ~ 46.69%
B 15 of 272 ~ 5.51%

%47.79
%46.69

CMYK color model

#827F0F color CMYK value is (0,2,88,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 88.46%
  • key color value is 49.02%
CMYK:
(0,2,88,49)
C0M2Y88K49 
(0%,2%,88%,49%)
(0.00/0.02/0.88/0.49)	

CMYK percentages

%0
%2.31
%88.46
%49.02

Codes

Color #827F0F in popluar color models

827F0F
RGB13012715
HSL58°79.31%28.43%
HSB/HSV58°88.46%50.98%
CMYK0.00%2.31%88.46%
49.02%

Color #827F0F in popluar number systems.

HEX827F0F
Decimal13012715
Binary1000001011111111111
Octal20217717

Shades and tints

Shades of #827F0F

#827F0F
(130,127,15)
#77740E
(119,116,14)
#6C690D
(108,105,13)
#615E0C
(97,94,12)
#56530B
(86,83,11)
#4B480A
(75,72,10)
#403D09
(64,61,9)
#353208
(53,50,8)
#2A2707
(42,39,7)
#1F1C06
(31,28,6)
#141105
(20,17,5)
#000000
(0,0,0)

Tints of #827F0F

#827F0F
(130,127,15)
#8D8A24
(141,138,36)
#989539
(152,149,57)
#A3A04E
(163,160,78)
#AEAB63
(174,171,99)
#B9B678
(185,182,120)
#C4C18D
(196,193,141)
#CFCCA2
(207,204,162)
#DAD7B7
(218,215,183)
#E5E2CC
(229,226,204)
#F0EDE1
(240,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F0F color. Also use rgb(130,127,15) instead hex code.

Text Font Color

.myTextColor { color: #827F0F; }

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

This text font color is #827F0F.


Background Color

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

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

This div background color is #827F0F.


Border color

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

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

This div border color is #827F0F.


Opacity

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

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

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

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

This text has shadow with #827F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F0F on black background.


Color preview on white background

This text has color #827F0F on white background.



Black color preview on #827F0F background

This text has black color on #827F0F background.


White color preview on #827F0F background

This text has white color on #827F0F background.