COLOR #807F0A

HEX: #807F0A
RGB: (128,127,10)

Color info

#807F0A contains mainly red and green colors. Web safe color of #807F0A is #666600 (or #660).

RGB color model

#807F0A color RGB value is (128,127,10).

  • red value is 128;
  • green value is 127;
  • blue value is 10.
RGB:
(128,127,10)
(50%,50%,4%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 10 of 255 = 4%

128
127
10

R + G + B ~ 35%. #807F0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 10 = 265 (100%)
R 128 of 265 ~ 48.3%
G 127 of 265 ~ 47.92%
B 10 of 265 ~ 3.77%

%48.3
%47.92

CMYK color model

#807F0A color CMYK value is (0,1,92,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 92.19%
  • key color value is 49.80%
CMYK:
(0,1,92,50)
C0M1Y92K50 
(0%,1%,92%,50%)
(0.00/0.01/0.92/0.50)	

CMYK percentages

%0
%0.78
%92.19
%49.8

Codes

Color #807F0A in popluar color models

807F0A
RGB12812710
HSL59°85.51%27.06%
HSB/HSV59°92.19%50.20%
CMYK0.00%0.78%92.19%
49.80%

Color #807F0A in popluar number systems.

HEX807F0A
Decimal12812710
Binary1000000011111111010
Octal20017712

Shades and tints

Shades of #807F0A

#807F0A
(128,127,10)
#75740A
(117,116,10)
#6A690A
(106,105,10)
#5F5E0A
(95,94,10)
#54530A
(84,83,10)
#49480A
(73,72,10)
#3E3D0A
(62,61,10)
#33320A
(51,50,10)
#28270A
(40,39,10)
#1D1C0A
(29,28,10)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #807F0A

#807F0A
(128,127,10)
#8B8A20
(139,138,32)
#969536
(150,149,54)
#A1A04C
(161,160,76)
#ACAB62
(172,171,98)
#B7B678
(183,182,120)
#C2C18E
(194,193,142)
#CDCCA4
(205,204,164)
#D8D7BA
(216,215,186)
#E3E2D0
(227,226,208)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807F0A color. Also use rgb(128,127,10) instead hex code.

Text Font Color

.myTextColor { color: #807F0A; }

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

This text font color is #807F0A.


Background Color

.myBgColor { background-color: #807F0A; }

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

This div background color is #807F0A.


Border color

.myBorderColor { border: 1px solid #807F0A; }

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

This div border color is #807F0A.


Opacity

.myOpacity80 { color: #807F0A; opacity: 0.8; }

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

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

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

This text has shadow with #807F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F0A on black background.


Color preview on white background

This text has color #807F0A on white background.



Black color preview on #807F0A background

This text has black color on #807F0A background.


White color preview on #807F0A background

This text has white color on #807F0A background.