COLOR #7CA46F

HEX: #7CA46F RGB: (124,164,111)

Color info

#7CA46F contains red, green and blue colors in about the same proportion. Web safe color of #7CA46F is #669966 (or #696).

RGB color model

#7CA46F color RGB value is (124,164,111).

RGB: (124,164,111) (49%, 64%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 111 of 255 = 44%

124
164
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 164 + 111 = 399 (100%)
R 124 of 399 ~ 31.08%
G 164 of 399 ~ 41.1%
B 111 of 399 ~ 27.82'%

%31.08
%41.1
%27.82

CMYK color model

#7CA46F color CMYK value is (24,0,32,36).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 35.69%

CMYK: (24,0,32,36)
C24M0Y32K36 (24%, 0%, 32%, 36%)
(0.24 / 0.00 / 0.32 / 0.36)

CMYK percentages

%24.39
%0
%32.32
%35.69

Codes

Color #7CA46F in popluar color models

7C A4 6F
RGB 124 164 111
HSL 105° 22.55% 53.92%
HSB/HSV 105° 32.32% 64.31%
CMYK 24.39% 0.00% 32.32%
35.69%

Color #7CA46F in popluar number systems.

HEX 7C A4 6F
Decimal 124 164 111
Binary 1111100 10100100 1101111
Octal 174 244 157

Shades and tints

Shades of #7CA46F

#7CA46F
(124,164,111)
#719665
(113,150,101)
#66885B
(102,136,91)
#5B7A51
(91,122,81)
#506C47
(80,108,71)
#455E3D
(69,94,61)
#3A5033
(58,80,51)
#2F4229
(47,66,41)
#24341F
(36,52,31)
#192615
(25,38,21)
#0E180B
(14,24,11)
#000000
(0,0,0)

Tints of #7CA46F

#7CA46F
(124,164,111)
#87AC7C
(135,172,124)
#92B489
(146,180,137)
#9DBC96
(157,188,150)
#A8C4A3
(168,196,163)
#B3CCB0
(179,204,176)
#BED4BD
(190,212,189)
#C9DCCA
(201,220,202)
#D4E4D7
(212,228,215)
#DFECE4
(223,236,228)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA46F color. Also use rgb(124,164,111) instead hex code.

Text Font Color

.myTextColor { color: #7CA46F; }

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

This text font color is #7CA46F.

Background Color

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

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

This div background color is #7CA46F.

Border color

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

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

This div border color is #7CA46F.

Opacity

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

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

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

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

This text has shadow with #7CA46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA46F.

Preview

Color preview on black background

This text has color #7CA46F on black background.


Color preview on white background

This text has color #7CA46F on white background.


Black color preview on #7CA46F background

This text has black color on #7CA46F background.


White color preview on #7CA46F background

This text has white color on #7CA46F background.


Related colors

Complementary color

Complementary color for #hex is #835B90.


I love getcolorcode.com

Triadic colors

1 #6F7CA4 and #A46F7C with #7CA46F are triadic colors.

2 #6FA47C and #A47C6F with #7CA46F are triadic colors.