COLOR #7CAC55

HEX: #7CAC55
RGB: (124,172,85)

Color info

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

RGB color model

#7CAC55 color RGB value is (124,172,85).

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

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 85 of 255 = 33%

124
172
85

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

Portions of RGB colors in percentages

R + G + B =
124 + 172 + 85 = 381 (100%)
R 124 of 381 ~ 32.55%
G 172 of 381 ~ 45.14%
B 85 of 381 ~ 22.31%

%32.55
%45.14
%22.31

CMYK color model

#7CAC55 color CMYK value is (28,0,51,33).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 50.58%
  • key color value is 32.55%
CMYK:
(28,0,51,33)
C28M0Y51K33 
(28%,0%,51%,33%)
(0.28/0.00/0.51/0.33)	

CMYK percentages

%27.91
%0
%50.58
%32.55

Codes

Color #7CAC55 in popluar color models

7CAC55
RGB12417285
HSL93°34.39%50.39%
HSB/HSV93°50.58%67.45%
CMYK27.91%0.00%50.58%
32.55%

Color #7CAC55 in popluar number systems.

HEX7CAC55
Decimal12417285
Binary1111100101011001010101
Octal174254125

Shades and tints

Shades of #7CAC55

#7CAC55
(124,172,85)
#719D4E
(113,157,78)
#668E47
(102,142,71)
#5B7F40
(91,127,64)
#507039
(80,112,57)
#456132
(69,97,50)
#3A522B
(58,82,43)
#2F4324
(47,67,36)
#24341D
(36,52,29)
#192516
(25,37,22)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7CAC55

#7CAC55
(124,172,85)
#87B364
(135,179,100)
#92BA73
(146,186,115)
#9DC182
(157,193,130)
#A8C891
(168,200,145)
#B3CFA0
(179,207,160)
#BED6AF
(190,214,175)
#C9DDBE
(201,221,190)
#D4E4CD
(212,228,205)
#DFEBDC
(223,235,220)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAC55; }

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

This text font color is #7CAC55.


Background Color

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

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

This div background color is #7CAC55.


Border color

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

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

This div border color is #7CAC55.


Opacity

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

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

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

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

This text has shadow with #7CAC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAC55 on black background.


Color preview on white background

This text has color #7CAC55 on white background.



Black color preview on #7CAC55 background

This text has black color on #7CAC55 background.


White color preview on #7CAC55 background

This text has white color on #7CAC55 background.