COLOR #7CAC6C

HEX: #7CAC6C
RGB: (124,172,108)

Color info

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

RGB color model

#7CAC6C color RGB value is (124,172,108).

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

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 108 of 255 = 42%

124
172
108

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

Portions of RGB colors in percentages

R + G + B =
124 + 172 + 108 = 404 (100%)
R 124 of 404 ~ 30.69%
G 172 of 404 ~ 42.57%
B 108 of 404 ~ 26.73%

%30.69
%42.57
%26.73

CMYK color model

#7CAC6C color CMYK value is (28,0,37,33).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(28,0,37,33)
C28M0Y37K33 
(28%,0%,37%,33%)
(0.28/0.00/0.37/0.33)	

CMYK percentages

%27.91
%0
%37.21
%32.55

Codes

Color #7CAC6C in popluar color models

7CAC6C
RGB124172108
HSL105°27.83%54.90%
HSB/HSV105°37.21%67.45%
CMYK27.91%0.00%37.21%
32.55%

Color #7CAC6C in popluar number systems.

HEX7CAC6C
Decimal124172108
Binary1111100101011001101100
Octal174254154

Shades and tints

Shades of #7CAC6C

#7CAC6C
(124,172,108)
#719D63
(113,157,99)
#668E5A
(102,142,90)
#5B7F51
(91,127,81)
#507048
(80,112,72)
#45613F
(69,97,63)
#3A5236
(58,82,54)
#2F432D
(47,67,45)
#243424
(36,52,36)
#19251B
(25,37,27)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #7CAC6C

#7CAC6C
(124,172,108)
#87B379
(135,179,121)
#92BA86
(146,186,134)
#9DC193
(157,193,147)
#A8C8A0
(168,200,160)
#B3CFAD
(179,207,173)
#BED6BA
(190,214,186)
#C9DDC7
(201,221,199)
#D4E4D4
(212,228,212)
#DFEBE1
(223,235,225)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAC6C; }

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

This text font color is #7CAC6C.


Background Color

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

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

This div background color is #7CAC6C.


Border color

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

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

This div border color is #7CAC6C.


Opacity

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

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

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

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

This text has shadow with #7CAC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAC6C on black background.


Color preview on white background

This text has color #7CAC6C on white background.



Black color preview on #7CAC6C background

This text has black color on #7CAC6C background.


White color preview on #7CAC6C background

This text has white color on #7CAC6C background.