COLOR #7CA421

HEX: #7CA421
RGB: (124,164,33)

Color info

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

RGB color model

#7CA421 color RGB value is (124,164,33).

  • red value is 124;
  • green value is 164;
  • blue value is 33.
RGB:
(124,164,33)
(49%,64%,13%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 33 of 255 = 13%

124
164
33

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

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 33 = 321 (100%)
R 124 of 321 ~ 38.63%
G 164 of 321 ~ 51.09%
B 33 of 321 ~ 10.28%

%38.63
%51.09
%10.28

CMYK color model

#7CA421 color CMYK value is (24,0,80,36).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 79.88%
  • key color value is 35.69%
CMYK:
(24,0,80,36)
C24M0Y80K36 
(24%,0%,80%,36%)
(0.24/0.00/0.80/0.36)	

CMYK percentages

%24.39
%0
%79.88
%35.69

Codes

Color #7CA421 in popluar color models

7CA421
RGB12416433
HSL78°66.50%38.63%
HSB/HSV78°79.88%64.31%
CMYK24.39%0.00%79.88%
35.69%

Color #7CA421 in popluar number systems.

HEX7CA421
Decimal12416433
Binary111110010100100100001
Octal17424441

Shades and tints

Shades of #7CA421

#7CA421
(124,164,33)
#71961E
(113,150,30)
#66881B
(102,136,27)
#5B7A18
(91,122,24)
#506C15
(80,108,21)
#455E12
(69,94,18)
#3A500F
(58,80,15)
#2F420C
(47,66,12)
#243409
(36,52,9)
#192606
(25,38,6)
#0E1803
(14,24,3)
#000000
(0,0,0)

Tints of #7CA421

#7CA421
(124,164,33)
#87AC35
(135,172,53)
#92B449
(146,180,73)
#9DBC5D
(157,188,93)
#A8C471
(168,196,113)
#B3CC85
(179,204,133)
#BED499
(190,212,153)
#C9DCAD
(201,220,173)
#D4E4C1
(212,228,193)
#DFECD5
(223,236,213)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA421; }

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

This text font color is #7CA421.


Background Color

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

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

This div background color is #7CA421.


Border color

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

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

This div border color is #7CA421.


Opacity

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

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

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

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

This text has shadow with #7CA421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA421 on black background.


Color preview on white background

This text has color #7CA421 on white background.



Black color preview on #7CA421 background

This text has black color on #7CA421 background.


White color preview on #7CA421 background

This text has white color on #7CA421 background.