COLOR #7C8E5E

HEX: #7C8E5E
RGB: (124,142,94)

Color info

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

RGB color model

#7C8E5E color RGB value is (124,142,94).

  • red value is 124;
  • green value is 142;
  • blue value is 94.
RGB:
(124,142,94)
(49%,56%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 94 of 255 = 37%

124
142
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 142 + 94 = 360 (100%)
R 124 of 360 ~ 34.44%
G 142 of 360 ~ 39.44%
B 94 of 360 ~ 26.11%

%34.44
%39.44
%26.11

CMYK color model

#7C8E5E color CMYK value is (13,0,34,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(13,0,34,44)
C13M0Y34K44 
(13%,0%,34%,44%)
(0.13/0.00/0.34/0.44)	

CMYK percentages

%12.68
%0
%33.8
%44.31

Codes

Color #7C8E5E in popluar color models

7C8E5E
RGB12414294
HSL83°20.34%46.27%
HSB/HSV83°33.80%55.69%
CMYK12.68%0.00%33.80%
44.31%

Color #7C8E5E in popluar number systems.

HEX7C8E5E
Decimal12414294
Binary1111100100011101011110
Octal174216136

Shades and tints

Shades of #7C8E5E

#7C8E5E
(124,142,94)
#718256
(113,130,86)
#66764E
(102,118,78)
#5B6A46
(91,106,70)
#505E3E
(80,94,62)
#455236
(69,82,54)
#3A462E
(58,70,46)
#2F3A26
(47,58,38)
#242E1E
(36,46,30)
#192216
(25,34,22)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #7C8E5E

#7C8E5E
(124,142,94)
#87986C
(135,152,108)
#92A27A
(146,162,122)
#9DAC88
(157,172,136)
#A8B696
(168,182,150)
#B3C0A4
(179,192,164)
#BECAB2
(190,202,178)
#C9D4C0
(201,212,192)
#D4DECE
(212,222,206)
#DFE8DC
(223,232,220)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8E5E color. Also use rgb(124,142,94) instead hex code.

Text Font Color

.myTextColor { color: #7C8E5E; }

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

This text font color is #7C8E5E.


Background Color

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

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

This div background color is #7C8E5E.


Border color

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

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

This div border color is #7C8E5E.


Opacity

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

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

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

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

This text has shadow with #7C8E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8E5E on black background.


Color preview on white background

This text has color #7C8E5E on white background.



Black color preview on #7C8E5E background

This text has black color on #7C8E5E background.


White color preview on #7C8E5E background

This text has white color on #7C8E5E background.