COLOR #7CA576

HEX: #7CA576
RGB: (124,165,118)

Color info

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

RGB color model

#7CA576 color RGB value is (124,165,118).

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

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 118 of 255 = 46%

124
165
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 165 + 118 = 407 (100%)
R 124 of 407 ~ 30.47%
G 165 of 407 ~ 40.54%
B 118 of 407 ~ 28.99%

%30.47
%40.54
%28.99

CMYK color model

#7CA576 color CMYK value is (25,0,28,35).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(25,0,28,35)
C25M0Y28K35 
(25%,0%,28%,35%)
(0.25/0.00/0.28/0.35)	

CMYK percentages

%24.85
%0
%28.48
%35.29

Codes

Color #7CA576 in popluar color models

7CA576
RGB124165118
HSL112°20.70%55.49%
HSB/HSV112°28.48%64.71%
CMYK24.85%0.00%28.48%
35.29%

Color #7CA576 in popluar number systems.

HEX7CA576
Decimal124165118
Binary1111100101001011110110
Octal174245166

Shades and tints

Shades of #7CA576

#7CA576
(124,165,118)
#71966C
(113,150,108)
#668762
(102,135,98)
#5B7858
(91,120,88)
#50694E
(80,105,78)
#455A44
(69,90,68)
#3A4B3A
(58,75,58)
#2F3C30
(47,60,48)
#242D26
(36,45,38)
#191E1C
(25,30,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #7CA576

#7CA576
(124,165,118)
#87AD82
(135,173,130)
#92B58E
(146,181,142)
#9DBD9A
(157,189,154)
#A8C5A6
(168,197,166)
#B3CDB2
(179,205,178)
#BED5BE
(190,213,190)
#C9DDCA
(201,221,202)
#D4E5D6
(212,229,214)
#DFEDE2
(223,237,226)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA576; }

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

This text font color is #7CA576.


Background Color

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

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

This div background color is #7CA576.


Border color

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

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

This div border color is #7CA576.


Opacity

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

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

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

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

This text has shadow with #7CA576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA576 on black background.


Color preview on white background

This text has color #7CA576 on white background.



Black color preview on #7CA576 background

This text has black color on #7CA576 background.


White color preview on #7CA576 background

This text has white color on #7CA576 background.