COLOR #7CA37D

HEX: #7CA37D
RGB: (124,163,125)

Color info

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

RGB color model

#7CA37D color RGB value is (124,163,125).

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

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 125 of 255 = 49%

124
163
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 125 = 412 (100%)
R 124 of 412 ~ 30.1%
G 163 of 412 ~ 39.56%
B 125 of 412 ~ 30.34%

%30.1
%39.56
%30.34

CMYK color model

#7CA37D color CMYK value is (24,0,23,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(24,0,23,36)
C24M0Y23K36 
(24%,0%,23%,36%)
(0.24/0.00/0.23/0.36)	

CMYK percentages

%23.93
%0
%23.31
%36.08

Codes

Color #7CA37D in popluar color models

7CA37D
RGB124163125
HSL122°17.49%56.27%
HSB/HSV122°23.93%63.92%
CMYK23.93%0.00%23.31%
36.08%

Color #7CA37D in popluar number systems.

HEX7CA37D
Decimal124163125
Binary1111100101000111111101
Octal174243175

Shades and tints

Shades of #7CA37D

#7CA37D
(124,163,125)
#719572
(113,149,114)
#668767
(102,135,103)
#5B795C
(91,121,92)
#506B51
(80,107,81)
#455D46
(69,93,70)
#3A4F3B
(58,79,59)
#2F4130
(47,65,48)
#243325
(36,51,37)
#19251A
(25,37,26)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #7CA37D

#7CA37D
(124,163,125)
#87AB88
(135,171,136)
#92B393
(146,179,147)
#9DBB9E
(157,187,158)
#A8C3A9
(168,195,169)
#B3CBB4
(179,203,180)
#BED3BF
(190,211,191)
#C9DBCA
(201,219,202)
#D4E3D5
(212,227,213)
#DFEBE0
(223,235,224)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA37D; }

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

This text font color is #7CA37D.


Background Color

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

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

This div background color is #7CA37D.


Border color

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

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

This div border color is #7CA37D.


Opacity

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

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

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

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

This text has shadow with #7CA37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA37D on black background.


Color preview on white background

This text has color #7CA37D on white background.



Black color preview on #7CA37D background

This text has black color on #7CA37D background.


White color preview on #7CA37D background

This text has white color on #7CA37D background.