COLOR #7D8519

HEX: #7D8519
RGB: (125,133,25)

Color info

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

RGB color model

#7D8519 color RGB value is (125,133,25).

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

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 25 of 255 = 10%

125
133
25

R + G + B ~ 37%. #7D8519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 25 = 283 (100%)
R 125 of 283 ~ 44.17%
G 133 of 283 ~ 47%
B 25 of 283 ~ 8.83%

%44.17
%47

CMYK color model

#7D8519 color CMYK value is (6,0,81,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 81.20%
  • key color value is 47.84%
CMYK:
(6,0,81,48)
C6M0Y81K48 
(6%,0%,81%,48%)
(0.06/0.00/0.81/0.48)	

CMYK percentages

%6.02
%0
%81.2
%47.84

Codes

Color #7D8519 in popluar color models

7D8519
RGB12513325
HSL64°68.35%30.98%
HSB/HSV64°81.20%52.16%
CMYK6.02%0.00%81.20%
47.84%

Color #7D8519 in popluar number systems.

HEX7D8519
Decimal12513325
Binary11111011000010111001
Octal17520531

Shades and tints

Shades of #7D8519

#7D8519
(125,133,25)
#727917
(114,121,23)
#676D15
(103,109,21)
#5C6113
(92,97,19)
#515511
(81,85,17)
#46490F
(70,73,15)
#3B3D0D
(59,61,13)
#30310B
(48,49,11)
#252509
(37,37,9)
#1A1907
(26,25,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #7D8519

#7D8519
(125,133,25)
#88902D
(136,144,45)
#939B41
(147,155,65)
#9EA655
(158,166,85)
#A9B169
(169,177,105)
#B4BC7D
(180,188,125)
#BFC791
(191,199,145)
#CAD2A5
(202,210,165)
#D5DDB9
(213,221,185)
#E0E8CD
(224,232,205)
#EBF3E1
(235,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8519; }

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

This text font color is #7D8519.


Background Color

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

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

This div background color is #7D8519.


Border color

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

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

This div border color is #7D8519.


Opacity

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

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

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

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

This text has shadow with #7D8519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8519 on black background.


Color preview on white background

This text has color #7D8519 on white background.



Black color preview on #7D8519 background

This text has black color on #7D8519 background.


White color preview on #7D8519 background

This text has white color on #7D8519 background.