COLOR #7D8C2C

HEX: #7D8C2C
RGB: (125,140,44)

Color info

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

RGB color model

#7D8C2C color RGB value is (125,140,44).

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

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 44 of 255 = 17%

125
140
44

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 44 = 309 (100%)
R 125 of 309 ~ 40.45%
G 140 of 309 ~ 45.31%
B 44 of 309 ~ 14.24%

%40.45
%45.31
%14.24

CMYK color model

#7D8C2C color CMYK value is (11,0,69,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 45.10%
CMYK:
(11,0,69,45)
C11M0Y69K45 
(11%,0%,69%,45%)
(0.11/0.00/0.69/0.45)	

CMYK percentages

%10.71
%0
%68.57
%45.1

Codes

Color #7D8C2C in popluar color models

7D8C2C
RGB12514044
HSL69°52.17%36.08%
HSB/HSV69°68.57%54.90%
CMYK10.71%0.00%68.57%
45.10%

Color #7D8C2C in popluar number systems.

HEX7D8C2C
Decimal12514044
Binary111110110001100101100
Octal17521454

Shades and tints

Shades of #7D8C2C

#7D8C2C
(125,140,44)
#728028
(114,128,40)
#677424
(103,116,36)
#5C6820
(92,104,32)
#515C1C
(81,92,28)
#465018
(70,80,24)
#3B4414
(59,68,20)
#303810
(48,56,16)
#252C0C
(37,44,12)
#1A2008
(26,32,8)
#0F1404
(15,20,4)
#000000
(0,0,0)

Tints of #7D8C2C

#7D8C2C
(125,140,44)
#88963F
(136,150,63)
#93A052
(147,160,82)
#9EAA65
(158,170,101)
#A9B478
(169,180,120)
#B4BE8B
(180,190,139)
#BFC89E
(191,200,158)
#CAD2B1
(202,210,177)
#D5DCC4
(213,220,196)
#E0E6D7
(224,230,215)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C2C; }

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

This text font color is #7D8C2C.


Background Color

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

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

This div background color is #7D8C2C.


Border color

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

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

This div border color is #7D8C2C.


Opacity

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

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

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

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

This text has shadow with #7D8C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C2C on black background.


Color preview on white background

This text has color #7D8C2C on white background.



Black color preview on #7D8C2C background

This text has black color on #7D8C2C background.


White color preview on #7D8C2C background

This text has white color on #7D8C2C background.