COLOR #7D8C5B

HEX: #7D8C5B
RGB: (125,140,91)

Color info

#7D8C5B contains red, green and blue colors in about the same proportion. Web safe color of #7D8C5B is #669966 (or #696).

RGB color model

#7D8C5B color RGB value is (125,140,91).

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

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 91 of 255 = 36%

125
140
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 91 = 356 (100%)
R 125 of 356 ~ 35.11%
G 140 of 356 ~ 39.33%
B 91 of 356 ~ 25.56%

%35.11
%39.33
%25.56

CMYK color model

#7D8C5B color CMYK value is (11,0,35,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 45.10%
CMYK:
(11,0,35,45)
C11M0Y35K45 
(11%,0%,35%,45%)
(0.11/0.00/0.35/0.45)	

CMYK percentages

%10.71
%0
%35
%45.1

Codes

Color #7D8C5B in popluar color models

7D8C5B
RGB12514091
HSL78°21.21%45.29%
HSB/HSV78°35.00%54.90%
CMYK10.71%0.00%35.00%
45.10%

Color #7D8C5B in popluar number systems.

HEX7D8C5B
Decimal12514091
Binary1111101100011001011011
Octal175214133

Shades and tints

Shades of #7D8C5B

#7D8C5B
(125,140,91)
#728053
(114,128,83)
#67744B
(103,116,75)
#5C6843
(92,104,67)
#515C3B
(81,92,59)
#465033
(70,80,51)
#3B442B
(59,68,43)
#303823
(48,56,35)
#252C1B
(37,44,27)
#1A2013
(26,32,19)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #7D8C5B

#7D8C5B
(125,140,91)
#889669
(136,150,105)
#93A077
(147,160,119)
#9EAA85
(158,170,133)
#A9B493
(169,180,147)
#B4BEA1
(180,190,161)
#BFC8AF
(191,200,175)
#CAD2BD
(202,210,189)
#D5DCCB
(213,220,203)
#E0E6D9
(224,230,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C5B; }

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

This text font color is #7D8C5B.


Background Color

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

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

This div background color is #7D8C5B.


Border color

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

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

This div border color is #7D8C5B.


Opacity

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

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

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

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

This text has shadow with #7D8C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C5B on black background.


Color preview on white background

This text has color #7D8C5B on white background.



Black color preview on #7D8C5B background

This text has black color on #7D8C5B background.


White color preview on #7D8C5B background

This text has white color on #7D8C5B background.