COLOR #7C9371

HEX: #7C9371
RGB: (124,147,113)

Color info

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

RGB color model

#7C9371 color RGB value is (124,147,113).

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

RGB channels and saturation

R 124 of 255 = 49%
G 147 of 255 = 58%
B 113 of 255 = 44%

124
147
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 147 + 113 = 384 (100%)
R 124 of 384 ~ 32.29%
G 147 of 384 ~ 38.28%
B 113 of 384 ~ 29.43%

%32.29
%38.28
%29.43

CMYK color model

#7C9371 color CMYK value is (16,0,23,42).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 42.35%
CMYK:
(16,0,23,42)
C16M0Y23K42 
(16%,0%,23%,42%)
(0.16/0.00/0.23/0.42)	

CMYK percentages

%15.65
%0
%23.13
%42.35

Codes

Color #7C9371 in popluar color models

7C9371
RGB124147113
HSL101°13.60%50.98%
HSB/HSV101°23.13%57.65%
CMYK15.65%0.00%23.13%
42.35%

Color #7C9371 in popluar number systems.

HEX7C9371
Decimal124147113
Binary1111100100100111110001
Octal174223161

Shades and tints

Shades of #7C9371

#7C9371
(124,147,113)
#718667
(113,134,103)
#66795D
(102,121,93)
#5B6C53
(91,108,83)
#505F49
(80,95,73)
#45523F
(69,82,63)
#3A4535
(58,69,53)
#2F382B
(47,56,43)
#242B21
(36,43,33)
#191E17
(25,30,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #7C9371

#7C9371
(124,147,113)
#879C7D
(135,156,125)
#92A589
(146,165,137)
#9DAE95
(157,174,149)
#A8B7A1
(168,183,161)
#B3C0AD
(179,192,173)
#BEC9B9
(190,201,185)
#C9D2C5
(201,210,197)
#D4DBD1
(212,219,209)
#DFE4DD
(223,228,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9371; }

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

This text font color is #7C9371.


Background Color

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

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

This div background color is #7C9371.


Border color

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

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

This div border color is #7C9371.


Opacity

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

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

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

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

This text has shadow with #7C9371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9371 on black background.


Color preview on white background

This text has color #7C9371 on white background.



Black color preview on #7C9371 background

This text has black color on #7C9371 background.


White color preview on #7C9371 background

This text has white color on #7C9371 background.