COLOR #7C8039

HEX: #7C8039
RGB: (124,128,57)

Color info

#7C8039 contains mainly red and green colors. Web safe color of #7C8039 is #666633 (or #663).

RGB color model

#7C8039 color RGB value is (124,128,57).

  • red value is 124;
  • green value is 128;
  • blue value is 57.
RGB:
(124,128,57)
(49%,50%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 57 of 255 = 22%

124
128
57

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

Portions of RGB colors in percentages

R + G + B =
124 + 128 + 57 = 309 (100%)
R 124 of 309 ~ 40.13%
G 128 of 309 ~ 41.42%
B 57 of 309 ~ 18.45%

%40.13
%41.42
%18.45

CMYK color model

#7C8039 color CMYK value is (3,0,55,50).

  • cyan value is 3.12%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK:
(3,0,55,50)
C3M0Y55K50 
(3%,0%,55%,50%)
(0.03/0.00/0.55/0.50)	

CMYK percentages

%3.12
%0
%55.47
%49.8

Codes

Color #7C8039 in popluar color models

7C8039
RGB12412857
HSL63°38.38%36.27%
HSB/HSV63°55.47%50.20%
CMYK3.12%0.00%55.47%
49.80%

Color #7C8039 in popluar number systems.

HEX7C8039
Decimal12412857
Binary111110010000000111001
Octal17420071

Shades and tints

Shades of #7C8039

#7C8039
(124,128,57)
#717534
(113,117,52)
#666A2F
(102,106,47)
#5B5F2A
(91,95,42)
#505425
(80,84,37)
#454920
(69,73,32)
#3A3E1B
(58,62,27)
#2F3316
(47,51,22)
#242811
(36,40,17)
#191D0C
(25,29,12)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #7C8039

#7C8039
(124,128,57)
#878B4B
(135,139,75)
#92965D
(146,150,93)
#9DA16F
(157,161,111)
#A8AC81
(168,172,129)
#B3B793
(179,183,147)
#BEC2A5
(190,194,165)
#C9CDB7
(201,205,183)
#D4D8C9
(212,216,201)
#DFE3DB
(223,227,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8039 color. Also use rgb(124,128,57) instead hex code.

Text Font Color

.myTextColor { color: #7C8039; }

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

This text font color is #7C8039.


Background Color

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

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

This div background color is #7C8039.


Border color

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

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

This div border color is #7C8039.


Opacity

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

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

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

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

This text has shadow with #7C8039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8039 on black background.


Color preview on white background

This text has color #7C8039 on white background.



Black color preview on #7C8039 background

This text has black color on #7C8039 background.


White color preview on #7C8039 background

This text has white color on #7C8039 background.