COLOR #7C8371

HEX: #7C8371
RGB: (124,131,113)

Color info

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

RGB color model

#7C8371 color RGB value is (124,131,113).

  • red value is 124;
  • green value is 131;
  • blue value is 113.
RGB:
(124,131,113)
(49%,51%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 113 of 255 = 44%

124
131
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 113 = 368 (100%)
R 124 of 368 ~ 33.7%
G 131 of 368 ~ 35.6%
B 113 of 368 ~ 30.71%

%33.7
%35.6
%30.71

CMYK color model

#7C8371 color CMYK value is (5,0,14,49).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(5,0,14,49)
C5M0Y14K49 
(5%,0%,14%,49%)
(0.05/0.00/0.14/0.49)	

CMYK percentages

%5.34
%0
%13.74
%48.63

Codes

Color #7C8371 in popluar color models

7C8371
RGB124131113
HSL83°7.38%47.84%
HSB/HSV83°13.74%51.37%
CMYK5.34%0.00%13.74%
48.63%

Color #7C8371 in popluar number systems.

HEX7C8371
Decimal124131113
Binary1111100100000111110001
Octal174203161

Shades and tints

Shades of #7C8371

#7C8371
(124,131,113)
#717867
(113,120,103)
#666D5D
(102,109,93)
#5B6253
(91,98,83)
#505749
(80,87,73)
#454C3F
(69,76,63)
#3A4135
(58,65,53)
#2F362B
(47,54,43)
#242B21
(36,43,33)
#192017
(25,32,23)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #7C8371

#7C8371
(124,131,113)
#878E7D
(135,142,125)
#929989
(146,153,137)
#9DA495
(157,164,149)
#A8AFA1
(168,175,161)
#B3BAAD
(179,186,173)
#BEC5B9
(190,197,185)
#C9D0C5
(201,208,197)
#D4DBD1
(212,219,209)
#DFE6DD
(223,230,221)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8371 color. Also use rgb(124,131,113) instead hex code.

Text Font Color

.myTextColor { color: #7C8371; }

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

This text font color is #7C8371.


Background Color

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

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

This div background color is #7C8371.


Border color

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

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

This div border color is #7C8371.


Opacity

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

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

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

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

This text has shadow with #7C8371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8371 on black background.


Color preview on white background

This text has color #7C8371 on white background.



Black color preview on #7C8371 background

This text has black color on #7C8371 background.


White color preview on #7C8371 background

This text has white color on #7C8371 background.