COLOR #7D9819

HEX: #7D9819
RGB: (125,152,25)

Color info

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

RGB color model

#7D9819 color RGB value is (125,152,25).

  • red value is 125;
  • green value is 152;
  • blue value is 25.
RGB:
(125,152,25)
(49%,60%,10%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 25 of 255 = 10%

125
152
25

R + G + B ~ 40%. #7D9819 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 152 + 25 = 302 (100%)
R 125 of 302 ~ 41.39%
G 152 of 302 ~ 50.33%
B 25 of 302 ~ 8.28%

%41.39
%50.33

CMYK color model

#7D9819 color CMYK value is (18,0,84,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 83.55%
  • key color value is 40.39%
CMYK:
(18,0,84,40)
C18M0Y84K40 
(18%,0%,84%,40%)
(0.18/0.00/0.84/0.40)	

CMYK percentages

%17.76
%0
%83.55
%40.39

Codes

Color #7D9819 in popluar color models

7D9819
RGB12515225
HSL73°71.75%34.71%
HSB/HSV73°83.55%59.61%
CMYK17.76%0.00%83.55%
40.39%

Color #7D9819 in popluar number systems.

HEX7D9819
Decimal12515225
Binary11111011001100011001
Octal17523031

Shades and tints

Shades of #7D9819

#7D9819
(125,152,25)
#728B17
(114,139,23)
#677E15
(103,126,21)
#5C7113
(92,113,19)
#516411
(81,100,17)
#46570F
(70,87,15)
#3B4A0D
(59,74,13)
#303D0B
(48,61,11)
#253009
(37,48,9)
#1A2307
(26,35,7)
#0F1605
(15,22,5)
#000000
(0,0,0)

Tints of #7D9819

#7D9819
(125,152,25)
#88A12D
(136,161,45)
#93AA41
(147,170,65)
#9EB355
(158,179,85)
#A9BC69
(169,188,105)
#B4C57D
(180,197,125)
#BFCE91
(191,206,145)
#CAD7A5
(202,215,165)
#D5E0B9
(213,224,185)
#E0E9CD
(224,233,205)
#EBF2E1
(235,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9819; }

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

This text font color is #7D9819.


Background Color

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

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

This div background color is #7D9819.


Border color

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

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

This div border color is #7D9819.


Opacity

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

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

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

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

This text has shadow with #7D9819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9819 on black background.


Color preview on white background

This text has color #7D9819 on white background.



Black color preview on #7D9819 background

This text has black color on #7D9819 background.


White color preview on #7D9819 background

This text has white color on #7D9819 background.