COLOR #7CA59E

HEX: #7CA59E RGB: (124,165,158)

Color info

#7CA59E contains red, green and blue colors in about the same proportion. Web safe color of #7CA59E is #669999 (or #699).

RGB color model

#7CA59E color RGB value is (124,165,158).

RGB: (124,165,158) (49%, 65%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 158 of 255 = 62%

124
165
158

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

Portions of RGB colors in percentages

R + G + B = 124 + 165 + 158 = 447 (100%)
R 124 of 447 ~ 27.74%
G 165 of 447 ~ 36.91%
B 158 of 447 ~ 35.35'%

%27.74
%36.91
%35.35

CMYK color model

#7CA59E color CMYK value is (25,0,4,35).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (25,0,4,35)
C25M0Y4K35 (25%, 0%, 4%, 35%)
(0.25 / 0.00 / 0.04 / 0.35)

CMYK percentages

%24.85
%0
%4.24
%35.29

Codes

Color #7CA59E in popluar color models

7C A5 9E
RGB 124 165 158
HSL 170° 18.55% 56.67%
HSB/HSV 170° 24.85% 64.71%
CMYK 24.85% 0.00% 4.24%
35.29%

Color #7CA59E in popluar number systems.

HEX 7C A5 9E
Decimal 124 165 158
Binary 1111100 10100101 10011110
Octal 174 245 236

Shades and tints

Shades of #7CA59E

#7CA59E
(124,165,158)
#719690
(113,150,144)
#668782
(102,135,130)
#5B7874
(91,120,116)
#506966
(80,105,102)
#455A58
(69,90,88)
#3A4B4A
(58,75,74)
#2F3C3C
(47,60,60)
#242D2E
(36,45,46)
#191E20
(25,30,32)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #7CA59E

#7CA59E
(124,165,158)
#87ADA6
(135,173,166)
#92B5AE
(146,181,174)
#9DBDB6
(157,189,182)
#A8C5BE
(168,197,190)
#B3CDC6
(179,205,198)
#BED5CE
(190,213,206)
#C9DDD6
(201,221,214)
#D4E5DE
(212,229,222)
#DFEDE6
(223,237,230)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA59E; }

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

This text font color is #7CA59E.

Background Color

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

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

This div background color is #7CA59E.

Border color

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

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

This div border color is #7CA59E.

Opacity

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

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

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

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

This text has shadow with #7CA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA59E.

Preview

Color preview on black background

This text has color #7CA59E on black background.


Color preview on white background

This text has color #7CA59E on white background.


Black color preview on #7CA59E background

This text has black color on #7CA59E background.


White color preview on #7CA59E background

This text has white color on #7CA59E background.


Related colors

Complementary color

Complementary color for #hex is #835A61.


I love getcolorcode.com

Triadic colors

1 #9E7CA5 and #A59E7C with #7CA59E are triadic colors.

2 #9EA57C and #A57C9E with #7CA59E are triadic colors.