COLOR #7CB39A

HEX: #7CB39A
RGB: (124,179,154)

Color info

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

RGB color model

#7CB39A color RGB value is (124,179,154).

  • red value is 124;
  • green value is 179;
  • blue value is 154.
RGB:
(124,179,154)
(49%,70%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 154 of 255 = 60%

124
179
154

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

Portions of RGB colors in percentages

R + G + B =
124 + 179 + 154 = 457 (100%)
R 124 of 457 ~ 27.13%
G 179 of 457 ~ 39.17%
B 154 of 457 ~ 33.7%

%27.13
%39.17
%33.7

CMYK color model

#7CB39A color CMYK value is (31,0,14,30).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 29.80%
CMYK:
(31,0,14,30)
C31M0Y14K30 
(31%,0%,14%,30%)
(0.31/0.00/0.14/0.30)	

CMYK percentages

%30.73
%0
%13.97
%29.8

Codes

Color #7CB39A in popluar color models

7CB39A
RGB124179154
HSL153°26.57%59.41%
HSB/HSV153°30.73%70.20%
CMYK30.73%0.00%13.97%
29.80%

Color #7CB39A in popluar number systems.

HEX7CB39A
Decimal124179154
Binary11111001011001110011010
Octal174263232

Shades and tints

Shades of #7CB39A

#7CB39A
(124,179,154)
#71A38C
(113,163,140)
#66937E
(102,147,126)
#5B8370
(91,131,112)
#507362
(80,115,98)
#456354
(69,99,84)
#3A5346
(58,83,70)
#2F4338
(47,67,56)
#24332A
(36,51,42)
#19231C
(25,35,28)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7CB39A

#7CB39A
(124,179,154)
#87B9A3
(135,185,163)
#92BFAC
(146,191,172)
#9DC5B5
(157,197,181)
#A8CBBE
(168,203,190)
#B3D1C7
(179,209,199)
#BED7D0
(190,215,208)
#C9DDD9
(201,221,217)
#D4E3E2
(212,227,226)
#DFE9EB
(223,233,235)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB39A; }

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

This text font color is #7CB39A.


Background Color

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

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

This div background color is #7CB39A.


Border color

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

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

This div border color is #7CB39A.


Opacity

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

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

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

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

This text has shadow with #7CB39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB39A on black background.


Color preview on white background

This text has color #7CB39A on white background.



Black color preview on #7CB39A background

This text has black color on #7CB39A background.


White color preview on #7CB39A background

This text has white color on #7CB39A background.