COLOR #7CA34D

HEX: #7CA34D
RGB: (124,163,77)

Color info

#7CA34D contains mainly red and green colors. Web safe color of #7CA34D is #669933 (or #693).

RGB color model

#7CA34D color RGB value is (124,163,77).

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

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 77 of 255 = 30%

124
163
77

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 77 = 364 (100%)
R 124 of 364 ~ 34.07%
G 163 of 364 ~ 44.78%
B 77 of 364 ~ 21.15%

%34.07
%44.78
%21.15

CMYK color model

#7CA34D color CMYK value is (24,0,53,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 52.76%
  • key color value is 36.08%
CMYK:
(24,0,53,36)
C24M0Y53K36 
(24%,0%,53%,36%)
(0.24/0.00/0.53/0.36)	

CMYK percentages

%23.93
%0
%52.76
%36.08

Codes

Color #7CA34D in popluar color models

7CA34D
RGB12416377
HSL87°35.83%47.06%
HSB/HSV87°52.76%63.92%
CMYK23.93%0.00%52.76%
36.08%

Color #7CA34D in popluar number systems.

HEX7CA34D
Decimal12416377
Binary1111100101000111001101
Octal174243115

Shades and tints

Shades of #7CA34D

#7CA34D
(124,163,77)
#719546
(113,149,70)
#66873F
(102,135,63)
#5B7938
(91,121,56)
#506B31
(80,107,49)
#455D2A
(69,93,42)
#3A4F23
(58,79,35)
#2F411C
(47,65,28)
#243315
(36,51,21)
#19250E
(25,37,14)
#0E1707
(14,23,7)
#000000
(0,0,0)

Tints of #7CA34D

#7CA34D
(124,163,77)
#87AB5D
(135,171,93)
#92B36D
(146,179,109)
#9DBB7D
(157,187,125)
#A8C38D
(168,195,141)
#B3CB9D
(179,203,157)
#BED3AD
(190,211,173)
#C9DBBD
(201,219,189)
#D4E3CD
(212,227,205)
#DFEBDD
(223,235,221)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA34D; }

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

This text font color is #7CA34D.


Background Color

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

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

This div background color is #7CA34D.


Border color

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

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

This div border color is #7CA34D.


Opacity

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

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

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

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

This text has shadow with #7CA34D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA34D on black background.


Color preview on white background

This text has color #7CA34D on white background.



Black color preview on #7CA34D background

This text has black color on #7CA34D background.


White color preview on #7CA34D background

This text has white color on #7CA34D background.