COLOR #7CA35C

HEX: #7CA35C
RGB: (124,163,92)

Color info

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

RGB color model

#7CA35C color RGB value is (124,163,92).

  • red value is 124;
  • green value is 163;
  • blue value is 92.
RGB:
(124,163,92)
(49%,64%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 92 of 255 = 36%

124
163
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 92 = 379 (100%)
R 124 of 379 ~ 32.72%
G 163 of 379 ~ 43.01%
B 92 of 379 ~ 24.27%

%32.72
%43.01
%24.27

CMYK color model

#7CA35C color CMYK value is (24,0,44,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(24,0,44,36)
C24M0Y44K36 
(24%,0%,44%,36%)
(0.24/0.00/0.44/0.36)	

CMYK percentages

%23.93
%0
%43.56
%36.08

Codes

Color #7CA35C in popluar color models

7CA35C
RGB12416392
HSL93°27.84%50.00%
HSB/HSV93°43.56%63.92%
CMYK23.93%0.00%43.56%
36.08%

Color #7CA35C in popluar number systems.

HEX7CA35C
Decimal12416392
Binary1111100101000111011100
Octal174243134

Shades and tints

Shades of #7CA35C

#7CA35C
(124,163,92)
#719554
(113,149,84)
#66874C
(102,135,76)
#5B7944
(91,121,68)
#506B3C
(80,107,60)
#455D34
(69,93,52)
#3A4F2C
(58,79,44)
#2F4124
(47,65,36)
#24331C
(36,51,28)
#192514
(25,37,20)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #7CA35C

#7CA35C
(124,163,92)
#87AB6A
(135,171,106)
#92B378
(146,179,120)
#9DBB86
(157,187,134)
#A8C394
(168,195,148)
#B3CBA2
(179,203,162)
#BED3B0
(190,211,176)
#C9DBBE
(201,219,190)
#D4E3CC
(212,227,204)
#DFEBDA
(223,235,218)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA35C color. Also use rgb(124,163,92) instead hex code.

Text Font Color

.myTextColor { color: #7CA35C; }

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

This text font color is #7CA35C.


Background Color

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

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

This div background color is #7CA35C.


Border color

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

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

This div border color is #7CA35C.


Opacity

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

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

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

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

This text has shadow with #7CA35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA35C on black background.


Color preview on white background

This text has color #7CA35C on white background.



Black color preview on #7CA35C background

This text has black color on #7CA35C background.


White color preview on #7CA35C background

This text has white color on #7CA35C background.