COLOR #7CB180

HEX: #7CB180
RGB: (124,177,128)

Color info

#7CB180 contains red, green and blue colors in about the same proportion. Web safe color of #7CB180 is #669966 (or #696).

RGB color model

#7CB180 color RGB value is (124,177,128).

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

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 128 of 255 = 50%

124
177
128

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

Portions of RGB colors in percentages

R + G + B =
124 + 177 + 128 = 429 (100%)
R 124 of 429 ~ 28.9%
G 177 of 429 ~ 41.26%
B 128 of 429 ~ 29.84%

%28.9
%41.26
%29.84

CMYK color model

#7CB180 color CMYK value is (30,0,28,31).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(30,0,28,31)
C30M0Y28K31 
(30%,0%,28%,31%)
(0.30/0.00/0.28/0.31)	

CMYK percentages

%29.94
%0
%27.68
%30.59

Codes

Color #7CB180 in popluar color models

7CB180
RGB124177128
HSL125°25.36%59.02%
HSB/HSV125°29.94%69.41%
CMYK29.94%0.00%27.68%
30.59%

Color #7CB180 in popluar number systems.

HEX7CB180
Decimal124177128
Binary11111001011000110000000
Octal174261200

Shades and tints

Shades of #7CB180

#7CB180
(124,177,128)
#71A175
(113,161,117)
#66916A
(102,145,106)
#5B815F
(91,129,95)
#507154
(80,113,84)
#456149
(69,97,73)
#3A513E
(58,81,62)
#2F4133
(47,65,51)
#243128
(36,49,40)
#19211D
(25,33,29)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7CB180

#7CB180
(124,177,128)
#87B88B
(135,184,139)
#92BF96
(146,191,150)
#9DC6A1
(157,198,161)
#A8CDAC
(168,205,172)
#B3D4B7
(179,212,183)
#BEDBC2
(190,219,194)
#C9E2CD
(201,226,205)
#D4E9D8
(212,233,216)
#DFF0E3
(223,240,227)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB180; }

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

This text font color is #7CB180.


Background Color

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

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

This div background color is #7CB180.


Border color

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

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

This div border color is #7CB180.


Opacity

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

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

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

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

This text has shadow with #7CB180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB180 on black background.


Color preview on white background

This text has color #7CB180 on white background.



Black color preview on #7CB180 background

This text has black color on #7CB180 background.


White color preview on #7CB180 background

This text has white color on #7CB180 background.