COLOR #807A07

HEX: #807A07
RGB: (128,122,7)

Color info

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

RGB color model

#807A07 color RGB value is (128,122,7).

  • red value is 128;
  • green value is 122;
  • blue value is 7.
RGB:
(128,122,7)
(50%,48%,3%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 7 of 255 = 3%

128
122
7

R + G + B ~ 34%. #807A07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 7 = 257 (100%)
R 128 of 257 ~ 49.81%
G 122 of 257 ~ 47.47%
B 7 of 257 ~ 2.72%

%49.81
%47.47

CMYK color model

#807A07 color CMYK value is (0,5,95,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 94.53%
  • key color value is 49.80%
CMYK:
(0,5,95,50)
C0M5Y95K50 
(0%,5%,95%,50%)
(0.00/0.05/0.95/0.50)	

CMYK percentages

%0
%4.69
%94.53
%49.8

Codes

Color #807A07 in popluar color models

807A07
RGB1281227
HSL57°89.63%26.47%
HSB/HSV57°94.53%50.20%
CMYK0.00%4.69%94.53%
49.80%

Color #807A07 in popluar number systems.

HEX807A07
Decimal1281227
Binary100000001111010111
Octal2001727

Shades and tints

Shades of #807A07

#807A07
(128,122,7)
#756F07
(117,111,7)
#6A6407
(106,100,7)
#5F5907
(95,89,7)
#544E07
(84,78,7)
#494307
(73,67,7)
#3E3807
(62,56,7)
#332D07
(51,45,7)
#282207
(40,34,7)
#1D1707
(29,23,7)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #807A07

#807A07
(128,122,7)
#8B861D
(139,134,29)
#969233
(150,146,51)
#A19E49
(161,158,73)
#ACAA5F
(172,170,95)
#B7B675
(183,182,117)
#C2C28B
(194,194,139)
#CDCEA1
(205,206,161)
#D8DAB7
(216,218,183)
#E3E6CD
(227,230,205)
#EEF2E3
(238,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807A07 color. Also use rgb(128,122,7) instead hex code.

Text Font Color

.myTextColor { color: #807A07; }

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

This text font color is #807A07.


Background Color

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

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

This div background color is #807A07.


Border color

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

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

This div border color is #807A07.


Opacity

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

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

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

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

This text has shadow with #807A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A07 on black background.


Color preview on white background

This text has color #807A07 on white background.



Black color preview on #807A07 background

This text has black color on #807A07 background.


White color preview on #807A07 background

This text has white color on #807A07 background.