COLOR #7CB580

HEX: #7CB580
RGB: (124,181,128)

Color info

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

RGB color model

#7CB580 color RGB value is (124,181,128).

  • red value is 124;
  • green value is 181;
  • blue value is 128.
RGB:
(124,181,128)
(49%,71%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 128 of 255 = 50%

124
181
128

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

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 128 = 433 (100%)
R 124 of 433 ~ 28.64%
G 181 of 433 ~ 41.8%
B 128 of 433 ~ 29.56%

%28.64
%41.8
%29.56

CMYK color model

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

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 29.02%
CMYK:
(31,0,29,29)
C31M0Y29K29 
(31%,0%,29%,29%)
(0.31/0.00/0.29/0.29)	

CMYK percentages

%31.49
%0
%29.28
%29.02

Codes

Color #7CB580 in popluar color models

7CB580
RGB124181128
HSL124°27.80%59.80%
HSB/HSV124°31.49%70.98%
CMYK31.49%0.00%29.28%
29.02%

Color #7CB580 in popluar number systems.

HEX7CB580
Decimal124181128
Binary11111001011010110000000
Octal174265200

Shades and tints

Shades of #7CB580

#7CB580
(124,181,128)
#71A575
(113,165,117)
#66956A
(102,149,106)
#5B855F
(91,133,95)
#507554
(80,117,84)
#456549
(69,101,73)
#3A553E
(58,85,62)
#2F4533
(47,69,51)
#243528
(36,53,40)
#19251D
(25,37,29)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #7CB580

#7CB580
(124,181,128)
#87BB8B
(135,187,139)
#92C196
(146,193,150)
#9DC7A1
(157,199,161)
#A8CDAC
(168,205,172)
#B3D3B7
(179,211,183)
#BED9C2
(190,217,194)
#C9DFCD
(201,223,205)
#D4E5D8
(212,229,216)
#DFEBE3
(223,235,227)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB580; }

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

This text font color is #7CB580.


Background Color

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

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

This div background color is #7CB580.


Border color

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

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

This div border color is #7CB580.


Opacity

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

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

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

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

This text has shadow with #7CB580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB580 on black background.


Color preview on white background

This text has color #7CB580 on white background.



Black color preview on #7CB580 background

This text has black color on #7CB580 background.


White color preview on #7CB580 background

This text has white color on #7CB580 background.