COLOR #7CAC3F

HEX: #7CAC3F
RGB: (124,172,63)

Color info

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

RGB color model

#7CAC3F color RGB value is (124,172,63).

  • red value is 124;
  • green value is 172;
  • blue value is 63.
RGB:
(124,172,63)
(49%,67%,25%)

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 63 of 255 = 25%

124
172
63

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

Portions of RGB colors in percentages

R + G + B =
124 + 172 + 63 = 359 (100%)
R 124 of 359 ~ 34.54%
G 172 of 359 ~ 47.91%
B 63 of 359 ~ 17.55%

%34.54
%47.91
%17.55

CMYK color model

#7CAC3F color CMYK value is (28,0,63,33).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 63.37%
  • key color value is 32.55%
CMYK:
(28,0,63,33)
C28M0Y63K33 
(28%,0%,63%,33%)
(0.28/0.00/0.63/0.33)	

CMYK percentages

%27.91
%0
%63.37
%32.55

Codes

Color #7CAC3F in popluar color models

7CAC3F
RGB12417263
HSL86°46.38%46.08%
HSB/HSV86°63.37%67.45%
CMYK27.91%0.00%63.37%
32.55%

Color #7CAC3F in popluar number systems.

HEX7CAC3F
Decimal12417263
Binary111110010101100111111
Octal17425477

Shades and tints

Shades of #7CAC3F

#7CAC3F
(124,172,63)
#719D3A
(113,157,58)
#668E35
(102,142,53)
#5B7F30
(91,127,48)
#50702B
(80,112,43)
#456126
(69,97,38)
#3A5221
(58,82,33)
#2F431C
(47,67,28)
#243417
(36,52,23)
#192512
(25,37,18)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #7CAC3F

#7CAC3F
(124,172,63)
#87B350
(135,179,80)
#92BA61
(146,186,97)
#9DC172
(157,193,114)
#A8C883
(168,200,131)
#B3CF94
(179,207,148)
#BED6A5
(190,214,165)
#C9DDB6
(201,221,182)
#D4E4C7
(212,228,199)
#DFEBD8
(223,235,216)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAC3F color. Also use rgb(124,172,63) instead hex code.

Text Font Color

.myTextColor { color: #7CAC3F; }

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

This text font color is #7CAC3F.


Background Color

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

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

This div background color is #7CAC3F.


Border color

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

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

This div border color is #7CAC3F.


Opacity

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

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

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

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

This text has shadow with #7CAC3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAC3F on black background.


Color preview on white background

This text has color #7CAC3F on white background.



Black color preview on #7CAC3F background

This text has black color on #7CAC3F background.


White color preview on #7CAC3F background

This text has white color on #7CAC3F background.