COLOR #7CA571

HEX: #7CA571
RGB: (124,165,113)

Color info

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

RGB color model

#7CA571 color RGB value is (124,165,113).

  • red value is 124;
  • green value is 165;
  • blue value is 113.
RGB:
(124,165,113)
(49%,65%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 113 of 255 = 44%

124
165
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 165 + 113 = 402 (100%)
R 124 of 402 ~ 30.85%
G 165 of 402 ~ 41.04%
B 113 of 402 ~ 28.11%

%30.85
%41.04
%28.11

CMYK color model

#7CA571 color CMYK value is (25,0,32,35).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 35.29%
CMYK:
(25,0,32,35)
C25M0Y32K35 
(25%,0%,32%,35%)
(0.25/0.00/0.32/0.35)	

CMYK percentages

%24.85
%0
%31.52
%35.29

Codes

Color #7CA571 in popluar color models

7CA571
RGB124165113
HSL107°22.41%54.51%
HSB/HSV107°31.52%64.71%
CMYK24.85%0.00%31.52%
35.29%

Color #7CA571 in popluar number systems.

HEX7CA571
Decimal124165113
Binary1111100101001011110001
Octal174245161

Shades and tints

Shades of #7CA571

#7CA571
(124,165,113)
#719667
(113,150,103)
#66875D
(102,135,93)
#5B7853
(91,120,83)
#506949
(80,105,73)
#455A3F
(69,90,63)
#3A4B35
(58,75,53)
#2F3C2B
(47,60,43)
#242D21
(36,45,33)
#191E17
(25,30,23)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7CA571

#7CA571
(124,165,113)
#87AD7D
(135,173,125)
#92B589
(146,181,137)
#9DBD95
(157,189,149)
#A8C5A1
(168,197,161)
#B3CDAD
(179,205,173)
#BED5B9
(190,213,185)
#C9DDC5
(201,221,197)
#D4E5D1
(212,229,209)
#DFEDDD
(223,237,221)
#EAF5E9
(234,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA571 color. Also use rgb(124,165,113) instead hex code.

Text Font Color

.myTextColor { color: #7CA571; }

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

This text font color is #7CA571.


Background Color

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

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

This div background color is #7CA571.


Border color

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

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

This div border color is #7CA571.


Opacity

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

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

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

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

This text has shadow with #7CA571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA571 on black background.


Color preview on white background

This text has color #7CA571 on white background.



Black color preview on #7CA571 background

This text has black color on #7CA571 background.


White color preview on #7CA571 background

This text has white color on #7CA571 background.