COLOR #7D8C50

HEX: #7D8C50
RGB: (125,140,80)

Color info

#7D8C50 contains mainly red and green colors. Web safe color of #7D8C50 is #669966 (or #696).

RGB color model

#7D8C50 color RGB value is (125,140,80).

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

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 80 of 255 = 31%

125
140
80

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 80 = 345 (100%)
R 125 of 345 ~ 36.23%
G 140 of 345 ~ 40.58%
B 80 of 345 ~ 23.19%

%36.23
%40.58
%23.19

CMYK color model

#7D8C50 color CMYK value is (11,0,43,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 45.10%
CMYK:
(11,0,43,45)
C11M0Y43K45 
(11%,0%,43%,45%)
(0.11/0.00/0.43/0.45)	

CMYK percentages

%10.71
%0
%42.86
%45.1

Codes

Color #7D8C50 in popluar color models

7D8C50
RGB12514080
HSL75°27.27%43.14%
HSB/HSV75°42.86%54.90%
CMYK10.71%0.00%42.86%
45.10%

Color #7D8C50 in popluar number systems.

HEX7D8C50
Decimal12514080
Binary1111101100011001010000
Octal175214120

Shades and tints

Shades of #7D8C50

#7D8C50
(125,140,80)
#728049
(114,128,73)
#677442
(103,116,66)
#5C683B
(92,104,59)
#515C34
(81,92,52)
#46502D
(70,80,45)
#3B4426
(59,68,38)
#30381F
(48,56,31)
#252C18
(37,44,24)
#1A2011
(26,32,17)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #7D8C50

#7D8C50
(125,140,80)
#88965F
(136,150,95)
#93A06E
(147,160,110)
#9EAA7D
(158,170,125)
#A9B48C
(169,180,140)
#B4BE9B
(180,190,155)
#BFC8AA
(191,200,170)
#CAD2B9
(202,210,185)
#D5DCC8
(213,220,200)
#E0E6D7
(224,230,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C50; }

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

This text font color is #7D8C50.


Background Color

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

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

This div background color is #7D8C50.


Border color

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

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

This div border color is #7D8C50.


Opacity

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

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

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

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

This text has shadow with #7D8C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C50 on black background.


Color preview on white background

This text has color #7D8C50 on white background.



Black color preview on #7D8C50 background

This text has black color on #7D8C50 background.


White color preview on #7D8C50 background

This text has white color on #7D8C50 background.