COLOR #7CA28F

HEX: #7CA28F RGB: (124,162,143)

Color info

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

RGB color model

#7CA28F color RGB value is (124,162,143).

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

RGB channels and saturation

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

124
162
143

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

Portions of RGB colors in percentages

R + G + B = 124 + 162 + 143 = 429 (100%)
R 124 of 429 ~ 28.9%
G 162 of 429 ~ 37.76%
B 143 of 429 ~ 33.33'%

%28.9
%37.76
%33.33

CMYK color model

#7CA28F color CMYK value is (23,0,12,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%

CMYK: (23,0,12,36)
C23M0Y12K36 (23%, 0%, 12%, 36%)
(0.23 / 0.00 / 0.12 / 0.36)

CMYK percentages

%23.46
%0
%11.73
%36.47

Codes

Color #7CA28F in popluar color models

7C A2 8F
RGB 124 162 143
HSL 150° 16.96% 56.08%
HSB/HSV 150° 23.46% 63.53%
CMYK 23.46% 0.00% 11.73%
36.47%

Color #7CA28F in popluar number systems.

HEX 7C A2 8F
Decimal 124 162 143
Binary 1111100 10100010 10001111
Octal 174 242 217

Shades and tints

Shades of #7CA28F

#7CA28F
(124,162,143)
#719482
(113,148,130)
#668675
(102,134,117)
#5B7868
(91,120,104)
#506A5B
(80,106,91)
#455C4E
(69,92,78)
#3A4E41
(58,78,65)
#2F4034
(47,64,52)
#243227
(36,50,39)
#19241A
(25,36,26)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #7CA28F

#7CA28F
(124,162,143)
#87AA99
(135,170,153)
#92B2A3
(146,178,163)
#9DBAAD
(157,186,173)
#A8C2B7
(168,194,183)
#B3CAC1
(179,202,193)
#BED2CB
(190,210,203)
#C9DAD5
(201,218,213)
#D4E2DF
(212,226,223)
#DFEAE9
(223,234,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA28F; }

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

This text font color is #7CA28F.

Background Color

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

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

This div background color is #7CA28F.

Border color

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

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

This div border color is #7CA28F.

Opacity

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

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

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

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

This text has shadow with #7CA28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA28F.

Preview

Color preview on black background

This text has color #7CA28F on black background.


Color preview on white background

This text has color #7CA28F on white background.


Black color preview on #7CA28F background

This text has black color on #7CA28F background.


White color preview on #7CA28F background

This text has white color on #7CA28F background.


Related colors

Complementary color

Complementary color for #hex is #835D70.


I love getcolorcode.com

Triadic colors

1 #8F7CA2 and #A28F7C with #7CA28F are triadic colors.

2 #8FA27C and #A27C8F with #7CA28F are triadic colors.