COLOR #7D8B0A

HEX: #7D8B0A
RGB: (125,139,10)

Color info

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

RGB color model

#7D8B0A color RGB value is (125,139,10).

  • red value is 125;
  • green value is 139;
  • blue value is 10.
RGB:
(125,139,10)
(49%,55%,4%)

RGB channels and saturation

R 125 of 255 = 49%
G 139 of 255 = 55%
B 10 of 255 = 4%

125
139
10

R + G + B ~ 36%. #7D8B0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 139 + 10 = 274 (100%)
R 125 of 274 ~ 45.62%
G 139 of 274 ~ 50.73%
B 10 of 274 ~ 3.65%

%45.62
%50.73

CMYK color model

#7D8B0A color CMYK value is (10,0,93,45).

  • cyan value is 10.07%
  • magenta value is 0.00%
  • yellow value is 92.81%
  • key color value is 45.49%
CMYK:
(10,0,93,45)
C10M0Y93K45 
(10%,0%,93%,45%)
(0.10/0.00/0.93/0.45)	

CMYK percentages

%10.07
%0
%92.81
%45.49

Codes

Color #7D8B0A in popluar color models

7D8B0A
RGB12513910
HSL67°86.58%29.22%
HSB/HSV67°92.81%54.51%
CMYK10.07%0.00%92.81%
45.49%

Color #7D8B0A in popluar number systems.

HEX7D8B0A
Decimal12513910
Binary1111101100010111010
Octal17521312

Shades and tints

Shades of #7D8B0A

#7D8B0A
(125,139,10)
#727F0A
(114,127,10)
#67730A
(103,115,10)
#5C670A
(92,103,10)
#515B0A
(81,91,10)
#464F0A
(70,79,10)
#3B430A
(59,67,10)
#30370A
(48,55,10)
#252B0A
(37,43,10)
#1A1F0A
(26,31,10)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #7D8B0A

#7D8B0A
(125,139,10)
#889520
(136,149,32)
#939F36
(147,159,54)
#9EA94C
(158,169,76)
#A9B362
(169,179,98)
#B4BD78
(180,189,120)
#BFC78E
(191,199,142)
#CAD1A4
(202,209,164)
#D5DBBA
(213,219,186)
#E0E5D0
(224,229,208)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8B0A; }

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

This text font color is #7D8B0A.


Background Color

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

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

This div background color is #7D8B0A.


Border color

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

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

This div border color is #7D8B0A.


Opacity

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

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

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

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

This text has shadow with #7D8B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8B0A on black background.


Color preview on white background

This text has color #7D8B0A on white background.



Black color preview on #7D8B0A background

This text has black color on #7D8B0A background.


White color preview on #7D8B0A background

This text has white color on #7D8B0A background.