COLOR #7CA244

HEX: #7CA244
RGB: (124,162,68)

Color info

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

RGB color model

#7CA244 color RGB value is (124,162,68).

  • red value is 124;
  • green value is 162;
  • blue value is 68.
RGB:
(124,162,68)
(49%,64%,27%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 68 of 255 = 27%

124
162
68

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

Portions of RGB colors in percentages

R + G + B =
124 + 162 + 68 = 354 (100%)
R 124 of 354 ~ 35.03%
G 162 of 354 ~ 45.76%
B 68 of 354 ~ 19.21%

%35.03
%45.76
%19.21

CMYK color model

#7CA244 color CMYK value is (23,0,58,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 36.47%
CMYK:
(23,0,58,36)
C23M0Y58K36 
(23%,0%,58%,36%)
(0.23/0.00/0.58/0.36)	

CMYK percentages

%23.46
%0
%58.02
%36.47

Codes

Color #7CA244 in popluar color models

7CA244
RGB12416268
HSL84°40.87%45.10%
HSB/HSV84°58.02%63.53%
CMYK23.46%0.00%58.02%
36.47%

Color #7CA244 in popluar number systems.

HEX7CA244
Decimal12416268
Binary1111100101000101000100
Octal174242104

Shades and tints

Shades of #7CA244

#7CA244
(124,162,68)
#71943E
(113,148,62)
#668638
(102,134,56)
#5B7832
(91,120,50)
#506A2C
(80,106,44)
#455C26
(69,92,38)
#3A4E20
(58,78,32)
#2F401A
(47,64,26)
#243214
(36,50,20)
#19240E
(25,36,14)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #7CA244

#7CA244
(124,162,68)
#87AA55
(135,170,85)
#92B266
(146,178,102)
#9DBA77
(157,186,119)
#A8C288
(168,194,136)
#B3CA99
(179,202,153)
#BED2AA
(190,210,170)
#C9DABB
(201,218,187)
#D4E2CC
(212,226,204)
#DFEADD
(223,234,221)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA244 color. Also use rgb(124,162,68) instead hex code.

Text Font Color

.myTextColor { color: #7CA244; }

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

This text font color is #7CA244.


Background Color

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

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

This div background color is #7CA244.


Border color

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

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

This div border color is #7CA244.


Opacity

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

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

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

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

This text has shadow with #7CA244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA244 on black background.


Color preview on white background

This text has color #7CA244 on white background.



Black color preview on #7CA244 background

This text has black color on #7CA244 background.


White color preview on #7CA244 background

This text has white color on #7CA244 background.