COLOR #8CB279

HEX: #8CB279 RGB: (140,178,121)

Color info

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

RGB color model

#8CB279 color RGB value is (140,178,121).

RGB: (140,178,121) (55%, 70%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 121 of 255 = 47%

140
178
121

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

Portions of RGB colors in percentages

R + G + B = 140 + 178 + 121 = 439 (100%)
R 140 of 439 ~ 31.89%
G 178 of 439 ~ 40.55%
B 121 of 439 ~ 27.56'%

%31.89
%40.55
%27.56

CMYK color model

#8CB279 color CMYK value is (21,0,32,30).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 30.20%

CMYK: (21,0,32,30)
C21M0Y32K30 (21%, 0%, 32%, 30%)
(0.21 / 0.00 / 0.32 / 0.30)

CMYK percentages

%21.35
%0
%32.02
%30.2

Codes

Color #8CB279 in popluar color models

8C B2 79
RGB 140 178 121
HSL 100° 27.01% 58.63%
HSB/HSV 100° 32.02% 69.80%
CMYK 21.35% 0.00% 32.02%
30.20%

Color #8CB279 in popluar number systems.

HEX 8C B2 79
Decimal 140 178 121
Binary 10001100 10110010 1111001
Octal 214 262 171

Shades and tints

Shades of #8CB279

#8CB279
(140,178,121)
#80A26E
(128,162,110)
#749263
(116,146,99)
#688258
(104,130,88)
#5C724D
(92,114,77)
#506242
(80,98,66)
#445237
(68,82,55)
#38422C
(56,66,44)
#2C3221
(44,50,33)
#202216
(32,34,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #8CB279

#8CB279
(140,178,121)
#96B985
(150,185,133)
#A0C091
(160,192,145)
#AAC79D
(170,199,157)
#B4CEA9
(180,206,169)
#BED5B5
(190,213,181)
#C8DCC1
(200,220,193)
#D2E3CD
(210,227,205)
#DCEAD9
(220,234,217)
#E6F1E5
(230,241,229)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB279 color. Also use rgb(140,178,121) instead hex code.

Text Font Color

.myTextColor { color: #8CB279; }

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

This text font color is #8CB279.

Background Color

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

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

This div background color is #8CB279.

Border color

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

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

This div border color is #8CB279.

Opacity

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

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

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

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

This text has shadow with #8CB279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB279.

Preview

Color preview on black background

This text has color #8CB279 on black background.


Color preview on white background

This text has color #8CB279 on white background.


Black color preview on #8CB279 background

This text has black color on #8CB279 background.


White color preview on #8CB279 background

This text has white color on #8CB279 background.


Related colors

Complementary color

Complementary color for #hex is #734D86.


I love getcolorcode.com

Triadic colors

1 #798CB2 and #B2798C with #8CB279 are triadic colors.

2 #79B28C and #B28C79 with #8CB279 are triadic colors.