COLOR #8CB378

HEX: #8CB378
RGB: (140,179,120)

Color info

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

RGB color model

#8CB378 color RGB value is (140,179,120).

  • red value is 140;
  • green value is 179;
  • blue value is 120.
RGB:
(140,179,120)
(55%,70%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 179 of 255 = 70%
B 120 of 255 = 47%

140
179
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 179 + 120 = 439 (100%)
R 140 of 439 ~ 31.89%
G 179 of 439 ~ 40.77%
B 120 of 439 ~ 27.33%

%31.89
%40.77
%27.33

CMYK color model

#8CB378 color CMYK value is (22,0,33,30).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(22,0,33,30)
C22M0Y33K30 
(22%,0%,33%,30%)
(0.22/0.00/0.33/0.30)	

CMYK percentages

%21.79
%0
%32.96
%29.8

Codes

Color #8CB378 in popluar color models

8CB378
RGB140179120
HSL100°27.96%58.63%
HSB/HSV100°32.96%70.20%
CMYK21.79%0.00%32.96%
29.80%

Color #8CB378 in popluar number systems.

HEX8CB378
Decimal140179120
Binary10001100101100111111000
Octal214263170

Shades and tints

Shades of #8CB378

#8CB378
(140,179,120)
#80A36E
(128,163,110)
#749364
(116,147,100)
#68835A
(104,131,90)
#5C7350
(92,115,80)
#506346
(80,99,70)
#44533C
(68,83,60)
#384332
(56,67,50)
#2C3328
(44,51,40)
#20231E
(32,35,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #8CB378

#8CB378
(140,179,120)
#96B984
(150,185,132)
#A0BF90
(160,191,144)
#AAC59C
(170,197,156)
#B4CBA8
(180,203,168)
#BED1B4
(190,209,180)
#C8D7C0
(200,215,192)
#D2DDCC
(210,221,204)
#DCE3D8
(220,227,216)
#E6E9E4
(230,233,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB378 color. Also use rgb(140,179,120) instead hex code.

Text Font Color

.myTextColor { color: #8CB378; }

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

This text font color is #8CB378.


Background Color

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

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

This div background color is #8CB378.


Border color

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

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

This div border color is #8CB378.


Opacity

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

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

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

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

This text has shadow with #8CB378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB378 on black background.


Color preview on white background

This text has color #8CB378 on white background.



Black color preview on #8CB378 background

This text has black color on #8CB378 background.


White color preview on #8CB378 background

This text has white color on #8CB378 background.