COLOR #8CA77F

HEX: #8CA77F
RGB: (140,167,127)

Color info

#8CA77F contains red, green and blue colors in about the same proportion. Web safe color of #8CA77F is #999966 (or #996).

RGB color model

#8CA77F color RGB value is (140,167,127).

  • red value is 140;
  • green value is 167;
  • blue value is 127.
RGB:
(140,167,127)
(55%,65%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 127 of 255 = 50%

140
167
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 127 = 434 (100%)
R 140 of 434 ~ 32.26%
G 167 of 434 ~ 38.48%
B 127 of 434 ~ 29.26%

%32.26
%38.48
%29.26

CMYK color model

#8CA77F color CMYK value is (16,0,24,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(16,0,24,35)
C16M0Y24K35 
(16%,0%,24%,35%)
(0.16/0.00/0.24/0.35)	

CMYK percentages

%16.17
%0
%23.95
%34.51

Codes

Color #8CA77F in popluar color models

8CA77F
RGB140167127
HSL101°18.52%57.65%
HSB/HSV101°23.95%65.49%
CMYK16.17%0.00%23.95%
34.51%

Color #8CA77F in popluar number systems.

HEX8CA77F
Decimal140167127
Binary10001100101001111111111
Octal214247177

Shades and tints

Shades of #8CA77F

#8CA77F
(140,167,127)
#809874
(128,152,116)
#748969
(116,137,105)
#687A5E
(104,122,94)
#5C6B53
(92,107,83)
#505C48
(80,92,72)
#444D3D
(68,77,61)
#383E32
(56,62,50)
#2C2F27
(44,47,39)
#20201C
(32,32,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8CA77F

#8CA77F
(140,167,127)
#96AF8A
(150,175,138)
#A0B795
(160,183,149)
#AABFA0
(170,191,160)
#B4C7AB
(180,199,171)
#BECFB6
(190,207,182)
#C8D7C1
(200,215,193)
#D2DFCC
(210,223,204)
#DCE7D7
(220,231,215)
#E6EFE2
(230,239,226)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA77F color. Also use rgb(140,167,127) instead hex code.

Text Font Color

.myTextColor { color: #8CA77F; }

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

This text font color is #8CA77F.


Background Color

.myBgColor { background-color: #8CA77F; }

<div style="background-color:#8CA77F">Inner text</div>

This div background color is #8CA77F.


Border color

.myBorderColor { border: 1px solid #8CA77F; }

<div style="border:3px solid #8CA77F">Div</div>

This div border color is #8CA77F.


Opacity

.myOpacity80 { color: #8CA77F; opacity: 0.8; }

<p style="color:#8CA77F;opacity:0.8;">80%</p>

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

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

This text has shadow with #8CA77F color.

.textShadow {text-shadow: 3px 3px 1px #8CA77F, 3px 3px 1px red;}

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

This text has shadow with #8CA77F primary color and red secondary color.


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

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

This text has shadow with #8CA77F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA77F on black background.


Color preview on white background

This text has color #8CA77F on white background.



Black color preview on #8CA77F background

This text has black color on #8CA77F background.


White color preview on #8CA77F background

This text has white color on #8CA77F background.