COLOR #7CA938

HEX: #7CA938
RGB: (124,169,56)

Color info

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

RGB color model

#7CA938 color RGB value is (124,169,56).

  • red value is 124;
  • green value is 169;
  • blue value is 56.
RGB:
(124,169,56)
(49%,66%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 56 of 255 = 22%

124
169
56

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

Portions of RGB colors in percentages

R + G + B =
124 + 169 + 56 = 349 (100%)
R 124 of 349 ~ 35.53%
G 169 of 349 ~ 48.42%
B 56 of 349 ~ 16.05%

%35.53
%48.42
%16.05

CMYK color model

#7CA938 color CMYK value is (27,0,67,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 66.86%
  • key color value is 33.73%
CMYK:
(27,0,67,34)
C27M0Y67K34 
(27%,0%,67%,34%)
(0.27/0.00/0.67/0.34)	

CMYK percentages

%26.63
%0
%66.86
%33.73

Codes

Color #7CA938 in popluar color models

7CA938
RGB12416956
HSL84°50.22%44.12%
HSB/HSV84°66.86%66.27%
CMYK26.63%0.00%66.86%
33.73%

Color #7CA938 in popluar number systems.

HEX7CA938
Decimal12416956
Binary111110010101001111000
Octal17425170

Shades and tints

Shades of #7CA938

#7CA938
(124,169,56)
#719A33
(113,154,51)
#668B2E
(102,139,46)
#5B7C29
(91,124,41)
#506D24
(80,109,36)
#455E1F
(69,94,31)
#3A4F1A
(58,79,26)
#2F4015
(47,64,21)
#243110
(36,49,16)
#19220B
(25,34,11)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #7CA938

#7CA938
(124,169,56)
#87B04A
(135,176,74)
#92B75C
(146,183,92)
#9DBE6E
(157,190,110)
#A8C580
(168,197,128)
#B3CC92
(179,204,146)
#BED3A4
(190,211,164)
#C9DAB6
(201,218,182)
#D4E1C8
(212,225,200)
#DFE8DA
(223,232,218)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA938 color. Also use rgb(124,169,56) instead hex code.

Text Font Color

.myTextColor { color: #7CA938; }

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

This text font color is #7CA938.


Background Color

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

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

This div background color is #7CA938.


Border color

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

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

This div border color is #7CA938.


Opacity

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

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

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

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

This text has shadow with #7CA938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA938 on black background.


Color preview on white background

This text has color #7CA938 on white background.



Black color preview on #7CA938 background

This text has black color on #7CA938 background.


White color preview on #7CA938 background

This text has white color on #7CA938 background.