COLOR #7D8C4B

HEX: #7D8C4B RGB: (125,140,75)

Color info

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

RGB color model

#7D8C4B color RGB value is (125,140,75).

RGB: (125,140,75) (49%, 55%, 29%)

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 75 of 255 = 29%

125
140
75

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

Portions of RGB colors in percentages

R + G + B = 125 + 140 + 75 = 340 (100%)
R 125 of 340 ~ 36.76%
G 140 of 340 ~ 41.18%
B 75 of 340 ~ 22.06'%

%36.76
%41.18
%22.06

CMYK color model

#7D8C4B color CMYK value is (11,0,46,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 45.10%

CMYK: (11,0,46,45)
C11M0Y46K45 (11%, 0%, 46%, 45%)
(0.11 / 0.00 / 0.46 / 0.45)

CMYK percentages

%10.71
%0
%46.43
%45.1

Codes

Color #7D8C4B in popluar color models

7D 8C 4B
RGB 125 140 75
HSL 74° 30.23% 42.16%
HSB/HSV 74° 46.43% 54.90%
CMYK 10.71% 0.00% 46.43%
45.10%

Color #7D8C4B in popluar number systems.

HEX 7D 8C 4B
Decimal 125 140 75
Binary 1111101 10001100 1001011
Octal 175 214 113

Shades and tints

Shades of #7D8C4B

#7D8C4B
(125,140,75)
#728045
(114,128,69)
#67743F
(103,116,63)
#5C6839
(92,104,57)
#515C33
(81,92,51)
#46502D
(70,80,45)
#3B4427
(59,68,39)
#303821
(48,56,33)
#252C1B
(37,44,27)
#1A2015
(26,32,21)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D8C4B

#7D8C4B
(125,140,75)
#88965B
(136,150,91)
#93A06B
(147,160,107)
#9EAA7B
(158,170,123)
#A9B48B
(169,180,139)
#B4BE9B
(180,190,155)
#BFC8AB
(191,200,171)
#CAD2BB
(202,210,187)
#D5DCCB
(213,220,203)
#E0E6DB
(224,230,219)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C4B; }

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

This text font color is #7D8C4B.

Background Color

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

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

This div background color is #7D8C4B.

Border color

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

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

This div border color is #7D8C4B.

Opacity

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

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

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

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

This text has shadow with #7D8C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8C4B.

Preview

Color preview on black background

This text has color #7D8C4B on black background.


Color preview on white background

This text has color #7D8C4B on white background.


Black color preview on #7D8C4B background

This text has black color on #7D8C4B background.


White color preview on #7D8C4B background

This text has white color on #7D8C4B background.


Related colors

Complementary color

Complementary color for #hex is #8273B4.


I love getcolorcode.com

Triadic colors

1 #4B7D8C and #8C4B7D with #7D8C4B are triadic colors.

2 #4B8C7D and #8C7D4B with #7D8C4B are triadic colors.