COLOR #7CB38B

HEX: #7CB38B RGB: (124,179,139)

Color info

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

RGB color model

#7CB38B color RGB value is (124,179,139).

RGB: (124,179,139) (49%, 70%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 139 of 255 = 55%

124
179
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 139 = 442 (100%)
R 124 of 442 ~ 28.05%
G 179 of 442 ~ 40.5%
B 139 of 442 ~ 31.45'%

%28.05
%40.5
%31.45

CMYK color model

#7CB38B color CMYK value is (31,0,22,30).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 29.80%

CMYK: (31,0,22,30)
C31M0Y22K30 (31%, 0%, 22%, 30%)
(0.31 / 0.00 / 0.22 / 0.30)

CMYK percentages

%30.73
%0
%22.35
%29.8

Codes

Color #7CB38B in popluar color models

7C B3 8B
RGB 124 179 139
HSL 136° 26.57% 59.41%
HSB/HSV 136° 30.73% 70.20%
CMYK 30.73% 0.00% 22.35%
29.80%

Color #7CB38B in popluar number systems.

HEX 7C B3 8B
Decimal 124 179 139
Binary 1111100 10110011 10001011
Octal 174 263 213

Shades and tints

Shades of #7CB38B

#7CB38B
(124,179,139)
#71A37F
(113,163,127)
#669373
(102,147,115)
#5B8367
(91,131,103)
#50735B
(80,115,91)
#45634F
(69,99,79)
#3A5343
(58,83,67)
#2F4337
(47,67,55)
#24332B
(36,51,43)
#19231F
(25,35,31)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7CB38B

#7CB38B
(124,179,139)
#87B995
(135,185,149)
#92BF9F
(146,191,159)
#9DC5A9
(157,197,169)
#A8CBB3
(168,203,179)
#B3D1BD
(179,209,189)
#BED7C7
(190,215,199)
#C9DDD1
(201,221,209)
#D4E3DB
(212,227,219)
#DFE9E5
(223,233,229)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB38B; }

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

This text font color is #7CB38B.

Background Color

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

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

This div background color is #7CB38B.

Border color

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

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

This div border color is #7CB38B.

Opacity

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

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

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

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

This text has shadow with #7CB38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB38B.

Preview

Color preview on black background

This text has color #7CB38B on black background.


Color preview on white background

This text has color #7CB38B on white background.


Black color preview on #7CB38B background

This text has black color on #7CB38B background.


White color preview on #7CB38B background

This text has white color on #7CB38B background.


Related colors

Complementary color

Complementary color for #hex is #834C74.


I love getcolorcode.com

Triadic colors

1 #8B7CB3 and #B38B7C with #7CB38B are triadic colors.

2 #8BB37C and #B37C8B with #7CB38B are triadic colors.