COLOR #7C9C44

HEX: #7C9C44
RGB: (124,156,68)

Color info

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

RGB color model

#7C9C44 color RGB value is (124,156,68).

  • red value is 124;
  • green value is 156;
  • blue value is 68.
RGB:
(124,156,68)
(49%,61%,27%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 68 of 255 = 27%

124
156
68

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

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 68 = 348 (100%)
R 124 of 348 ~ 35.63%
G 156 of 348 ~ 44.83%
B 68 of 348 ~ 19.54%

%35.63
%44.83
%19.54

CMYK color model

#7C9C44 color CMYK value is (21,0,56,39).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 56.41%
  • key color value is 38.82%
CMYK:
(21,0,56,39)
C21M0Y56K39 
(21%,0%,56%,39%)
(0.21/0.00/0.56/0.39)	

CMYK percentages

%20.51
%0
%56.41
%38.82

Codes

Color #7C9C44 in popluar color models

7C9C44
RGB12415668
HSL82°39.29%43.92%
HSB/HSV82°56.41%61.18%
CMYK20.51%0.00%56.41%
38.82%

Color #7C9C44 in popluar number systems.

HEX7C9C44
Decimal12415668
Binary1111100100111001000100
Octal174234104

Shades and tints

Shades of #7C9C44

#7C9C44
(124,156,68)
#718E3E
(113,142,62)
#668038
(102,128,56)
#5B7232
(91,114,50)
#50642C
(80,100,44)
#455626
(69,86,38)
#3A4820
(58,72,32)
#2F3A1A
(47,58,26)
#242C14
(36,44,20)
#191E0E
(25,30,14)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #7C9C44

#7C9C44
(124,156,68)
#87A555
(135,165,85)
#92AE66
(146,174,102)
#9DB777
(157,183,119)
#A8C088
(168,192,136)
#B3C999
(179,201,153)
#BED2AA
(190,210,170)
#C9DBBB
(201,219,187)
#D4E4CC
(212,228,204)
#DFEDDD
(223,237,221)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9C44 color. Also use rgb(124,156,68) instead hex code.

Text Font Color

.myTextColor { color: #7C9C44; }

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

This text font color is #7C9C44.


Background Color

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

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

This div background color is #7C9C44.


Border color

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

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

This div border color is #7C9C44.


Opacity

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

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

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

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

This text has shadow with #7C9C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9C44 on black background.


Color preview on white background

This text has color #7C9C44 on white background.



Black color preview on #7C9C44 background

This text has black color on #7C9C44 background.


White color preview on #7C9C44 background

This text has white color on #7C9C44 background.