COLOR #7CB47C

HEX: #7CB47C RGB: (124,180,124)

Color info

#7CB47C contains red, green and blue colors in about the same proportion. Web safe color of #7CB47C is #66CC66 (or #6C6).

RGB color model

#7CB47C color RGB value is (124,180,124).

RGB: (124,180,124) (49%, 71%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 180 of 255 = 71%
B 124 of 255 = 49%

124
180
124

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

Portions of RGB colors in percentages

R + G + B = 124 + 180 + 124 = 428 (100%)
R 124 of 428 ~ 28.97%
G 180 of 428 ~ 42.06%
B 124 of 428 ~ 28.97'%

%28.97
%42.06
%28.97

CMYK color model

#7CB47C color CMYK value is (31,0,31,29).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 29.41%

CMYK: (31,0,31,29)
C31M0Y31K29 (31%, 0%, 31%, 29%)
(0.31 / 0.00 / 0.31 / 0.29)

CMYK percentages

%31.11
%0
%31.11
%29.41

Codes

Color #7CB47C in popluar color models

7C B4 7C
RGB 124 180 124
HSL 120° 27.18% 59.61%
HSB/HSV 120° 31.11% 70.59%
CMYK 31.11% 0.00% 31.11%
29.41%

Color #7CB47C in popluar number systems.

HEX 7C B4 7C
Decimal 124 180 124
Binary 1111100 10110100 1111100
Octal 174 264 174

Shades and tints

Shades of #7CB47C

#7CB47C
(124,180,124)
#71A471
(113,164,113)
#669466
(102,148,102)
#5B845B
(91,132,91)
#507450
(80,116,80)
#456445
(69,100,69)
#3A543A
(58,84,58)
#2F442F
(47,68,47)
#243424
(36,52,36)
#192419
(25,36,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CB47C

#7CB47C
(124,180,124)
#87BA87
(135,186,135)
#92C092
(146,192,146)
#9DC69D
(157,198,157)
#A8CCA8
(168,204,168)
#B3D2B3
(179,210,179)
#BED8BE
(190,216,190)
#C9DEC9
(201,222,201)
#D4E4D4
(212,228,212)
#DFEADF
(223,234,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB47C; }

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

This text font color is #7CB47C.

Background Color

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

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

This div background color is #7CB47C.

Border color

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

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

This div border color is #7CB47C.

Opacity

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

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

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

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

This text has shadow with #7CB47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB47C.

Preview

Color preview on black background

This text has color #7CB47C on black background.


Color preview on white background

This text has color #7CB47C on white background.


Black color preview on #7CB47C background

This text has black color on #7CB47C background.


White color preview on #7CB47C background

This text has white color on #7CB47C background.


Related colors

Complementary color

Complementary color for #hex is #834B83.


I love getcolorcode.com

Triadic colors

1 #7C7CB4 and #B47C7C with #7CB47C are triadic colors.

2 #7CB47C and #B47C7C with #7CB47C are triadic colors.