COLOR #8CB274

HEX: #8CB274
RGB: (140,178,116)

Color info

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

RGB color model

#8CB274 color RGB value is (140,178,116).

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

RGB channels and saturation

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

140
178
116

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

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 116 = 434 (100%)
R 140 of 434 ~ 32.26%
G 178 of 434 ~ 41.01%
B 116 of 434 ~ 26.73%

%32.26
%41.01
%26.73

CMYK color model

#8CB274 color CMYK value is (21,0,35,30).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK: (21,0,35,30) C21M0Y35K30 (21%,0%,35%,30%) (0.21/0.00/0.35/0.30)

CMYK percentages

%21.35
%0
%34.83
%30.2

Codes

Color #8CB274 in popluar color models

8CB274
RGB140178116
HSL97°28.70%57.65%
HSB/HSV97°34.83%69.80%
CMYK21.35%0.00%34.83%
30.20%

Color #8CB274 in popluar number systems.

HEX8CB274
Decimal140178116
Binary10001100101100101110100
Octal214262164

Shades and tints

Shades of #8CB274

#8CB274
(140,178,116)
#80A26A
(128,162,106)
#749260
(116,146,96)
#688256
(104,130,86)
#5C724C
(92,114,76)
#506242
(80,98,66)
#445238
(68,82,56)
#38422E
(56,66,46)
#2C3224
(44,50,36)
#20221A
(32,34,26)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8CB274

#8CB274
(140,178,116)
#96B980
(150,185,128)
#A0C08C
(160,192,140)
#AAC798
(170,199,152)
#B4CEA4
(180,206,164)
#BED5B0
(190,213,176)
#C8DCBC
(200,220,188)
#D2E3C8
(210,227,200)
#DCEAD4
(220,234,212)
#E6F1E0
(230,241,224)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB274; }

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

This text font color is #8CB274.


Background Color

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

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

This div background color is #8CB274.


Border color

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

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

This div border color is #8CB274.


Opacity

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

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

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

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

This text has shadow with #8CB274 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8CB274 on black background.


Color preview on white background

This text has color #8CB274 on white background.



Black color preview on #8CB274 background

This text has black color on #8CB274 background.


White color preview on #8CB274 background

This text has white color on #8CB274 background.