COLOR #8CB550

HEX: #8CB550
RGB: (140,181,80)

Color info

#8CB550 contains mainly red and green colors. Web safe color of #8CB550 is #99CC66 (or #9C6).

RGB color model

#8CB550 color RGB value is (140,181,80).

  • red value is 140;
  • green value is 181;
  • blue value is 80.
RGB:
(140,181,80)
(55%,71%,31%)

RGB channels and saturation

R 140 of 255 = 55%
G 181 of 255 = 71%
B 80 of 255 = 31%

140
181
80

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

Portions of RGB colors in percentages

R + G + B =
140 + 181 + 80 = 401 (100%)
R 140 of 401 ~ 34.91%
G 181 of 401 ~ 45.14%
B 80 of 401 ~ 19.95%

%34.91
%45.14
%19.95

CMYK color model

#8CB550 color CMYK value is (23,0,56,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 55.80%
  • key color value is 29.02%
CMYK:
(23,0,56,29)
C23M0Y56K29 
(23%,0%,56%,29%)
(0.23/0.00/0.56/0.29)	

CMYK percentages

%22.65
%0
%55.8
%29.02

Codes

Color #8CB550 in popluar color models

8CB550
RGB14018180
HSL84°40.56%51.18%
HSB/HSV84°55.80%70.98%
CMYK22.65%0.00%55.80%
29.02%

Color #8CB550 in popluar number systems.

HEX8CB550
Decimal14018180
Binary10001100101101011010000
Octal214265120

Shades and tints

Shades of #8CB550

#8CB550
(140,181,80)
#80A549
(128,165,73)
#749542
(116,149,66)
#68853B
(104,133,59)
#5C7534
(92,117,52)
#50652D
(80,101,45)
#445526
(68,85,38)
#38451F
(56,69,31)
#2C3518
(44,53,24)
#202511
(32,37,17)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #8CB550

#8CB550
(140,181,80)
#96BB5F
(150,187,95)
#A0C16E
(160,193,110)
#AAC77D
(170,199,125)
#B4CD8C
(180,205,140)
#BED39B
(190,211,155)
#C8D9AA
(200,217,170)
#D2DFB9
(210,223,185)
#DCE5C8
(220,229,200)
#E6EBD7
(230,235,215)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB550 color. Also use rgb(140,181,80) instead hex code.

Text Font Color

.myTextColor { color: #8CB550; }

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

This text font color is #8CB550.


Background Color

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

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

This div background color is #8CB550.


Border color

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

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

This div border color is #8CB550.


Opacity

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

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

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

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

This text has shadow with #8CB550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB550 on black background.


Color preview on white background

This text has color #8CB550 on white background.



Black color preview on #8CB550 background

This text has black color on #8CB550 background.


White color preview on #8CB550 background

This text has white color on #8CB550 background.