COLOR #7CB38A

HEX: #7CB38A
RGB: (124,179,138)

Color info

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

RGB color model

#7CB38A color RGB value is (124,179,138).

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

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 138 of 255 = 54%

124
179
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 179 + 138 = 441 (100%)
R 124 of 441 ~ 28.12%
G 179 of 441 ~ 40.59%
B 138 of 441 ~ 31.29%

%28.12
%40.59
%31.29

CMYK color model

#7CB38A color CMYK value is (31,0,23,30).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(31,0,23,30)
C31M0Y23K30 
(31%,0%,23%,30%)
(0.31/0.00/0.23/0.30)	

CMYK percentages

%30.73
%0
%22.91
%29.8

Codes

Color #7CB38A in popluar color models

7CB38A
RGB124179138
HSL135°26.57%59.41%
HSB/HSV135°30.73%70.20%
CMYK30.73%0.00%22.91%
29.80%

Color #7CB38A in popluar number systems.

HEX7CB38A
Decimal124179138
Binary11111001011001110001010
Octal174263212

Shades and tints

Shades of #7CB38A

#7CB38A
(124,179,138)
#71A37E
(113,163,126)
#669372
(102,147,114)
#5B8366
(91,131,102)
#50735A
(80,115,90)
#45634E
(69,99,78)
#3A5342
(58,83,66)
#2F4336
(47,67,54)
#24332A
(36,51,42)
#19231E
(25,35,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7CB38A

#7CB38A
(124,179,138)
#87B994
(135,185,148)
#92BF9E
(146,191,158)
#9DC5A8
(157,197,168)
#A8CBB2
(168,203,178)
#B3D1BC
(179,209,188)
#BED7C6
(190,215,198)
#C9DDD0
(201,221,208)
#D4E3DA
(212,227,218)
#DFE9E4
(223,233,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB38A; }

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

This text font color is #7CB38A.


Background Color

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

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

This div background color is #7CB38A.


Border color

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

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

This div border color is #7CB38A.


Opacity

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

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

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

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

This text has shadow with #7CB38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB38A on black background.


Color preview on white background

This text has color #7CB38A on white background.



Black color preview on #7CB38A background

This text has black color on #7CB38A background.


White color preview on #7CB38A background

This text has white color on #7CB38A background.