COLOR #7CB38D

HEX: #7CB38D RGB: (124,179,141)

Color info

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

RGB color model

#7CB38D color RGB value is (124,179,141).

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

RGB channels and saturation

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

124
179
141

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 141 = 444 (100%)
R 124 of 444 ~ 27.93%
G 179 of 444 ~ 40.32%
B 141 of 444 ~ 31.76'%

%27.93
%40.32
%31.76

CMYK color model

#7CB38D color CMYK value is (31,0,21,30).

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

CMYK: (31,0,21,30)
C31M0Y21K30 (31%, 0%, 21%, 30%)
(0.31 / 0.00 / 0.21 / 0.30)

CMYK percentages

%30.73
%0
%21.23
%29.8

Codes

Color #7CB38D in popluar color models

7C B3 8D
RGB 124 179 141
HSL 139° 26.57% 59.41%
HSB/HSV 139° 30.73% 70.20%
CMYK 30.73% 0.00% 21.23%
29.80%

Color #7CB38D in popluar number systems.

HEX 7C B3 8D
Decimal 124 179 141
Binary 1111100 10110011 10001101
Octal 174 263 215

Shades and tints

Shades of #7CB38D

#7CB38D
(124,179,141)
#71A381
(113,163,129)
#669375
(102,147,117)
#5B8369
(91,131,105)
#50735D
(80,115,93)
#456351
(69,99,81)
#3A5345
(58,83,69)
#2F4339
(47,67,57)
#24332D
(36,51,45)
#192321
(25,35,33)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7CB38D

#7CB38D
(124,179,141)
#87B997
(135,185,151)
#92BFA1
(146,191,161)
#9DC5AB
(157,197,171)
#A8CBB5
(168,203,181)
#B3D1BF
(179,209,191)
#BED7C9
(190,215,201)
#C9DDD3
(201,221,211)
#D4E3DD
(212,227,221)
#DFE9E7
(223,233,231)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB38D; }

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

This text font color is #7CB38D.

Background Color

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

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

This div background color is #7CB38D.

Border color

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

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

This div border color is #7CB38D.

Opacity

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

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

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

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

This text has shadow with #7CB38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB38D.

Preview

Color preview on black background

This text has color #7CB38D on black background.


Color preview on white background

This text has color #7CB38D on white background.


Black color preview on #7CB38D background

This text has black color on #7CB38D background.


White color preview on #7CB38D background

This text has white color on #7CB38D background.


Related colors

Complementary color

Complementary color for #hex is #834C72.


I love getcolorcode.com

Triadic colors

1 #8D7CB3 and #B38D7C with #7CB38D are triadic colors.

2 #8DB37C and #B37C8D with #7CB38D are triadic colors.