COLOR #7CA366

HEX: #7CA366
RGB: (124,163,102)

Color info

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

RGB color model

#7CA366 color RGB value is (124,163,102).

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

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 102 of 255 = 40%

124
163
102

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 102 = 389 (100%)
R 124 of 389 ~ 31.88%
G 163 of 389 ~ 41.9%
B 102 of 389 ~ 26.22%

%31.88
%41.9
%26.22

CMYK color model

#7CA366 color CMYK value is (24,0,37,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(24,0,37,36)
C24M0Y37K36 
(24%,0%,37%,36%)
(0.24/0.00/0.37/0.36)	

CMYK percentages

%23.93
%0
%37.42
%36.08

Codes

Color #7CA366 in popluar color models

7CA366
RGB124163102
HSL98°24.90%51.96%
HSB/HSV98°37.42%63.92%
CMYK23.93%0.00%37.42%
36.08%

Color #7CA366 in popluar number systems.

HEX7CA366
Decimal124163102
Binary1111100101000111100110
Octal174243146

Shades and tints

Shades of #7CA366

#7CA366
(124,163,102)
#71955D
(113,149,93)
#668754
(102,135,84)
#5B794B
(91,121,75)
#506B42
(80,107,66)
#455D39
(69,93,57)
#3A4F30
(58,79,48)
#2F4127
(47,65,39)
#24331E
(36,51,30)
#192515
(25,37,21)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #7CA366

#7CA366
(124,163,102)
#87AB73
(135,171,115)
#92B380
(146,179,128)
#9DBB8D
(157,187,141)
#A8C39A
(168,195,154)
#B3CBA7
(179,203,167)
#BED3B4
(190,211,180)
#C9DBC1
(201,219,193)
#D4E3CE
(212,227,206)
#DFEBDB
(223,235,219)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA366; }

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

This text font color is #7CA366.


Background Color

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

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

This div background color is #7CA366.


Border color

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

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

This div border color is #7CA366.


Opacity

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

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

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

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

This text has shadow with #7CA366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA366 on black background.


Color preview on white background

This text has color #7CA366 on white background.



Black color preview on #7CA366 background

This text has black color on #7CA366 background.


White color preview on #7CA366 background

This text has white color on #7CA366 background.