COLOR #7CA38F

HEX: #7CA38F RGB: (124,163,143)

Color info

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

RGB color model

#7CA38F color RGB value is (124,163,143).

RGB: (124,163,143) (49%, 64%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 143 of 255 = 56%

124
163
143

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

Portions of RGB colors in percentages

R + G + B = 124 + 163 + 143 = 430 (100%)
R 124 of 430 ~ 28.84%
G 163 of 430 ~ 37.91%
B 143 of 430 ~ 33.26'%

%28.84
%37.91
%33.26

CMYK color model

#7CA38F color CMYK value is (24,0,12,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (24,0,12,36)
C24M0Y12K36 (24%, 0%, 12%, 36%)
(0.24 / 0.00 / 0.12 / 0.36)

CMYK percentages

%23.93
%0
%12.27
%36.08

Codes

Color #7CA38F in popluar color models

7C A3 8F
RGB 124 163 143
HSL 149° 17.49% 56.27%
HSB/HSV 149° 23.93% 63.92%
CMYK 23.93% 0.00% 12.27%
36.08%

Color #7CA38F in popluar number systems.

HEX 7C A3 8F
Decimal 124 163 143
Binary 1111100 10100011 10001111
Octal 174 243 217

Shades and tints

Shades of #7CA38F

#7CA38F
(124,163,143)
#719582
(113,149,130)
#668775
(102,135,117)
#5B7968
(91,121,104)
#506B5B
(80,107,91)
#455D4E
(69,93,78)
#3A4F41
(58,79,65)
#2F4134
(47,65,52)
#243327
(36,51,39)
#19251A
(25,37,26)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #7CA38F

#7CA38F
(124,163,143)
#87AB99
(135,171,153)
#92B3A3
(146,179,163)
#9DBBAD
(157,187,173)
#A8C3B7
(168,195,183)
#B3CBC1
(179,203,193)
#BED3CB
(190,211,203)
#C9DBD5
(201,219,213)
#D4E3DF
(212,227,223)
#DFEBE9
(223,235,233)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA38F; }

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

This text font color is #7CA38F.

Background Color

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

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

This div background color is #7CA38F.

Border color

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

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

This div border color is #7CA38F.

Opacity

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

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

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

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

This text has shadow with #7CA38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA38F.

Preview

Color preview on black background

This text has color #7CA38F on black background.


Color preview on white background

This text has color #7CA38F on white background.


Black color preview on #7CA38F background

This text has black color on #7CA38F background.


White color preview on #7CA38F background

This text has white color on #7CA38F background.


Related colors

Complementary color

Complementary color for #hex is #835C70.


I love getcolorcode.com

Triadic colors

1 #8F7CA3 and #A38F7C with #7CA38F are triadic colors.

2 #8FA37C and #A37C8F with #7CA38F are triadic colors.