COLOR #7C9352

HEX: #7C9352
RGB: (124,147,82)

Color info

#7C9352 contains mainly red and green colors. Web safe color of #7C9352 is #669966 (or #696).

RGB color model

#7C9352 color RGB value is (124,147,82).

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

RGB channels and saturation

R 124 of 255 = 49%
G 147 of 255 = 58%
B 82 of 255 = 32%

124
147
82

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

Portions of RGB colors in percentages

R + G + B =
124 + 147 + 82 = 353 (100%)
R 124 of 353 ~ 35.13%
G 147 of 353 ~ 41.64%
B 82 of 353 ~ 23.23%

%35.13
%41.64
%23.23

CMYK color model

#7C9352 color CMYK value is (16,0,44,42).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 44.22%
  • key color value is 42.35%
CMYK:
(16,0,44,42)
C16M0Y44K42 
(16%,0%,44%,42%)
(0.16/0.00/0.44/0.42)	

CMYK percentages

%15.65
%0
%44.22
%42.35

Codes

Color #7C9352 in popluar color models

7C9352
RGB12414782
HSL81°28.38%44.90%
HSB/HSV81°44.22%57.65%
CMYK15.65%0.00%44.22%
42.35%

Color #7C9352 in popluar number systems.

HEX7C9352
Decimal12414782
Binary1111100100100111010010
Octal174223122

Shades and tints

Shades of #7C9352

#7C9352
(124,147,82)
#71864B
(113,134,75)
#667944
(102,121,68)
#5B6C3D
(91,108,61)
#505F36
(80,95,54)
#45522F
(69,82,47)
#3A4528
(58,69,40)
#2F3821
(47,56,33)
#242B1A
(36,43,26)
#191E13
(25,30,19)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7C9352

#7C9352
(124,147,82)
#879C61
(135,156,97)
#92A570
(146,165,112)
#9DAE7F
(157,174,127)
#A8B78E
(168,183,142)
#B3C09D
(179,192,157)
#BEC9AC
(190,201,172)
#C9D2BB
(201,210,187)
#D4DBCA
(212,219,202)
#DFE4D9
(223,228,217)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9352; }

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

This text font color is #7C9352.


Background Color

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

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

This div background color is #7C9352.


Border color

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

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

This div border color is #7C9352.


Opacity

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

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

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

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

This text has shadow with #7C9352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9352 on black background.


Color preview on white background

This text has color #7C9352 on white background.



Black color preview on #7C9352 background

This text has black color on #7C9352 background.


White color preview on #7C9352 background

This text has white color on #7C9352 background.