COLOR #7C8970

HEX: #7C8970
RGB: (124,137,112)

Color info

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

RGB color model

#7C8970 color RGB value is (124,137,112).

  • red value is 124;
  • green value is 137;
  • blue value is 112.
RGB:
(124,137,112)
(49%,54%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 112 of 255 = 44%

124
137
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 112 = 373 (100%)
R 124 of 373 ~ 33.24%
G 137 of 373 ~ 36.73%
B 112 of 373 ~ 30.03%

%33.24
%36.73
%30.03

CMYK color model

#7C8970 color CMYK value is (9,0,18,46).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(9,0,18,46)
C9M0Y18K46 
(9%,0%,18%,46%)
(0.09/0.00/0.18/0.46)	

CMYK percentages

%9.49
%0
%18.25
%46.27

Codes

Color #7C8970 in popluar color models

7C8970
RGB124137112
HSL91°10.04%48.82%
HSB/HSV91°18.25%53.73%
CMYK9.49%0.00%18.25%
46.27%

Color #7C8970 in popluar number systems.

HEX7C8970
Decimal124137112
Binary1111100100010011110000
Octal174211160

Shades and tints

Shades of #7C8970

#7C8970
(124,137,112)
#717D66
(113,125,102)
#66715C
(102,113,92)
#5B6552
(91,101,82)
#505948
(80,89,72)
#454D3E
(69,77,62)
#3A4134
(58,65,52)
#2F352A
(47,53,42)
#242920
(36,41,32)
#191D16
(25,29,22)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7C8970

#7C8970
(124,137,112)
#87937D
(135,147,125)
#929D8A
(146,157,138)
#9DA797
(157,167,151)
#A8B1A4
(168,177,164)
#B3BBB1
(179,187,177)
#BEC5BE
(190,197,190)
#C9CFCB
(201,207,203)
#D4D9D8
(212,217,216)
#DFE3E5
(223,227,229)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8970 color. Also use rgb(124,137,112) instead hex code.

Text Font Color

.myTextColor { color: #7C8970; }

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

This text font color is #7C8970.


Background Color

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

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

This div background color is #7C8970.


Border color

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

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

This div border color is #7C8970.


Opacity

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

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

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

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

This text has shadow with #7C8970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8970 on black background.


Color preview on white background

This text has color #7C8970 on white background.



Black color preview on #7C8970 background

This text has black color on #7C8970 background.


White color preview on #7C8970 background

This text has white color on #7C8970 background.