COLOR #7D8918

HEX: #7D8918
RGB: (125,137,24)

Color info

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

RGB color model

#7D8918 color RGB value is (125,137,24).

  • red value is 125;
  • green value is 137;
  • blue value is 24.
RGB:
(125,137,24)
(49%,54%,9%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 24 of 255 = 9%

125
137
24

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 24 = 286 (100%)
R 125 of 286 ~ 43.71%
G 137 of 286 ~ 47.9%
B 24 of 286 ~ 8.39%

%43.71
%47.9

CMYK color model

#7D8918 color CMYK value is (9,0,82,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 82.48%
  • key color value is 46.27%
CMYK:
(9,0,82,46)
C9M0Y82K46 
(9%,0%,82%,46%)
(0.09/0.00/0.82/0.46)	

CMYK percentages

%8.76
%0
%82.48
%46.27

Codes

Color #7D8918 in popluar color models

7D8918
RGB12513724
HSL66°70.19%31.57%
HSB/HSV66°82.48%53.73%
CMYK8.76%0.00%82.48%
46.27%

Color #7D8918 in popluar number systems.

HEX7D8918
Decimal12513724
Binary11111011000100111000
Octal17521130

Shades and tints

Shades of #7D8918

#7D8918
(125,137,24)
#727D16
(114,125,22)
#677114
(103,113,20)
#5C6512
(92,101,18)
#515910
(81,89,16)
#464D0E
(70,77,14)
#3B410C
(59,65,12)
#30350A
(48,53,10)
#252908
(37,41,8)
#1A1D06
(26,29,6)
#0F1104
(15,17,4)
#000000
(0,0,0)

Tints of #7D8918

#7D8918
(125,137,24)
#88932D
(136,147,45)
#939D42
(147,157,66)
#9EA757
(158,167,87)
#A9B16C
(169,177,108)
#B4BB81
(180,187,129)
#BFC596
(191,197,150)
#CACFAB
(202,207,171)
#D5D9C0
(213,217,192)
#E0E3D5
(224,227,213)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8918; }

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

This text font color is #7D8918.


Background Color

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

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

This div background color is #7D8918.


Border color

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

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

This div border color is #7D8918.


Opacity

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

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

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

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

This text has shadow with #7D8918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8918 on black background.


Color preview on white background

This text has color #7D8918 on white background.



Black color preview on #7D8918 background

This text has black color on #7D8918 background.


White color preview on #7D8918 background

This text has white color on #7D8918 background.