COLOR #7D8107

HEX: #7D8107
RGB: (125,129,7)

Color info

#7D8107 contains mainly red and green colors. Web safe color of #7D8107 is #669900 (or #690).

RGB color model

#7D8107 color RGB value is (125,129,7).

  • red value is 125;
  • green value is 129;
  • blue value is 7.
RGB:
(125,129,7)
(49%,51%,3%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 7 of 255 = 3%

125
129
7

R + G + B ~ 34%. #7D8107 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 7 = 261 (100%)
R 125 of 261 ~ 47.89%
G 129 of 261 ~ 49.43%
B 7 of 261 ~ 2.68%

%47.89
%49.43

CMYK color model

#7D8107 color CMYK value is (3,0,95,49).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 94.57%
  • key color value is 49.41%
CMYK:
(3,0,95,49)
C3M0Y95K49 
(3%,0%,95%,49%)
(0.03/0.00/0.95/0.49)	

CMYK percentages

%3.1
%0
%94.57
%49.41

Codes

Color #7D8107 in popluar color models

7D8107
RGB1251297
HSL62°89.71%26.67%
HSB/HSV62°94.57%50.59%
CMYK3.10%0.00%94.57%
49.41%

Color #7D8107 in popluar number systems.

HEX7D8107
Decimal1251297
Binary111110110000001111
Octal1752017

Shades and tints

Shades of #7D8107

#7D8107
(125,129,7)
#727607
(114,118,7)
#676B07
(103,107,7)
#5C6007
(92,96,7)
#515507
(81,85,7)
#464A07
(70,74,7)
#3B3F07
(59,63,7)
#303407
(48,52,7)
#252907
(37,41,7)
#1A1E07
(26,30,7)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #7D8107

#7D8107
(125,129,7)
#888C1D
(136,140,29)
#939733
(147,151,51)
#9EA249
(158,162,73)
#A9AD5F
(169,173,95)
#B4B875
(180,184,117)
#BFC38B
(191,195,139)
#CACEA1
(202,206,161)
#D5D9B7
(213,217,183)
#E0E4CD
(224,228,205)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8107 color. Also use rgb(125,129,7) instead hex code.

Text Font Color

.myTextColor { color: #7D8107; }

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

This text font color is #7D8107.


Background Color

.myBgColor { background-color: #7D8107; }

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

This div background color is #7D8107.


Border color

.myBorderColor { border: 1px solid #7D8107; }

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

This div border color is #7D8107.


Opacity

.myOpacity80 { color: #7D8107; opacity: 0.8; }

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

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

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

This text has shadow with #7D8107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8107 on black background.


Color preview on white background

This text has color #7D8107 on white background.



Black color preview on #7D8107 background

This text has black color on #7D8107 background.


White color preview on #7D8107 background

This text has white color on #7D8107 background.