COLOR #7CB284

HEX: #7CB284
RGB: (124,178,132)

Color info

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

RGB color model

#7CB284 color RGB value is (124,178,132).

  • red value is 124;
  • green value is 178;
  • blue value is 132.
RGB:
(124,178,132)
(49%,70%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 178 of 255 = 70%
B 132 of 255 = 52%

124
178
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 178 + 132 = 434 (100%)
R 124 of 434 ~ 28.57%
G 178 of 434 ~ 41.01%
B 132 of 434 ~ 30.41%

%28.57
%41.01
%30.41

CMYK color model

#7CB284 color CMYK value is (30,0,26,30).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(30,0,26,30)
C30M0Y26K30 
(30%,0%,26%,30%)
(0.30/0.00/0.26/0.30)	

CMYK percentages

%30.34
%0
%25.84
%30.2

Codes

Color #7CB284 in popluar color models

7CB284
RGB124178132
HSL129°25.96%59.22%
HSB/HSV129°30.34%69.80%
CMYK30.34%0.00%25.84%
30.20%

Color #7CB284 in popluar number systems.

HEX7CB284
Decimal124178132
Binary11111001011001010000100
Octal174262204

Shades and tints

Shades of #7CB284

#7CB284
(124,178,132)
#71A278
(113,162,120)
#66926C
(102,146,108)
#5B8260
(91,130,96)
#507254
(80,114,84)
#456248
(69,98,72)
#3A523C
(58,82,60)
#2F4230
(47,66,48)
#243224
(36,50,36)
#192218
(25,34,24)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7CB284

#7CB284
(124,178,132)
#87B98F
(135,185,143)
#92C09A
(146,192,154)
#9DC7A5
(157,199,165)
#A8CEB0
(168,206,176)
#B3D5BB
(179,213,187)
#BEDCC6
(190,220,198)
#C9E3D1
(201,227,209)
#D4EADC
(212,234,220)
#DFF1E7
(223,241,231)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB284 color. Also use rgb(124,178,132) instead hex code.

Text Font Color

.myTextColor { color: #7CB284; }

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

This text font color is #7CB284.


Background Color

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

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

This div background color is #7CB284.


Border color

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

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

This div border color is #7CB284.


Opacity

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

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

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

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

This text has shadow with #7CB284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB284 on black background.


Color preview on white background

This text has color #7CB284 on white background.



Black color preview on #7CB284 background

This text has black color on #7CB284 background.


White color preview on #7CB284 background

This text has white color on #7CB284 background.