COLOR #7D8C3F

HEX: #7D8C3F
RGB: (125,140,63)

Color info

#7D8C3F contains mainly red and green colors. Web safe color of #7D8C3F is #669933 (or #693).

RGB color model

#7D8C3F color RGB value is (125,140,63).

  • red value is 125;
  • green value is 140;
  • blue value is 63.
RGB:
(125,140,63)
(49%,55%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 63 of 255 = 25%

125
140
63

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 63 = 328 (100%)
R 125 of 328 ~ 38.11%
G 140 of 328 ~ 42.68%
B 63 of 328 ~ 19.21%

%38.11
%42.68
%19.21

CMYK color model

#7D8C3F color CMYK value is (11,0,55,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 45.10%
CMYK:
(11,0,55,45)
C11M0Y55K45 
(11%,0%,55%,45%)
(0.11/0.00/0.55/0.45)	

CMYK percentages

%10.71
%0
%55
%45.1

Codes

Color #7D8C3F in popluar color models

7D8C3F
RGB12514063
HSL72°37.93%39.80%
HSB/HSV72°55.00%54.90%
CMYK10.71%0.00%55.00%
45.10%

Color #7D8C3F in popluar number systems.

HEX7D8C3F
Decimal12514063
Binary111110110001100111111
Octal17521477

Shades and tints

Shades of #7D8C3F

#7D8C3F
(125,140,63)
#72803A
(114,128,58)
#677435
(103,116,53)
#5C6830
(92,104,48)
#515C2B
(81,92,43)
#465026
(70,80,38)
#3B4421
(59,68,33)
#30381C
(48,56,28)
#252C17
(37,44,23)
#1A2012
(26,32,18)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D8C3F

#7D8C3F
(125,140,63)
#889650
(136,150,80)
#93A061
(147,160,97)
#9EAA72
(158,170,114)
#A9B483
(169,180,131)
#B4BE94
(180,190,148)
#BFC8A5
(191,200,165)
#CAD2B6
(202,210,182)
#D5DCC7
(213,220,199)
#E0E6D8
(224,230,216)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C3F; }

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

This text font color is #7D8C3F.


Background Color

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

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

This div background color is #7D8C3F.


Border color

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

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

This div border color is #7D8C3F.


Opacity

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

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

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

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

This text has shadow with #7D8C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C3F on black background.


Color preview on white background

This text has color #7D8C3F on white background.



Black color preview on #7D8C3F background

This text has black color on #7D8C3F background.


White color preview on #7D8C3F background

This text has white color on #7D8C3F background.