COLOR #8CA747

HEX: #8CA747
RGB: (140,167,71)

Color info

#8CA747 contains mainly red and green colors. Web safe color of #8CA747 is #999933 (or #993).

RGB color model

#8CA747 color RGB value is (140,167,71).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 71 of 255 = 28%

140
167
71

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 71 = 378 (100%)
R 140 of 378 ~ 37.04%
G 167 of 378 ~ 44.18%
B 71 of 378 ~ 18.78%

%37.04
%44.18
%18.78

CMYK color model

#8CA747 color CMYK value is (16,0,57,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 57.49%
  • key color value is 34.51%
CMYK:
(16,0,57,35)
C16M0Y57K35 
(16%,0%,57%,35%)
(0.16/0.00/0.57/0.35)	

CMYK percentages

%16.17
%0
%57.49
%34.51

Codes

Color #8CA747 in popluar color models

8CA747
RGB14016771
HSL77°40.34%46.67%
HSB/HSV77°57.49%65.49%
CMYK16.17%0.00%57.49%
34.51%

Color #8CA747 in popluar number systems.

HEX8CA747
Decimal14016771
Binary10001100101001111000111
Octal214247107

Shades and tints

Shades of #8CA747

#8CA747
(140,167,71)
#809841
(128,152,65)
#74893B
(116,137,59)
#687A35
(104,122,53)
#5C6B2F
(92,107,47)
#505C29
(80,92,41)
#444D23
(68,77,35)
#383E1D
(56,62,29)
#2C2F17
(44,47,23)
#202011
(32,32,17)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #8CA747

#8CA747
(140,167,71)
#96AF57
(150,175,87)
#A0B767
(160,183,103)
#AABF77
(170,191,119)
#B4C787
(180,199,135)
#BECF97
(190,207,151)
#C8D7A7
(200,215,167)
#D2DFB7
(210,223,183)
#DCE7C7
(220,231,199)
#E6EFD7
(230,239,215)
#F0F7E7
(240,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA747; }

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

This text font color is #8CA747.


Background Color

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

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

This div background color is #8CA747.


Border color

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

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

This div border color is #8CA747.


Opacity

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

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

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

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

This text has shadow with #8CA747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA747 on black background.


Color preview on white background

This text has color #8CA747 on white background.



Black color preview on #8CA747 background

This text has black color on #8CA747 background.


White color preview on #8CA747 background

This text has white color on #8CA747 background.