COLOR #8CB272

HEX: #8CB272
RGB: (140,178,114)

Color info

#8CB272 contains mainly red and green colors. Web safe color of #8CB272 is #999966 (or #996).

RGB color model

#8CB272 color RGB value is (140,178,114).

  • red value is 140;
  • green value is 178;
  • blue value is 114.
RGB:
(140,178,114)
(55%,70%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 114 of 255 = 45%

140
178
114

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

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 114 = 432 (100%)
R 140 of 432 ~ 32.41%
G 178 of 432 ~ 41.2%
B 114 of 432 ~ 26.39%

%32.41
%41.2
%26.39

CMYK color model

#8CB272 color CMYK value is (21,0,36,30).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 30.20%
CMYK:
(21,0,36,30)
C21M0Y36K30 
(21%,0%,36%,30%)
(0.21/0.00/0.36/0.30)	

CMYK percentages

%21.35
%0
%35.96
%30.2

Codes

Color #8CB272 in popluar color models

8CB272
RGB140178114
HSL96°29.36%57.25%
HSB/HSV96°35.96%69.80%
CMYK21.35%0.00%35.96%
30.20%

Color #8CB272 in popluar number systems.

HEX8CB272
Decimal140178114
Binary10001100101100101110010
Octal214262162

Shades and tints

Shades of #8CB272

#8CB272
(140,178,114)
#80A268
(128,162,104)
#74925E
(116,146,94)
#688254
(104,130,84)
#5C724A
(92,114,74)
#506240
(80,98,64)
#445236
(68,82,54)
#38422C
(56,66,44)
#2C3222
(44,50,34)
#202218
(32,34,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8CB272

#8CB272
(140,178,114)
#96B97E
(150,185,126)
#A0C08A
(160,192,138)
#AAC796
(170,199,150)
#B4CEA2
(180,206,162)
#BED5AE
(190,213,174)
#C8DCBA
(200,220,186)
#D2E3C6
(210,227,198)
#DCEAD2
(220,234,210)
#E6F1DE
(230,241,222)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB272; }

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

This text font color is #8CB272.


Background Color

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

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

This div background color is #8CB272.


Border color

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

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

This div border color is #8CB272.


Opacity

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

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

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

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

This text has shadow with #8CB272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB272 on black background.


Color preview on white background

This text has color #8CB272 on white background.



Black color preview on #8CB272 background

This text has black color on #8CB272 background.


White color preview on #8CB272 background

This text has white color on #8CB272 background.